@charset "utf-8";
/* CSS Document */
html {font-size: 100%;}
body {font-family:Verdana, Arial, Helvetica, sans-serif; font-size: .7em;}


#conteneur {
position: relative;
width:1017px;
margin: 0 auto; 
}

#entete {
height: 250px;
}

#menu {
height: 30px;
text-align:center;
}

#corps {
width:1017px;
float:left;
}

#gauche {
position: absolute;
clear:both;
width:25%;
}

#centregauche {
position: absolute;
width:25%;
left:25%;
}

#centredroit {
position: absolute;
width:25%;
left:50%;
}

#contacts{
position:absolute;
width:50%;
left:25%;
}
#droit {
position: relative;
width:25%;
left:75%;
}

#cgtexte {
width: 90%;
padding-left:10px;
}

#pied {
clear:both;
height:75px;
background-color:#E8E8E8;
}
#piedgauche {
float:left;
width:25%;
padding:5px;
color: #666666;
}

#pieddroit {
float:left;
width:25%;
padding:5px;
color: #666666;
}

h1 {
font-size:2.3em;
}

h3 {
font-size:1.9em;
color:#cc0000;
}

p2 {
font-size:1.35em; color:#666666;}
p3{font-size:1.25em; color:#666666;}

a.type2 { font-size: 1.35em ; color:#666666; text-decoration:none }
a.type2:hover { color:#666666; font-weight:bold; }

a.type3 { color:#cc0000; text-decoration:none }
a.type3:hover { color:#cc0000; text-decoration : underline; }

a.type4 {font-size: 1em ; color:#666666; text-decoration:none }
a.type4:hover { color:#666666; font-weight:bold; }

a.type5 { font-size: 1.25em ; color:#cc0000; text-decoration:none }
a.type5:hover { color:#cc0000; font-weight:bold; }
