/* CSS issu des tutoriels css.alsacreations.com */
body {
font-family: Helvetica, Verdana, Arial, sans-serif;
font-size: 1em;
margin: 0;
padding: 0;
background-color: #000000;
color: #f10a36;


}
#page {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: left; 
	}

#header {
height: 200px;
background-color: #000000;
}
#conteneur {
position: relative;
width: 1024px;
margin: 0 auto; 
/*background-color: blue;*/
background-color:#000000;
/*background-image: url(img/fond_conteneur.png);
background-repeat: repeat;*/
}
#centre {
background-color:#000000;
margin-left: 155px;
margin-right: 160px;
}
#gauche {
position: absolute;
left:0;
width: 150px;
color: #f10a36;
background-color: #000000;
}
#droite {
position: absolute;
right:0;
width: 150px;
background-color: #000000;
}
#pied {
	clear: both;
	width: 100%;
	margin-top: 4em;
	border-top: 1px solid #FFFFFF;
	padding: 2px;
	text-align: center; 
    position: relative; 
    /*bottom: -12px;*/}
#pied small { font-size: 1em; }
#pied img { vertical-align: bottom; }
}


/*  Habillage general des menus de navigation
---------------------------------------------- */


	
	
/* Espaceur de blocs */
.nettoyeur { clear: both; margin: 0; padding: 0; border: none; height: 0; line-height: 1px; font-size: 1px; }

/* Non visible a l'ecran */
.invisible { position: absolute; top: -3000em; height: 1%; }

.lien {
	margin: 0em;
	margin-bottom: 1.5em;
	padding: 0.82em;
	border: 1px solid #ce3739;
	font-size: 1em;
	font-weight: bold; }

.texte { color: #FFFFFF; font-size: 1em; }

.menugauche {
list-style-type: none;
margin: 0;
padding:0;
margin: 0em;
color: #f10a36;
text-decoration: none;
}

.menugauche li {
margin-bottom: 0px;
list-style: none;
margin: 0em;
}
.menugauche a {
margin: 0 2px;
color: #fa5457;
text-decoration: none;
}
.menugauche a:hover {
text-decoration: none;
color: #760000;
}

.menuspec a {
list-style-type: none;
margin: 0;
padding:0;
margin: 0em;
color: #f10a36;
text-decoration: none;
}
.menuspec a:hover {
text-decoration: none;
color: #760000;
}

.menudroit {
list-style-type: none;
margin: 0 0;
padding:0;
color: #fa5457;
text-decoration: none;
}
.menudroit li {
margin-bottom: 0px;
list-style: none;
}
.menudroit a {
color: #fa5457;
text-decoration: none;
}
.menudroit a:hover {
text-decoration: none;
color: #760000;
}
p {margin: 0 0 10px 0;}


.form2 {
   width: 99%;
   padding: 1px;
   border: 1px solid #666;
   font-family: Verdana;
   font-size: 11px;
}
