/* CSS Document */
body{
	margin:0px;
	padding:0px;
	text-align:center;
	background: url(images/interface/fond.gif);
}

body, p, table, td, select{font-family: Arial,Verdana,Geneva,Helvetica,sans-serif; font-size: 12px; color: #FFFFFF;}

input, textarea{
	font-size: 11px;
	color: #000000;
}


/* -- CONTENEUR GLOBAL -- */

#bloc_conteneur {
   width:955px;
   height: 100%;

   position:absolute;
   left:50%;
   margin-left:-477px;
}

#bloc_conteneur_flash {
   width:955px;
   height:600px;
   background:#FFFFFF;
   position:absolute;
   left:50%;
   margin-left:-477px;
   border: 1px solid #747E7C;
}

/* -- HEADER -- */
#header {
	width: 100%;
	height:32px;
	text-align:left;
	background: url(images/interface/header/header.jpg) no-repeat center top;
}

/* -- MENU FLASH -- */
#menu {
	text-align:center;
	padding: 0 0 0 0;
}


/* -- MILIEU -- */

/* -- TITRE -- */
#bloc_titre {
	width:885px;
	height:48px;
}
#img_titre {
	float:left;
	width:267px;
	height:48px;
	background:url(images/interface/fd_titre.jpg) no-repeat top left;
}
#txt_titre {
	float:left;
	width:570px;
	text-align:left;
	background:#FFFFFF;
	padding: 13px 0 0 13px;
}

/* -- CONTENU --*/
#bloc_contenu {
	height:auto !important;
	height:354px;
	min-height:354px;
	/*background:#E0E8EA;*/
	background: url(images/interface/fd_contenu.gif) repeat-y top left;
}
#img_contenu {
	float:left;
	width:267px;
	height:auto !important;
	height:354px;
	min-height:354px;
	background:#FFFFFF url(images/interface/siege2.jpg) no-repeat top left;
}
#bloc_contenu_texte {
	float:left;
	width:588px;
	height:auto !important;
	height:354px;
	min-height:354px;
	text-align:left;
	background:#6b6b6d;
	padding: 0 0 0 0;
}
#txt_contenu {
	text-align:justify;
	padding:15px 25px 0 25px;
}
a.flash{
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #FF0000;
	text-decoration: none;
}
a.flash:hover {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #FF0000;
	text-decoration: underline;
}


/* -- FORMULAIRE -- */
.champ_site{
	color:#000000;
	border: solid 1px #61604C;
	width : 250px;
}
.champ_site2{
	color:#000000;
	border: solid 1px #61604C;
	width : 250px;
	height: 50px;
}
.alerte{
	color:#CB0812;
	font-weight: bold;
	text-align: center;
}
a.contact{
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #FFFFFF;
	text-decoration: none;
}
a.contact:hover {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #FFFFFF;
	text-decoration: underline;
}

/* -- FOOTER -- */
#footer {
	padding: 0 0 0 0;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #696a6b;
	text-decoration: none;
}
div#dernier-element { 

}
a.footer{
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #696a6b;
	text-decoration: none;
}
a.footer:hover {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #696a6b;
	text-decoration: underline;
}

.clear {
	clear:both;
}
