/* BALISES */
* { /* ie.css */
	margin: 0;
	padding: 0;
	outline: 0 none transparent;
	border: 0 none transparent;
	font: 14px/130% Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	list-style: none outside none;
}
body {
	margin: auto;
	text-align: center;
	background: #000000;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 10px;
}
#billards .popup h1 {
	padding-bottom: 0;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
}
p {
	padding: 0 0 10px;
}
strong, b {
	font-weight: bold;
}
em, i {
	font-style: italic;
}
.error,
.success {
	margin: 5px 20px;
	padding: 5px 5px 5px 35px;
	border-width: 1px;
	border-style: solid;
	background-repeat: no-repeat;
	background-position: 10px 7px;
}
	.error a, .success a {	text-decoration: underline;	}
	.error a:hover, .success a:hover {	text-decoration: none;	}
.error {
	color: #D7137A;
	border-color: #D7137A;
	background-color: #FFEFF9;
	background-image: url('/argosSites/chevillotte/images/icon_error.gif');
}
	.error a {	color: #D7137A;	}
.success {
	color: #008E96;
	border-color: #008E96;
	background-color: #E0EFEF;
	background-image:  url('/argosSites/chevillotte/images/icon_success.gif');
}
	.success a {	color: #008E96;	}


/*__ CONTENT __*/
div.bodycontent {
	width: 970px;
	min-height: 681px;
	margin: auto;
	text-align: center;
	background: #000000 url('/argosSites/chevillotte/images/background_site.gif') no-repeat center -100px;
}
div#content {
	width: 970px;
	height: 630px;
	text-align: left;
}
#lang {
	float: right;
	margin-top: 10px;
}

/* ie6.css pour tous ces backgrounds */
body#home div#content,
body#contact div#content,
body#presse div#content {
	background: transparent url('/argosSites/chevillotte/images/content_home.png') no-repeat 98% bottom;
}
body#services div#content {}
body#societe div#content {}
body#article div#content {	}
body#faq div#content {}
body#points_vente div#content {}
body#restauration div#content {}
body#billards_restaures div#content {}

/* Lien vers la home */
div#content div#link_home {
	margin-left: 20px;
}
	div#content div#link_home a {
		display: block;
		width: 62px;
		height: 44px;
		line-height: 44px;
		vertical-align: bottom;
		font-size: 18px;
		font-family: Times New Roman;
		text-align: center;
		text-decoration: none;
		color: #FFFFFF;
		background:#9B0533;
	}

/* Styles spécifiques à la Home et aux Billards */
body#billards_restaures div#content div#menu,
body#home div#content div#menu,
body#billards div#content div#menu {
	padding-top: 20px;
}
	body#billards_restaures div#content div#menu img,
	body#home div#content div#menu img,
	body#billards div#content div#menu img {
		float: left;
		margin: 11px 15px 0 63px;
	}
	
		body#billards_restaures div#content div#menu ul,
		body#home div#content div#menu ul,
		body#billards div#content div#menu ul {
			margin-top: 25px;
		}
		
		body#billards_restaures div#content div#menu ul li,
		body#home div#content div#menu ul li,
		body#billards div#content div#menu ul li {
			float: left;
			height: 67px;
			line-height: 67px;
			vertical-align: middle;
			position: relative;
		}
		body#billards_restaures div#content div#menu ul li.separator,
		body#home div#content div#menu ul li.separator,
		body#billards div#content div#menu ul li.separator {
			padding: 0 2px;
			color: #949494;
		}
			body#billards_restaures div#content div#menu ul li a,
			body#home div#content div#menu ul li a,
			body#billards div#content div#menu ul li a {
				text-decoration: none;
				text-transform: uppercase;
				padding: 0 5px;
				font-size: 12px;
				color: #949494;
			}
			body#billards_restaures div#content div#menu ul li a:hover,
			body#home div#content div#menu ul li a:hover,
			body#billards div#content div#menu ul li a:hover {
				font-weight: bold;
				color: #ffffff;
				background:#9b0533;
			}
			body#home div#content div#menu ul li div#menulist { /* ie.css */
				display: none;
				position: absolute;
				z-index: 100;
				margin: -20px 0 0 0;
				width: 200px;
			}
				body#home div#content div#menu ul li div#menulist a { /* ie.css */
					display: block;
					padding: 1px 5px;
					text-transform: none;
				}
				body#home div#content div#menu ul li div#menulist a:hover {
					font-weight: normal;
				}
