/* basic elements */
html {
	margin: 0px;
	padding: 0px;
	text-align: center;
	}
body { 
	width: 954px;
	background-color: #666;
	background: #666 url(images/fond-td.png) repeat-x;
	text-align: center;
	font-size: 12pt;
	margin: auto;
	}
p { 
	text-align: justify;
	}
	
a { 
	color: #f36523; 
	margin: 0px;
	padding: 0px;
	}	
	
a:hover {
	color: #a7ce28; 
	}
	
a img {
	border: none;
	}

h2 {
	font: 100% verdana, "Trebuchet MS", Arial;
	color: #ddd; 
	margin-bottom: 10px;
	padding: 20px 0px 20px 170px;
	text-align: left;
	}
.vignette img {
border: 2px #ffffff solid;
}

.vignette_div {
width:150px;
float:left;
padding-bottom: 5px;
}
/* corp */
#conteneur1 {
	width: 954px;
	height: 153px;
	background: url(images/header-td.png) no-repeat;
	padding: 0px;
	margin: 0px;
	}

#contact {
	position: absolute;
	padding: 22px 0px 0px 887px;
	margin: 0px;
	}	
	
#contact a{
	font-size: 12pt;
	color: #a7ce28;
	}
	
#contact a:hover{
	color: #ccc;
	}
	
#conteneur2bis {
	width: 954px;
	height: 30px;
	background: url(images/) no-repeat;
	padding: 0px;
	margin: 0px;
	}
#conteneur2 {
	width: 954px;
	height: 252px;
	background: url(images/) no-repeat;
	padding: 0px;
	margin: 0px;
	}
	
#conteneur3 {
	width: 954px;
	height: auto;
	background: url(images/fond-body-td.png) repeat-y;
	padding-top: 10px;
	margin: 0px;
	position: absolute;
_position: relative;
	}
	
#conteneur4 {
	width: 954px;
	height: 300px;
	background: url(images/fond-module-menu-td.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	}
	#conteneur4bis {
	width: 954px;
	height: 30px;
	background: url(images/fond-module-menu-td.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	}
	
#footer {
	width: 954px;
	height: 52px;
	background: url(images/footer-td.png) no-repeat;
	margin: 50px 0px 0px 0px;
	padding: 0px;
	float: left;
	}
	
.foot {
	width: 600px;
	margin: 0px 0px 0px 177px;
	padding: 20px 0px 0px 0px;
	color: #666;
	font-size: 10pt;
	text-align: center;
	float: left;
	}
	
.foot a{
	color: #666;
	}
	
.foot a:hover{
	color: #000;
	}
	
/* article */

#conteneur5 {
	width: 455px;
	margin-left: 12px;
	padding: 0px;
	float: left;
	}
	
#conteneur6 {
	width: 455px;
	margin-left: 20px;
	padding: 0px;
	float: left;
	}
#conteneur7 {
	width: 900px;
	margin-left: 12px;
	padding: 0px;
	float: left;
	color : #FFFFFF;
	}
	
#conteneur8 {
	width: 950px;
	background: url(images/fond-module-menu-td.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
	color : #FFFFFF;
	}
	
.article_c1 {
	text-align: justify;
	color: #fff; 
	font-size: 12pt;
	width: 455px;
	padding: 0px;
	margin: 20px 0px 30px 0px;
	}
	
.titre {
	padding: 0px 0px 10px 0px;
	height: 45px;
	}

/* Bloc du menu */	
#bloc_menu {
	width: 930px;
	height: 30px;
	background: url(images/fond-gris-menu-td.png) repeat-x;
	border: #000 1px solid;
	margin-left: 12px;
	padding: 0px;
	float: left;
	}
	
#fond_menu {
	width: 930px;
	height: 260px;
	margin-left: 12px;
	background-color: #fff;
	border: #000 1px solid;
	border-top: 0px;
	float: left;
	}	
	
#photo_menu {
	width: 910px;
	height: 240px;
	background-color: #000;
	margin: 10px;
	padding: 0px;
	}

/* menu */	
ul#menu {
	list-style-type: none;
	width: 100%; /* précision pour Opera */
	margin: 0px;
	padding: 0px;
	font-family: verdana, helvetica, sans-serif ;
	color: #333 ;
	}

ul#menu li {
	float: left;
	}

ul#menu a {
	float: left;
	margin: 0px;
	padding: 7px 20px;
	font-size: 14px ;
	text-align: center;
	text-decoration: none;
	border-right: 1px #777 dashed;
	color: #333;
	background: url(images/fond-gris-menu-td.png) repeat-x;
	}

ul#menu a:hover {
	background: #a7ce28;
	}

/*bloc photo*/	
.contour_photo { 
	margin: 20px 2px;
	border-width: 3px 3px 15px 3px;
	border-style: solid;
	border-color: #ddd;
	}

/*photo ds articles*/	
.photo_article { 
	margin: 5px 5px 0px 0px;
	border-width: 2px 2px 10px 2px;
	border-style: solid;
	border-color: #ddd;
	float: left;
	}
	
/*bloc contact*/	
#form_contact {
	width: 600px;
	height: 400px;
	background: url(images/fond-contact.jpg) no-repeat;
	margin: 20px 0px 10px 177px;
	padding: 10px;
	color: #ddd;
}

/*bouton top*/		
.top {
	background-image: url(images/top-hover.png);
	background-repeat: no-repeat;
	height: 32px;
	width: 32px;
	margin: 5px 0px 0px 70px;
	padding: 0px;
	float: left;
}

.top a{
	background-image: url(images/top-a.png);
	background-repeat: no-repeat;
	height: 32px;
	width: 32px;
	display: block;
}

.top a:hover{
	background: none;
}

/*bouton contact*/		
.contact_hover {
	background-image: url(images/hover-contact.png);
	background-repeat: no-repeat;
	height: 33px;
	width: 68px;
	margin: 20px 0px 0px 874px;
	padding: 0px;
	float: left;
}

.contact_hover a{
	background-image: url(images/contact.png);
	background-repeat: no-repeat;
	height: 33px;
	width: 68px;
	display: block;
}

.contact_hover a:hover{
	background: none;
}

/*contact tel mail..*/		
.tel {
	width: 600px;
	height: 199px;
	background: url(images/fond-contact-2.jpg) no-repeat;
	margin: 20px 0px 60px 177px;
	padding: 0px;
	background-color: #666;
	color: #ddd;
}

/*presentation*/		
#presentation {
	width: 933px;
	height: 439px;
	background: url(images/fond-presentation.jpg) no-repeat;
	margin: -30px 0px 10px 12px;
	padding: 0px;
}

.pre {
	padding: 50px 40px 0px 240px;
	color: #ddd;
}
