@charset "utf-8";
/* CSS Document */

BODY { 
	color: #58585A; text-align: left;
	background: #d9aa2a url(../images/bg.jpg) repeat-x 0 0;
}

#container { margin: 0; width: 770px; background: url(../images/jaune.jpg) no-repeat 0 508px;}

#header { position: relative; background: url(../images/camions.jpg) no-repeat 0 214px; }
#header .logo { height: 470px; }
#header H1 { 
	position: absolute; top: 89px; left: 159px; width: 448px;
	color: #FFFFFF; font-size: 85%; font-weight: normal; text-transform: uppercase;
	text-align: justify; line-height: 150%; letter-spacing: 0.17em;
}
#header .entrer { text-align: right; background: url(../images/entrer-bg.jpg) no-repeat 0 0; }

#header .utilz { position: absolute; top: 180px; left: 661px; width: 115px; }
#header .utilz UL { list-style-type: none; margin: 0; padding: 0; font-size: 95%; font-weight: bold; letter-spacing: 0.1em; }
#header .utilz LI { }
#header .utilz LI A { color: #FFFFFF; text-decoration: none; display: block; height: 18px; background: url(../images/utilz_menu_li-bg.gif) no-repeat 0 0; padding: 0 0 2px 30px; }
#header .utilz LI A:hover { color: #FFFFFF; text-decoration: none; }

#content { padding: 10px; text-align: justify; }

#footer { padding: 10px 5px; }
#footer .links UL { list-style-type: none; margin: 0; padding: 0; }
#footer .links LI { float: left; margin: 0 5px 0 0; padding: 0 0 0 5px; border-left: 1px solid #FFFFFF; }
#footer .links LI.first { border: none; }
#footer .links LI A { color: #FFFFFF; text-decoration: none; }
#footer .links LI A:hover { text-decoration: underline; }

A { color: #FFFFFF; }
A:hover { color: #FFFFFF; }