/* CSS Document */
body {
	background-color: #CCCCCC;
	margin: 0px;
	padding: 0;
	font: 11px verdana, arial, sans-serif;
	text-align: center;
}

a{
	text-decoration:none;
}

a:hover{
	text-decoration:none;
	color:#A6C0C6;
}
#conteneur {
	width: 775px;
	margin-left: auto;
	margin-right: auto;
	background-image:url(../images/fond.jpg);
}

#conteneur_fond {
	width: 775px;
	background-image:url(../images/fond.jpg);
}

#header {
	float:left;
	width:775px;
	height:50px;
	background-image:url(../images/fond.jpg);
}

#header_logo{
	float:left;
	width:300px;
	height:50px;
	padding-left:30px;
	color:#FFFFFF;
	font-size:36px;
	font-family:"Times New Roman", Times, serif;
	/*background-image:url(../images/logo.jpg);
	background-repeat:no-repeat;
	background-position:center;*/
}

#header_texte{
	float:left;
	width:400px;
	height:50px;
	padding-left:30px;
	color:#000;
	font-size:18px;
	font-family:"Times New Roman", Times, serif;
	/*background-image:url(../images/logo.jpg);
	background-repeat:no-repeat;
	background-position:center;*/
}
#bandeau {
	float:left;
	width:775px;
	height:180px;
	background-image:url(../images/fond_noir.jpg);	
}

#bandeau_menu {
	float:left;
	width:243px;
	height:180px;
	padding-left:70px;
	padding-top:15px;
	text-align:left;
	line-height:20px;
	font-size:11px;
	font-weight:bolder;
	color:#FFFFFF;

}

#bandeau_image {
	float:left;
	width:420px;
	height:180px;


}

#bandeau_menu a{
	text-decoration:none;
	color:#FFFFFF;
}

#bandeau_menu a:hover{
	text-decoration:none;
	color:#A6C0C6;
}

#centre{
	float:left;
	width:775px;
	background-image:url(../images/fond_bleu.jpg);
}

#centre_texte{
	float:left;
	width:675px;
	text-align:left;
	padding-left:50px;
	color:#333333;
}

#centre_texte a:hover{
	text-decoration:none;
	color:#FFF;
}

#centre_texte_accueil{
	float:left;
	width:675px;
	text-align:left;
	padding-left:50px;
	color:#333333;
}

#centre_texte_accueil_gauche{
	float:left;
	width:315px;
	text-align:left;
	color:#333333;
	margin-top:20px;
	margin-bottom:20px;
	padding:10px 10px 10px 10px;
}

#centre_texte_accueil_droite{
	float:left;
	width:315px;
	text-align:left;
	color:#333333;
	margin-top:20px;
	margin-bottom:20px;
	padding:10px 10px 10px 10px;
	border-left:1px dotted black;
}
#footer{
	float:left;
	width:775px;
	height:35px;
	background-image:url(../images/fond_noir.jpg);	
	color:#FFF;
	padding-top:15px;
}

#footer a{
	text-decoration:none;
	color:#FFF;
}

#footer a:hover{
	text-decoration:none;
	color:#A6C0C6;
}



