@charset "UTF-8";
/* CSS Document */

body {
margin:0 0 0 0;
background:url(../images/bk.png) repeat-x #202424;
font-size:12px;
font-family:"Trebuchet MS";
color:#738585;
}

body a {
	color:#535454;
}

a img {
	border:0;
}

#principale {
position:absolute;
width:1000px;
left:50%;
margin-left:-500px;
}

#header {
float:left;
}

#milieu {
float:left;
width:1000px;
}

#partGauche {
float:left;
width:640px;
height:302px;
}

#barre_sup {
float:left;
width:360px;
height:22px;
background-color:#262929;
text-align:right;
}

/* Partie Droite */

#partDroite {
float:left;
width:360px;
height:280px;
background-color:#373B3B;
}

#titre_accueil {
float:left;
margin-top:5px;
margin-left:20px;
color:#707171;
font-size:18px;
}

#txt_accueil {
float:left;
width:224px;
text-align:justify;
padding-top:20px;
padding-left:20px;
color:#738585;
}
#txt_accueil a {
color:#707171;
text-decoration:none;
}

#txt_accueil a:hover {
color:#909191;
}

/* Footer */
#footer {
margin-top:40px;
padding-top:2px;
float:left;
width:1000px;
height:20px;
background-color:#171a1a;
font-size:10px;
color:#636666;
}

#mot_cle {
float:left;
width:1000px;
color:#181B1B;
margin-bottom:20px;
}

#menu_bas {
text-align:center;
}
#menu_bas a {
color:#505050;
text-decoration:none;
}
#menu_bas a:hover {
	text-decoration:underline;
	color:#999;
}
