/*
KIT GRAPHIQUE PAR BOZ http://www.gorets.com
TELECHARGE SUR KITGRAFIK http://www.kitgrafik.com
*/
html, body {
padding: 0; 
margin: 0;
text-align: left;
font-family: Helvetica, Arial, sans-serif;
font-size: 12px;
font-style: normal;
line-height: 16px;
color: black;
background-color: #E5004F;
background-image: url("images/background.jpg");
background-repeat: no-repeat;
}
/* conteneur du site */
#container {
width: 700px;
margin-left: 201px;
}
/* header du site */
#header {
width: 700px;
height: 100px;
background-color: transparent;
background-image: url("images/header.jpg");
background-repeat: no-repeat;
margin: 0;
padding: 0;
}
	  
/* conteneur des menus */
.menu {
width: 700px;
height: 27px;
text-align: center;
clear: both;
}
/* boutons menus haut */
.mh1 {
width: 140px;
height: 27px;
text-align: center;
background-color: transparent;
background-image: url("images/menu1.jpg");
background-repeat: no-repeat;
margin: 0;
float: left;
}
.mh2 {
width: 140px;
height: 27px;
text-align: center;
background-color: transparent;
background-image: url("images/menu2.jpg");
background-repeat: no-repeat;
margin: 0;
float: left;
}
.mh3 {
width: 140px;
height: 27px;
text-align: center;
background-color: transparent;
background-image: url("images/menu3.jpg");
background-repeat: no-repeat;
margin: 0;
float: left;
}
.mh4 {
width: 140px;
height: 27px;
text-align: center;
background-color: transparent;
background-image: url("images/menu4.jpg");
background-repeat: no-repeat;
margin: 0;
float: left;
}
.mh5 {
width: 140px;
height: 27px;
text-align: center;
background-color: transparent;
background-image: url("images/menu5.jpg");
background-repeat: no-repeat;
margin: 0;
float: left;
}
/* liens bloc gauche */
.menu a:link, .menu a:visited {
font-size: 13px;
font-weight: bold;
text-decoration: none;
margin: auto;
color: #CCFF00;
line-height: 27px;
background-color: transparent;
}
.menu a:active, .menu a:hover {
color: #CCFF00;
background-color: transparent;
text-decoration: none;
}

/* header du site */
#banniere {
width: 700px;
height: 80px;
background-color: transparent;
background-image: url("images/bg-banniere.jpg");
background-repeat: no-repeat;
margin: 0;
padding: 0;
text-align: left;
clear: both;
}
#banniere img{
/* top right bottom left */
margin: 14px 0 0 67px;
}

/* corps de page */
#corps {
width: 700px;
background-color: transparent;
display: block;
text-align: center;
margin-bottom: 15px;
padding-top: 5px;
border-bottom: 1px solid black;
background-repeat: repeat-y;
clear: both;
}
/* paragraphe de texte corps de page */
#corps .bloc {
width: 700px;
margin: auto;
margin-bottom: 5px;
padding: 5px;
background-color: transparent;
border: 0px solid black;
text-align: justify;
clear: both;
}
/* Titre corps de page */
#corps h1 {
width: 700px;
height: 20px;
line-height: 20px;
font-size: 14px;
color: black;
text-indent: 20px;
background-image: url("images/bg-titre.gif");
background-repeat: no-repeat;
background-color: transparent;
margin: 5px;
}

/* footer */
#footer {
width: 700px;
padding-top: 9px;
text-align: center;
background-image: url("images/footer.gif");
background-repeat: no-repeat;
background-color: transparent;
font-size: 10px;
color: black;
clear: both;
}
/* menus footer */
#footer a:link, #footer a:visited {
font-weight: normal;
text-decoration: none;
color: #99FF00;
background-color : transparent;
}
#footer a:active, #footer a:hover {
color: #99FF00;
text-decoration: none;
background-color : transparent;
}

/* liens normaux */
a:link, a:visited {
color: #E5004F;
text-decoration: underline;
background-color: transparent;
}
a:active, a:hover {
color: #940084;
background-color: transparent;
}
