body {
	background-image: url(images/interface/fond.jpg);
	background-repeat: repeat-x;
	background-color: #000;
	margin: 0px;
	background-position: center top;
	margin: 0 0 0 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	padding: 10px 0 0 0;
	text-decoration: none;
}

h2 {
	padding: 0 0 0 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #E3001C;
}

h3 {
	padding: 0 0 0 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #E3001C;
	text-transform: uppercase;
}

h4 {
	padding: 0 0 0 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #E3001C;
}

#content {
	width: 1000px;
	padding: 0 30px 0 30px;
	margin: -10px auto 0 auto;
	/*overflow: auto;*/
}

.img_titre {
		padding: 30px 0 0px 30px;
}

p {
	padding: 0 10px 0 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	text-align: justify;
}

.presta {
	padding: 0 0 0 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #E3001B;
}

img {
	border: none;
}

.contenu {
	background-color: #00579C;
}

.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	height: 30px;
	width: 168px;
	text-align: center;
	padding-top: 10px;
	text-transform: uppercase;
}

.menu a:hover {
	padding: 10px;
	color: #E3001B;
	text-decoration: none;
}
.menu a {
	text-decoration: none;
	color: #FFF;
}
.imgborder {
	border: thin solid #FFFFFF;
}

a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #E3001B;
	text-decoration: none;
	font-weight: bold;
}

/******************************************* Footer *******************************************/

#footer {
	height: 50px;
	width: 100%;
	margin: 0 auto;
	padding: 0px 0 15px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#footer p {
	margin: 0;
	padding-top: 20px;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
	color: #999;
}

#footer a {
	color: #999;
}

#footer a:hover {
	color: #E2001A;
}


/*--------- Lightbox -----------*/
#lightbox{
    background-color:#eee;
    padding: 10px;
    border-bottom: 2px solid #666;
    border-right: 2px solid #666;
}

#lightboxDetails{
    font-size: 0.9em;
    color: #555;
    padding-top: 0.5em;
}

#closeButton{ top: 5px; right: 5px; }

#lightboxCaption{ float: left; }

#keyboardMsg{ float: right; }

#lightbox img{ border: none; }

#overlay img{ border: none; }

#overlay{ background-image: url(http://www.gt-road.com/scripts/overlay.png);


}

* html #overlay{ /*Hack IE */
    background-color: #000;
    background-color: transparent;
    background-image: url(http://www.gt-road.com/scripts/blank.gif);
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://www.gt-road.com/scripts/overlay.png", sizingMethod="scale");
}
/*-------- fin lightbox -------*/