body#billards_restaures div#content div.contenu,
body#billards div#content div.contenu {
	clear: both;
}
body#billards_restaures div#content a.home,
body#billards div#content a.home {
	font-weight: bold;
	background: #9B0533;
}
/* Fausses popups */
div.popup {
	display: none;
	visibility: hidden;
	position: absolute;
	z-index: 100;
	top: 60px;
	left: 50%;
	margin-left: -462px;
	padding: 10px;
	width: 900px;
	text-align: left;
	background: #000000;
	border: 1px solid #FFFFFF;
}
body#home div.popup,
body#billards div.popup {
	top: 50px;
	background: #000000 url('/argosSites/chevillotte/images/background_site.gif') no-repeat scroll center -100px;
}
	div.popup a.close {
		float: right !important;
		position: relative;
		right: 0;
		text-transform: uppercase;
		vertical-align: middle;
		text-decoration: none;
		margin-right: 0 !important;
	}
		div.popup a.close img {
			vertical-align: middle;
		}
	div.popup div.left {
		float: left;
		width: 380px;
		clear: both;
		text-align: center;
		margin: 20px 20px 5px;
	}
	div.popup div.right {
		float: right;
		width: 420px;
		text-align: justify;
		margin: 10px 20px 5px;
	}
	div.popup td.left {
		width: 380px;
		clear: both;
		text-align: center;
		padding: 20px 20px 5px;
	}
	div.popup td.right {
		width: 420px;
		text-align: justify;
		padding: 10px 20px 5px;
	}
		div.popup .right a {
			background: url('/argosSites/chevillotte/images/puce_fleche.gif') no-repeat left center;
			text-decoration: none;
			padding-left:12px;
		}
		div.popup .right a:hover {
			text-decoration: underline;
		}
	#billards_restaures div.popup .left,
	#billards div.popup .left {
		width: 390px;
	}
	#home div.popup .right,
	#billards_restaures div.popup .right,
	#billards div.popup .right {
		width: 410px;
		padding-left: 10px;
		border-left: 1px solid #3e0513;
	}
	#billards_restaures div.popup .bottom,
	#billards div.popup .bottom,
	#home div.popup .bottom {
		clear: both;
		min-height: 125px;
		padding-top: 60px;
		text-align: right;
		background: url('/argosSites/chevillotte/images/background_popup.gif') no-repeat top center;
	}
		#billards div.popup .bottom a,
		#home div.popup .bottom a {
			display: block;
			float:right;
			cursor: pointer;
			padding-left:10px;
			text-align:center;
			text-decoration: none;
		}
			#billards div.popup .bottom a span,
			#home div.popup .bottom a span {
				font-size:80%;
			}
			#billards div.popup .bottom a img,
			#home div.popup .bottom a img {
				border: 1px solid white;
				display: inline;
				margin: 0 auto;
			}

	
div.popup h1 img {
	margin-top: 30px;
	margin-left: 150px;
}
div.popup div.left img.vignette {
	margin-top: 50px;
}

/* Styles spécifiques aux Billards */
body#billards_restaures div#content div.article,
body#billards div#content div.article {
	padding-right: 30px;
}
body#billards_restaures div#content div.article p,
body#billards div#content div.article p {
	padding: 0;
}
body#billards_restaures div#content div.article div.image,
body#billards div#content div.article div.image { 
	float: left;
	margin-left: 45px;
	margin-top: 30px;
}

