@charset "iso-8859-1";



*         { margin:0; padding:0; }
html,body { margin:0; padding:0;  
}
body {
	width:100%;
	min-height:100%;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	background: #CB2601 url(images/bg.jpg) repeat-x top;
	color: #000000;
}
#global {
	position: absolute;
	width: 800px;
	left: 50%;
	margin-left: -400px;
}


/*
-------------------------------------------------------
HEADER
-------------------------------------------------------
*/

#header {
	width: 800px;
	height: 242px;
}
#logo {
	position: absolute;
	width: 215px;
	height: 157px;
	top: 24px;
	left: 102px;
}
#header-img {
	position: absolute;
	width: 431px;
	height: 173px;
	top: 24px;
	right: 18px;
}
#menu {
	position: absolute;
	width: 546px;
	height: 45px;
	top: 197px;
	left: 208px;
}


.ul1 {
	list-style-type: none;
	background-image: url(images/menu.jpg);
}
.ul1 li a {
	text-decoration: none;
	display: block;
	_margin: 0px;
	_padding: 0px;
}
.ul1 li {
	_margin: 0px;
	_padding: 0px;
	float:left;
	display:block;	
}
	
	
a#emenu1, a#emenu1-on, a#emenu2, a#emenu2-on, a#emenu3, a#emenu3-on, a#emenu4, a#emenu4-on, a#emenu5, a#emenu5-on, a#emenu6, a#emenu6-on {
	background-image: url(images/menu.jpg);
	height: 45px;
		
}

a#emenu1 {  width: 85px; background-position: 0 0; }
a#emenu1:hover { background-position: 0 -45px; }
a#emenu1-on {  width: 85px; background-position: 0 -45px; }	

a#emenu2 {  width: 87px; background-position: -85px 0; }
a#emenu2:hover { background-position: -85px -45px ; }
a#emenu2-on {  width: 87px; background-position: -85px -45px ; }
	
a#emenu3 {  width: 88px; background-position: -172px 0; }
a#emenu3:hover { background-position: -172px -45px ; }	
a#emenu3-on {  width: 88px; background-position: -172px -45px ; }
	
a#emenu4 {  width: 91px; background-position: -260px 0; }
a#emenu4:hover { background-position: -260px -45px ; }	
a#emenu4-on {  width: 91px; background-position: -260px -45px ; }

a#emenu5 {  width: 90px; background-position: -351px 0; }
a#emenu5:hover { background-position: -351px -45px ; }	
a#emenu5-on {  width: 90px; background-position: -351px -45px ; }

a#emenu6 {  width: 67px; background-position: -441px 0; }
a#emenu6:hover { background-position: -441px -45px ; }	
a#emenu6-on {  width: 67px; background-position: -441px -45px ;

	
}


/*
-------------------------------------------------------
CENTRE
-------------------------------------------------------
*/

#panored {
	width: 635px;
	height: 82px;
	margin-left: 33px;
	background: no-repeat url(images/panorouge.png);
	padding: 25px 0 0 90px;
}
#panored h1 {
	color: #FFFFFF;
	font-size: 24px;
}

#ssmenu {
	width: 644px;
	height: 18px;
	margin-left: 78px;
	background-color: #959496;
	text-align: center;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	padding: 4px 0 0 0;
	word-spacing: 0.3em;
	letter-spacing: 0.02em;
}
#ssmenu  a:link, #ssmenu  a:visited {
	color: #000000;
}
#ssmenu  a:hover, #ssmenu  a:active {
	color: #FFFFFF;
}

#main {
	width: 644px;
	margin-left: 78px;
	background-color: #FFFFFF;
	padding: 20px 0 20px 0;
	overflow: auto;
}
/*
-------------------------------------------------------
CENTRE COLONNE GAUCHE
-------------------------------------------------------
*/

