* {
		font-family: Arial, Helvetica, sans-serif;
}

body {
	background-color: Navy;
	width: 971px;
	margin: 0px auto;
}

#tout {
	background-image:url("img/ligne_gauche.gif");
	background-repeat: repeat-y;
	margin:0px;
	padding:0px;
}

#header {
	width:515px;
	background-color: navy;
	float:left;
	margin:0px;
	padding:0px;
}

#droite_extensible {
	width:396px;
	float: left;
	margin:0px;
	padding:0px;
	margin-top:61px;
	background:url("img/ligne_droite.gif") repeat-y bottom right;
}

#contenu {
	width:326px;	/* 396 - 70 de padding droite et gauche */
	padding:110px 50px 0px 20px;
	background-image:url("img/fond_texte.gif");
	background-repeat: no-repeat;
	clear: both;
}

#boite_texte {
	margin:0px;
	padding:0px;
	padding-right:5px;
	clear: both;
	min-height:500px !important;
}

#footer {
	background:url("img/bas.gif") no-repeat top left;
	padding-top: 68px;
	margin:0px;
	clear:both;
	width:971px;
	height:100px;
	text-align: center;
}

#menu_haut a, #footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size:9px;
	text-transform: uppercase;
	font-weight: bolder;
	text-decoration: none;
	text-align: center;
}

#footer {
	color:#000000;
}

#footer a {
	color:#B6CD4D;
	text-decoration: none;
	clear: both;
}

#grand, #petit, #large {
	float: left;
	padding: 40px;
}

#petit { width: 180px; padding-right: 20px; }

#grand { width: 400px; padding-left: 20px; }

#large { width: 615px; }

.fin_float {
	clear:both;
}

p, li, td, b {
	font-family: arial;
	font-size: 12px;
	vertical-align: top;
	line-height: 13px;
	color: #C0AF7A;
	text-align: justify;
}

h1 {
	font-size: 14px;
	text-align: center;
	color:#FFC447;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0px;
	margin-bottom:10px;
	padding: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-bottom: 1px solid #FFC447;
	letter-spacing: 1px;
	text-transform: uppercase;
}

h2 {
	font-size: 12px;
	text-align: center;
	color:#FFC447;
	font-family: Helvetica, Arial, sans-serif;
	margin-top: 20px;
	margin-bottom: -10px;
	padding: 0px;
	border-bottom: 1px solid #FFC447;
	letter-spacing: 1px;
}

a.chevron {
	height:50px;
	width:200px;
	padding-top: 15px;
	padding-left:15px;
	background:url(img/chevron.gif) no-repeat;
	color:#FFC447;
	font-size: 16px;
	text-align:left;
	text-decoration: none;
	font-weight: bold;
	display: block;
}

h1.titre {
	text-align:center;
	background:url(img/attention.gif) no-repeat left;
	padding-left:50px;
	border:none;
	font-size:20px;
	font-style: italic;
	height:63px;
	padding-top:15px;
	text-transform: none;
}

td, table, select {
	font-family:arial;
	font-size:11px;
	vertical-align:top;
	line-height:13px;
	color: #C0AF7A;
}

a img {
	border:none;
}

input, textarea{
	font-family:arial;
	font-size:11px;
	vertical-align:top;
	line-height:13px;
	color: #A0522D;
}

form { margin:0px; padding:0px}

.list ul{margin:0px; padding:0px; list-style:none; line-height:18px; }
.list ul li a{ color:#8A984A; text-decoration:underline; }
.list ul li a:hover{ text-decoration:none; }

.footer{ margin-left:38px; color:#000000; }
.footer span{ color:#F0E68C; }
.footer a{ color:#8A984A; text-decoration:none; }
.footer a:hover{ text-decoration:underline; }

a { color: #FFD700; text-decoration:none; }
a b { color: #FFD700; }
a:hover, a:hover b{ color: #FF8C00; }

span a{ color:#8A984A; text-decoration:none}
span a:hover{ text-decoration:underline}

span{ color:#8A984A}

.header{ color:#B6CD4D}
.header a{ color:#B6CD4D; text-decoration:none}
.header a:hover{ text-decoration:underline}

.form input{
	width:121px;
	height:20px;
	
	padding:2px 0 0 6px;
	border-style:solid;
	border-color:#2E2E2C;
	border-width:1px;
	background-color:#000000
}


.form textarea {
	width:121px;
	height:84px;
	color: #888888;
	overflow:hidden;
	padding:2px 0 0 6px;
	border-style:solid;
	border-color:#2E2E2C;
	border-width:1px;
	background-color:#000000
}

/*--------- 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(js/overlay.png); }

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