body#billards div.bodycontent div#content div.contenu div.article div.image div.flash {
	float: left;
	margin-right: 20px;
}
body#billards div.bodycontent div#content div.contenu div.article div.image div.img {
	float: left;
	margin: 20px;
	padding-top: 28px;
}
body#billards_restaures div#content div.article div.texte,
body#billards div#content div.article div.texte {
	float: right;
	width: 380px;
	text-align: justify;
}
body#billards_restaures div#content div.article div.texte {
	height: 400px;
}

/* Styles spécifiques aux Services */
body#services div#content div.article {
	float: right;
	width: 300px;
}

/* Styles spécifiques à la Presse */
body#presse div#content div.article {
	margin-top: 40px;
	margin-left: 130px;
}
body#presse div#content p {
	margin-bottom: 20px;
}

/* Styles spécifiques au Contact */
body#contact div#content div#form {
	float: left;
	margin-right: 70px
}
body#contact div#content div#infoform {
	padding-top: 60px;
}
body#contact div#content div#infoform h3 {
	padding-top: 50px;
	font-weight: bold;
}

body#contact div#content form {
	margin-top: 20px;
	margin-left: 20px;
}
	body#contact div#content form div.label_in_first {
		clear: both;
	}
		body#contact div#content form div.label_in_first label {
			display: block;
			float: left;
			clear: both;
			width: 120px;
		}
		body#contact div#content form div.label_in_first select,
		body#contact div#content form div.label_in_first textarea,
		body#contact div#content form div.label_in_first input {
			float: left;
			border: 1px solid #000000;
			width: 230px;
			color: #000000;
		}
		body#contact div#content form div.label_in_first option {
			color: #000000;
		}
		body#contact div#content form textarea#contact_commentaires {
			width: 350px;
		}
	body#contact div#content form div.input_in_first {
		clear: both;
		padding: 5px 0;
	}
		body#contact div#content form div.input_in_first label {
			display: block;
			float: left;
		}
		body#contact div#content form div.input_in_first span {
			float: left;
			clear: both;
		}
		body#contact div#content form div.input_in_first input {
			float: left;
			width: 20px;
			margin-top: 2px;
		}
	body#contact div#content form p {
		overflow: auto;
		padding: 0 0 10px;
		clear: both;
	}
		body#contact div#content form p.buttons {
			clear: both;
			padding: 5px 0 0 279px;
		}
			body#contact div#content form p.buttons input {
				background:transparent url(/argosSites/chevillotte/images/parrainage_submit.gif) no-repeat scroll center center;
				cursor:pointer;
				font-weight:bold;
				height:20px;
				line-height:18px;
				text-align:center;
				vertical-align:middle;
				width:73px;
				color: #000000;
			}
	body#contact div#content form span {
		color: #9B0533;
	}


/* Styles spécifiques aux billards d'occasion et aux accessoires */
body#accessoires div.list_topic {
	padding: 0 20px 0;
	text-align: center;
}
	body#accessoires div.list_topic a {
		padding: 0 5px;
		white-space: nowrap;
	}
	body#accessoires div.list_topic a:hover {
		text-decoration: none;
	}
body#accessoires h1,
body#occasion h1 {
	margin: 10px 0 0 20px;
}
body#accessoires h1 br,
body#occasion h1 br {
	display: none;
}
body#accessoires h1 i,
body#occasion h1 i {
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
}
body#occasion div#billards_occasions {
	overflow: auto;
	height: 480px;
	margin-left: 20px;
}
body#accessoires div#billards_occasions {
	overflow: auto;
	height: 410px;
	margin-left: 20px;
}
	body#accessoires div#billards_occasions div.article,
	body#occasion div#billards_occasions div.article {
		clear: both;
		padding: 10px 20px 10px 0;
		margin: 10px 0;
		border-top: 1px dotted #FFFFFF;
	}
		body#accessoires div#billards_occasions div.article a.img,
		body#occasion div#billards_occasions div.article a.img {
			float: left;
			margin-right: 6px;
		}
		body#accessoires div#billards_occasions div.article div.title_and_content,
		body#occasion div#billards_occasions div.article div.title_and_content {
			margin-left: 160px;
		}