#col1 {
	width: 150px;
	float: left;
	background-color:#FFFFFF;	
}
#col1 img {
	margin-left: 13px;
}
.bloc-liens {
	width: 130px;
	margin-left: 13px;
	padding-bottom: 10px;
}
.bloc-liens em {
	color: #D13B04;
	font-weight: bold;
	font-size: 12px;
	font-style: normal;
	margin: 0 0 15px 0;
	display: block;
	text-transform: uppercase;
}
.bloc-liens h6 {
	font-size: 11px;
	margin: 15px 0 4px 0;
}
.bloc-liens h6 a {
	color: #000000;
	text-decoration: underline;
}
.bloc-liens p {
	margin: 5px 0 10px 0;
	color: #666666;
	line-height: 1.2em;
}
.bloc-liens p strong {
	font-weight: normal;
	color: #D13B04;
}
.bloc-liens li {
	list-style-type: circle;
	margin: 3px 0 3px 15px;
	padding: 1px 0 0 -5px;
	color: #666666;
	line-height: 1.1em;
}

/*
-------------------------------------------------------
CENTRE COLONNE DROITE
-------------------------------------------------------
*/

#col2 {
	width: 453px;
	float: left;
	padding: 20px;
	background-color:#FFFFFF;
}
#col2 p {
	margin: 10px 20px 10px 0;
	line-height: 1.2em;
	text-align: justify;

}
#col2 ul {
	margin: 10px 20px 10px 20px;
}
#col2 li {
	text-align: justify;
	list-style-type: circle;
	line-height: 1.1em;
	margin: 5px 0 3px 15px;
	padding: 1px 0 0 -5px;
}
.listecoche {
	list-style-type: none;
	line-height: 1.1em;
	margin: 5px 0 3px 15px;
	padding: 1px 0 0 -5px;
	list-style-image: url(images/cochersite.gif);
	list-style-position: inside;
}
.signaturesbloc {
	clear: both;
	height: 130px;
}
.imgsignatures {
	float: left;
}
.signaturesbloc p {
	padding-top: 36px;
}
h2 {
	font-size: 22px;
	margin: 20px 0 5px 0;
}
h3 {
	color: #D13B04;
	font-size: 16px;
	margin: 20px 0 10px 0;
}
h4 {
	color: #A02F03;
	font-size: 13px;
	margin: 20px 0 10px 0;
}


/*
-------------------------------------------------------
FORM
-------------------------------------------------------
*/



.cssform p {
	width: 300px;
	clear: left;
	margin: 0;
	padding: 10px 0 2px 0;
	padding-left: 155px; /*width of left column containing the label elements*/
	border-top: dashed #CCCCCC 1px;
	height: 1%;
}
.cssform div {
	width: 300px;
	clear: left;
	margin: 0;
	padding: 5px 0 8px 0;
	padding-left: 155px; /*width of left column containing the label elements*/
	height: 1%;
}

.cssform label{
	font-weight: bold;
	float: left;
	margin-left: -155px; /*width of left column*/
	width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
	width: 180px;
}

.cssform textarea{
	width: 250px;
	height: 100px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}

.cssform input {
	margin-right: 8px;
}


/*
-------------------------------------------------------
FOOTER
-------------------------------------------------------
*/

#footer {
	width: 634px;
	height: 17px;
	margin: 0 0 10px 78px;
	background: no-repeat url(images/footer_bg.png);
	font-size: 11px;	
	color: #FFFFFF;
	text-align: right;
	padding: 2px 10px 0 0;
	font-weight: bold;
	word-spacing: 0.05em;
	letter-spacing: 0.02em;

}
#footer a:link, #footer a:visited {
	color: #FFF7D5;
}
#footer a:hover, #footer a:active {
	color: #CC3300;
}


/*
-------------------------------------------------------
DIVERS
-------------------------------------------------------
*/


img {
	border: 0;
}
.imgleft {
	float: left;
	margin: 0 20px 10px 0;
}
.imgright {
	float: right;
	margin: 0 0 0 20px;
}

a:link, a:visited {
	text-decoration: none;
	color: #D13B04;
}
a:hover, a:active {
	text-decoration: underline;
	color: #D13B04;
}

.invisiblespan {
		visibility: hidden;
}




