/* CSS Document */
* {
	margin:0;
	padding:0;
}
body {
	background: #d0d0d0;
	text-align: center;
	font: 0.7em Arial, Helvetica, sans-serif;
}
#cont {
	background: #FFF url(../images/bg.png) repeat-x;
	float: left;
	width: 100%;
}
#conteneur {
	z-index: 1;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#head {
	background: url(../images/head.jpg);
	float: left;
	height: 142px;
	width: 800px;
}
#head img.logo {
	float: left;
	padding-top: 7px;
	padding-left: 88px;
}
ul#menu {
	float: left;
	width: 750px;
	text-align: left;
	padding-top: 15px;
	padding-left: 50px;
}
ul#menu li {
	display: inline;
}
ul#menu li a {
	color: #989898;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
ul#menu li a:hover, ul#menu li a.activ {
	border-bottom: 3px solid #be0021;
	color: #666;
}
#cont-txt {
	background: url(../images/cont-txt.png) repeat-y;
	float: left;
	width: 800px;
}
#texte {
	background: url(../images/bg-txt.png) no-repeat;
	float: left;
	height: 369px;
	width: 680px;
	padding-top: 20px;
	padding-right: 60px;
	padding-left: 60px;
}
html>body #texte {
height: auto;
min-height: 369px;
}
div.full {
	float: left;
	width: 680px;
}
div.demi-gauche {
	float: left;
	width: 360px;
	padding-right: 10px;
}
div.demi-droite {
	float: right;
	width: 300px;
	padding-left: 10px;
}
#cont-foot {
	background: url(../images/bg-foot.png) repeat-x;
	width: 100%;
	float: left;
}
#foot {
	background: url(../images/foot.jpg) no-repeat;
	display: block;
	clear: both;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: 170px;
}
/* Typos */
h1,h2,h3,h4,h5,h6,p, #texte ul {
	text-align: left;
	color: #545454;
	padding-bottom: 8px;
}
h1,h2,h3,h4,h5,h6 {
	color:#bf0027;
	font-size: 120%;
	font-weight: bold;
}
p {
	font-size: 100%;
}
.gris {
	color: #545454;
}
a {
	color:#bf0027;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
}
ul {
	color: #545454;
	padding-left: 30px;
}
#texte ul,li {
	text-align: left;
	list-style: url(../images/puce.png);	
}
/* Listing */
div.listing {
	float: left;
	width: 668px;
	padding: 7px;
	border: 1px solid #cfcfcf;
	background: #f1f1f1;
	height: 165px;
	margin-bottom: 7px;
}
div.cont_pdf {
	float: right;
	width: 280px;
	background: #dedede;
	padding-bottom: 1px;
}
div.titre_pdf {
	float: right;
	height: 10px;
	width: 278px;
	padding: 5px 1px 14px;
	background: #dedede;
	margin-left: 7px;
}
div.slide {
	float: right;
	width: 278px;
	height: 116px;
	padding: 0px 1px 1px;
	background: #dedede;
	margin-left: 7px;
	position:relative; 
	overflow:hidden; 
}
div.titre_pdf p {
	font-size: 100%;
	font-weight: bold;
	color: #101010;
	text-align: center;	
}
#texte ul.listing-pdf {
	margin: 0px;
	padding: 0px;
}
#texte ul.listing-pdf, #texte ul.listing-pdf li {
	list-style: none;
}
#texte ul.listing-pdf li {
	background: #f7f7f7 url(../images/pdf.png) no-repeat 3px center;
	width: 248px;
	margin-top: 1px;
	margin-bottom: 1px;
	padding-left: 30px;
}
#texte ul.listing-pdf a {
	color: #545454;
	font-weight: normal;
	text-decoration: none;
}
/* Formulaire contact */
table.formulaire {
	color:#333;
	text-align: left;
	background: #F3F3F3;
	padding: 25px;
	border: 1px solid #CCCCCC;
}
table.formulaire {
	text-align: left;
}
table.formulaire td {
	padding: 5px;
	}
table.formulaire td.info {
	font-weight: bold;
}

/* Divers */
#hdclic {
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-index: -1;
}
img {
	border: none;
}
img.droite {
	float:right;
	padding-left: 10px;
}
img.gauche {
	float:left;
	padding-right: 10px;
}
img.savoirplus {
	padding-top: 10px;
}
img.chartesecu {
	float: right;
	padding-top: 23px;
	padding-right: 30px;
}
a:hover img, .submit:hover, #texte ul.listing-pdf li:hover  {
	  opacity: 0.7;
	  filter:alpha(opacity=70); 
}