/* Styles spécifiques au parrainage */
body#parrain h1 {
	margin: 15px auto;
	text-align: center;
	padding: 0;
}
body#parrain h1 img {
	display: block;
	margin: auto;
}
body#parrain form#parrain_form {
	margin: 0 20px;
}
body#parrain input {
	color: black;
}
body#parrain fieldset.left {
	float: left;
	width: 300px;
}
body#parrain fieldset.left p {
	clear: both;
	padding-top: 10px;
}
body#parrain fieldset.left label {
	padding-right: 10px;
	display: block;
	float: left;
	width: 100px;
}
body#parrain fieldset.left input {
	float: right;
}
body#parrain fieldset.right {
	float: right;
	width: 590px;
	padding-left: 20px;
	border-left: 2px solid white;
}
body#parrain fieldset.right label {
	padding-right: 10px;
}
body#parrain fieldset.right input {
	margin-right: 10px;
	background: #d8d2ce;
}
body#parrain fieldset.right hr {
	height: 0;
	overflow: hidden;
	line-height: 0;
	font-size: 0;
	margin: 10px 10px 19px 0;
	border-top: 2px solid #9b0533;
}
body#parrain p.submit {
	clear: both;
	padding-left: 215px;
	padding-top: 10px;
	position: relative;
	z-index: 20;
}
body#parrain p.submit label {
	padding-right: 10px;
}
body#parrain p.submit input {
	width: 73px;
	height: 18px;
	line-height: 18px;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	background: url('/argosSites/chevillotte/images/parrainage_submit.gif') no-repeat center;
}
body#parrain fieldset.left p.times {
	padding-top: 0;
}
body#parrain p.times,
body#parrain p.submit label {
	font-family: Times new roman;
	font-size: 17px;
}
body#parrain div#footer {
	margin-top: 0;
}

/* Styles spécifiques à la Faq */
body#faq div#faq_all {
	overflow: auto;
	height:480px;
	margin-top: 20px;
	margin-left: 20px;
}
body#faq div#faq_colonne {
	float: left;
	width: 225px;
}
body#faq div#faq_colonne * {
	font-size: 12px;
}
body#faq div#faq_colonne .texte-noir,
body#faq div#faq_colonne .texte-noir * {
	color: #000000;
}
body#faq div#faq_colonne table p {
	padding: 2px 5px;
}
	body#faq div#faq_colonne strong,
	body#faq div#faq_colonne strong * {
		color: #AC325B;
	}
body#faq div#faq_article {
	float: left;
	width: 675px;
}
body#faq div#faq_article .filterList p {
	line-height:31px;
	vertical-align:middle;
}
body#faq div#faq_article .filterList input {
	background: #000000 none repeat scroll 0 0;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	line-height: 31px;
	margin-bottom: 10px;
	margin-left: 10px;
	vertical-align: middle;
}
body#faq div#faq_article .filterList img {
}
body#faq div#faq_article .filterList select {
	background: #000000 none repeat scroll 0 0;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	line-height: 31px;
	margin-bottom: 10px;
	vertical-align: middle;
	width: 670px;
}

/*__ FOOTER __*/
div#footer { /* ie.css et ie6.css */
	width: 970px;
	position: absolute;
	text-align: left;
}

/* Styles divers */
div#footer ul.menu {
	float: right;
	margin-top: 105px;
	margin-right: 43px;
}
	div#footer ul.menu li {
		display: inline;
		font-size: 15px;
		text-transform: uppercase;
	}
		div#footer ul.menu li a {
			font-size: 14px;
			text-decoration: none;
			margin: 10px;
			padding: 0 5px;
		}
		div#footer ul.menu li a:hover {
			text-decoration: none;
			background: #9B0533 none repeat scroll 0 0;
			font-weight: bold;
		}
		
	body#billards_restaures div#footer div#bottomfooter {
		margin-top: 160px;
	}
	div#footer div#bottomfooter { 
		clear: both;
		text-align: center;
	}
		div#footer div#bottomfooter ul {
			text-align: center;
		}
		div#footer div#bottomfooter ul li {
			display: inline;
			color: #BECAD0;
			font-size: 10px;
		}
			div#footer div#bottomfooter ul li a {
				text-decoration: none;
				color: #BECAD0;
				font-size: 10px;
			}
			div#footer div#bottomfooter ul li a:hover {
				text-decoration: underline;
			}
		body#billards div#footer div#bottomfooter {
			padding-top: 90px;
		}
