/* CSS Document */
html, body { margin: 0; padding: 0; }
div { margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; }
ul, ol, li, dl, dt, dd { margin: 0; padding: 0; }
img { margin: 0; padding: 0; border: 0; }



/* main */
html {

}

body {
	background: #ffcc00;
}

#background {
	background: url(images/gabarit/background-main.jpg) repeat-y #ffcc00;
	background-position: 50% 0;
	overflow: auto;
}

#habillage {
	background: url(images/gabarit/background.jpg) no-repeat;
	background-position: 50% 0;
	overflow: auto;	
}

#main {
	/*margin: 0 auto 0 auto;*/
	margin : 0 auto;
	padding: 0;
	width: 960px;
}

/* Header */

#help {

}

#help ul {
	float: right;
	margin-bottom: 5px;
	list-style: none;
}

#help ul li {
	float: left;
	margin: 5px 0px 0 6px;
	padding: 0 6px 0 0;
	border-right: 1px solid #000;
}

#header {
	clear: both;
	position: relative;
	padding-bottom: 2px;
	background: url(images/gabarit/background-header.gif) no-repeat bottom;	
	background-position: 0px 157px;
	overflow: auto;
	width:  979px !important;
}


.logo {
	position:absolute;
	left: 8px;
	top:-4px;
	width: 160px;
}


#monSWF {
	clear: both;
	overflow: hidden;
	width: 979px;
}

#header h1 img {
	display: block;
}

#header img.carte {
	position: absolute;
}

#pathway {
	padding: 10px 0 12px 15px;
	background: url(images/gabarit/puce-pathway.gif) no-repeat #FFF;
	background-position: 7px 14px; 
}

/* Content */

#content {
	padding: 0 0 10px 0;
	background: #FFF;
	overflow: auto;
}


#menu {
	width: 168px;
	float: left;
}

#contenu {
	margin: 0 26px 0 26px;
	width: 570px;
	float: left;	
}

#cright {
	width: 150px;
	float: left;	
}

/* Footer */

#footer {
	position: relative;
	height: 252px;
	margin-top: 15px;
	padding-top: 10px;
	background: url(images/gabarit/detail-footer.png) no-repeat #fff ;
	font-size: 1.1em;
	line-height: 16px;
	
}

#footer ul a{color: #e2007a!important;}
#footer ul a.nonsouligne {text-decoration:none;}

#footer ul.infosFooter {
	float: right;
	margin-top: 78px;
	padding: 5px 30px 5px 10px;
	background: #FFF;
	color: #e2007a ;
}

#footer ul.rubriquesFooter1,#footer ul.rubriquesFooter2 ,#footer ul.rubriquesFooter3{
	float: left;
	display: block;
	margin: 4px 10px 0;
	padding: 0 15px 0 0;
}

#footer ul.rubriquesFooter1 a{color: #fff!important;}

#footer ul.rubriquesFooter2 a ,#footer ul.rubriquesFooter3 a{ color: #fff!important; text-decoration:none;}

#footer ul.rubriquesFooter3 li {line-height: 19px;}
#footer ul.rubriquesFooter1 li span.titreRubrique,
#footer ul.rubriquesFooter2 li span.titreRubrique,
#footer ul.rubriquesFooter3 li span.titreRubrique{
	font-size: 1.6em;
}

#footer ul li {
	display: inline;
}

#footer #gototoplink {
	float: right;
	display: block;
	margin: 4px 10px 0;
	padding: 0 15px 0 20px;
	background: url(images/gabarit/gototop.gif) no-repeat right;
	background-position: 100% 4px;
}

/* divers */
.clear-both { clear: both; }


