@charset "utf-8";
/* CSS Document */
body
{
background-color: #000000;
color:#FFFFFF;
font-weight:bold;
margin:0px;
width:100%;
}
#header
{
width:100%;
height:20%;
padding-top:1%;
padding-left:3%;
margin:auto;
}
#logo
{
background:url(logo.jpg) no-repeat;
width:612px;
height:140px;
}
#haut
{
margin-top:2%;
background:url(menu_sup.jpg) no-repeat;
width:1300px;
height:74px;
}
#sous_haut
{
margin-left:4%;
padding-top:2%;
text-align:center;
background:url(menu_inf.jpg) no-repeat;
width:758px;
height:40px;;
}
.input
{
font-size:12px;
width:29px;
height:20px;
border-style:solid;
background: #FFFFFF;
padding-bottom:1px;
}
.haut_texte
{
padding-top:3%;
padding-left:4%;
font-size:20px;
}
#center
{
height:100%;
width:1300px;
}
#contenu
{
text-align:center;
color:#000000;
}
#col_gauche
{
background:url(col_gauche.jpg) repeat-y;
height:1000px;
width:48px;
float:left;
}
#col_droite
{
background:url(col_droite.jpg) repeat-y;
height:1000px;
width:44px;
float:right;

}
#col_centrale
{
width:100%;
height:1000px;
background:#FFFFFF;
color:#000000;
}
#bas
{
background:url(footer.jpg) no-repeat;
width:1300px;
height:80px;
}
#top5
{
background:url(top5.jpg) no-repeat;
width:92px;
height:36px;
margin-left:18%;
}
#top5_cadre
{
margin-top:10%;
background:url(cadre.jpg) no-repeat;
width:146px;
height:105px;
padding-top:15%;
text-align:center;
}
#col_centrale_gauche
{
height:800px;
width:150px;
padding-top:2%;
margin-left:3%;
float:left;
}
#col_centrale_droite
{
background:url(menu_droite.jpg) no-repeat;
height:800px;
width:150px;
margin-top:2%;
margin-left:3%;
float:right;
}
#col_centrale_centre
{
height:1000px;
width:67%;
margin-left:18%;
padding-top:1%;
background:#FFFFFF;
}
a:link {
	text-decoration: none;
	color: #A52124;
}
a:visited {
	text-decoration: none;
	color: #A81C1F;

}
a:hover {
	text-decoration: none;
	color: #A81C1F;

}
a:active {
	text-decoration: none;
	color: #A81C1F;

}