body#billards div#footer a.configurator {
	display: block;
	float: right;
	margin-right: 117px;
	margin-top: 30px;
	width: 185px;
	height: 25px;
	color: #FFFFFF;
}

/*__ FLASH __*/
/* Menu */
body#home object#flashobject1 {
	margin-top: 10px;
	float:left;
}
body#home div#flashalternative1 {
	margin-top: 80px;
}
body#home div#flashalternative1 ul {
	clear: both;
}
body#home div#flashalternative1 ul li {
	padding: 5px;
}
body#home div#flashalternative1 ul li a:hover {
	text-decoration: none;
}

/* Galerie */
body#home object#flashobject2 {
	float: left;
	margin-left: 170px;
}
body#home div#flashalternative2 {
	float: left;
	margin-left: 240px;
	overflow: auto;
	width: 280px;
	height: 166px;
	background: #000000;
	border: 2px solid #9B0533;
}
body#home div#flashalternative2 li {
	border-bottom: 2px solid #9B0533;
}

/* Actualités */
body#home object#flashobject3 {
	float: right;
	margin-top: 70px;
}
body#home div#flashalternative3 {
	width: 470px;
	height: 110px;
	float: right;
	margin-top: 70px;
	overflow: auto;
}
body#home div#flashalternative3 li {
	clear: both;
}
body#home div#flashalternative3 span.left {
	float: left;
	display: block;
	width: 113px;
	height: 50px;
	overflow: hidden;
	border-right: 1px solid #FFFFFF;
}
body#home div#flashalternative3 span.right {
	float: left;
	display: block;
	width: 320px;
	padding-left: 13px;
}

/* Points de vente */
body#points_vente object#flashobject1 {}
body#points_vente div#flashalternative1 {
	overflow: auto;
	height: 550px;
}
body#points_vente div#flashalternative1 div {
	margin-left: 20px;
	margin-top: 10px;
	padding-bottom: 10px;
	float: left;
	clear: both;
	border-bottom: 1px dotted #FFFFFF;
}

/* Rangebar */
body#billards object#flashobject1 { /* ie.css */
	margin-top: -3px;
}
body#billards div#flashalternative1 {
	clear: both;
}
body#billards div#flashalternative1 ul {
	height: 174px;
	overflow: auto;
	margin-left: 130px;
}
body#billards div#flashalternative1 ul li {
	border: 2px solid #9B0533;
	margin-bottom: 18px;
	width: 260px;
}
body#billards div#flashalternative1 ul li a {}
body#billards div#flashalternative1 ul li a img {}

/* Bulls */
body#services object#flashobject1 {
	float: left;
}
body#services div#flashalternative1 {}

/* Accessoires */
div#desc_acc {
	float: left;
}

/* Videos */
div#video {
	text-align: center;
	padding: 50px;
}
/* Histoire */
div#livre-histoire {
	text-align: center;
	padding-top: -30px;
}

/* Article */
body#article div#text {
	margin: 10px 20px 20px 20px;
	padding-right: 10px;
	text-align: justify;
	height: 470px;
	overflow: auto;
}

#billards_restaures #flashobject1 {
	margin-top: -110px;
}

div#actuflash {
	text-align: center;
	margin-bottom: 20px;
}
div#priva1, div#priva2, div#priva3, div#priva4 {
	text-align: center;
}

/* Page mention légal */
body#article div.bodycontent div#content div#text ul li a br {
	display: none;
}

.img_media {
	float:right;
	margin-top:135px;
	margin-right:16px;
}