body
{
	margin: 0;
	padding:0;
	background-color: #000000;
	width:100%;
	height:100%;
	position:absolute;
	bottom:0;
}

a:link {
text-decoration:none;
}
a:visited {
text-decoration:none;
}
a:hover {
color:#FFFFFF;
text-decoration:none;
}
a img {
border:0 none;
}
img {
display:block;
}

#conteneur
{
	margin: 0 auto;
	width: 843px; /* largeur obligatoire pour être centré */
	height: 100%;
	background: red url(../images/fond.png) repeat-y ;
	display: table;
	
}
#conteneurbis
{
	margin: 0 auto;
	width: 843px; /* largeur obligatoire pour être centré */
	background: red url(../images/fond.png) repeat-y ;
	display: table;
	
}

#conteneur2
{
	margin: 0 auto;
	height: 95%;
	width: 817px;
	background-color: white;
	display: table;
	background-color: #000000;
}
#banniere
{
	float: left;
	width: 100%;
	height: 30px;
	/*background: url("../images/banniere.png") no-repeat;*/
	background-color: #000000;
}

#menuTop
{
	float: left;
	background-color: #000000;
	width: 100%;
	margin:0;margin-left: 0px;
	padding-top: 0px;
	background: url("../images/fond_menu.png") no-repeat;
	padding-bottom: 0px;
}
#menuList1 
{
	font-weight:bold;
	font-family: Trebuchet MS,Verdana, Arial, Helvetica, sans-serif;
	
	border:0 none;
height:36px;
margin:0;
padding:0;
position:static;
	
	
}

#article
{
	font-size: 14px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	text-align: justify;
	margin:7px 7px 75px 7px;
}
#article a
{
	font-size: 14px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	
	color: blue;
	text-decoration:none;
	font-weight: bold;
}

.titre_paraf
{
	color: #CC1100;
	font-weight: bold;
	font-size: 17px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	text-align: justify;
	margin:7px 7px 75px 7px;
	
}

#menuList1 li
{
	color:#ffffff;
	display:inline;
	font-size: 16px;
	
	list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:0;
	
}
#menuList1 li a:hover
{
	color:red;
}
#menuList1 li.menu_selected a
{
	color:red;
}
#menuList1 li a 
{
padding:7px 10px;
text-decoration:none;
color:#ffffff;
/*border-style:none dashed none none;
border-width:0 1px 0 0;
line-height:36px;*/
}



#footer
{
	margin:0 auto;
  float: top;
	background-color: #000000;
	width: 817px;
	height: 40px;
	
	
}



#contact
{
	font-size: 14px;
	float:left;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	text-align: justify;
	margin-top:7px;
	padding:20px 20px;
}

#contact .text
{
	color: #dddddd;
	font-weight: bold;
}
#contact .style_gras_gris
{
	font-weight: bold;
	color: #525252;
}

#contact .style_gras_rouge
{
	font-weight: bold;
	color: red;
}

#contact INPUT {
     color:#ffffff;
     background-color:#000000;
}
#contact TEXTAREA {
     color:#ffffff;
     background-color:#000000;
}

.input_mamad_white
{
	background-color: white;
}

.message_erreur
{
	color: red;
	font-weight: bold;
	font-size: 12px;
	visibility: hidden; 
}

.message_erreur_mail
{
	color: red;
	font-weight: bold;
	font-size: 12px;
	visibility: hidden; 
}