/* CSS Document */
body{
	margin: 0;
	padding: 0;
}
#conteneur {
width: 750px;
height:100%;
margin-left: auto;
margin-right: auto;

}
#headeur {

padding:0;
width:760px;
height:132px;
background: url(./images/headeur.jpg) top left no-repeat;
}
/****************************************************************************/

#menu1 {

padding:0;
width:760px;
height:30px;
background: url(./images/bandmenu.gif) top left no-repeat;
}

ul#menu {
margin:0;
padding:0;
font: bold 13px Geneva, Arial, Helvetica, sans-serif;
list-style-type:none;

}

#menu li {
display:inline;
}

#menu a {
    color: white;
    text-decoration:none;
		text-align: center;
		vertical-align: bottom;
		line-height: 28px;
		margin-left: 15px;
}
/*****************************************************************************/
#menu a:hover {
color: #8A0202;
}


#contenu {
width:760px;
}

#gauche {
float:left; 
padding:0;
width:271px;
text-align:center;
/*background:blue;*/
}

#gauche img {
margin:10px;
}

#droite {
float:left; 
padding:20px 0 0;
width:489px;
}

p {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	margin :10px;
	font-size: 12px;
	text-align: justify;
}

p.doc {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	margin :10px;
	font-size: 12px;
	color: #8A0202;
	font-weight: bold;
}


/*****************************************************************************/

ul#menubas {
margin:0;
padding:0;
font: bold 11px Geneva, Arial, Helvetica, sans-serif;
list-style-type:none;
}

#menubas li {
display:inline;
}

#menubas a {
    color: white;
    text-decoration:none;
		text-align: center;
		vertical-align: top;
		line-height: 15px;
		margin-left: 10px;
}

#menubas a:hover {
color: #8A0202;
}


#footer {
text-align:center;
float:left;
padding:0;
width:760px;
height:17px;
background:purple url(./images/footer.jpg) top left no-repeat;

}
/*****************************************************************************/

#normes {
float:left;
padding:0;
width:760px;
height:35px;
}

ul#w3c {
margin:0;
padding:0;
list-style-type:none;
}

#w3c li {
display:inline;
}

#w3c a {
text-decoration:none;
vertical-align: top;
line-height: 15px;
margin-left: 10px;
}

/*****************************************************************************/

H3{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #C94715;
}

H4{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #EEB36F;
}

.gras{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #C94715;
}

#droite a {
	color: #8A0202;
	text-decoration:underline;
	font-weight: bold;
}

#droite a:hover {
color: #8A0202;
}
/* CSS Document */
