/* CSS Document */

html,body{
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	}
html {
	background:#eee url(../graphisme/background-degrades.jpg) repeat-x top center;
	}
body{
	background:url(../graphisme/background-courbes.jpg) no-repeat top center;
	font-family:Arial, Helvetica, sans-serif;
	}
#conteneur{
	margin:0 auto;
	padding:0 0 15px 0;
	width:860px;
	display:block;
	height:auto;
	position:relative;
	}
#head{
	margin:0;
	padding:0;
	width:860px;
	height:190px;
	display:block;
	/* la première ligne applique le background à la classe content pour tous les navigateurs.
	La seconde ligne supprime le background (uniquement pour IE) précédement appliqué.
	La troisième ligne applique le background (uniquement pour IE) de manière à ce que IE puisse gérer la transparence du png.*/
		
/*
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='images/graphisme/background-frame.png');
	
*/
	/* les deux lignes suivantes sont facultatives elles permettent de mieux se rendre compte de l'effet de transparence */
	}
#frame{
	margin:0;
	padding:0;
	width:860px;
	height:190px;
	display:block;
	}
#contenu, #contenu-background {
	width:860px;
	height:auto;
	margin:0;
	padding:0;
	display:block;
	}
#contenu-background {
	background:url(../graphisme/contenu-tranche.jpg) repeat-y top center;
	}
#contenu {
	padding:30px 0 0 0;
	background:url(../graphisme/contenu-haut.jpg) no-repeat top center;
	}
#texte{
	display:block;
	width:470px;
	margin:0 0 0 50px;
	padding:0;
	height:auto;
	}
#texte a, #textementions a{
	color:#004b96;
	}
#texte a:hover, #textementions a:hover{
	color:#3296fa;
	}
#textementions{
	display:block;
	width:760px;
	margin:0 0 0 50px;
	padding:0;
	height:auto;
	}
.mention
{
	font-size:10px;
}
/******************************************** menu principal */
#nav ul, #nav {
	list-style: none;
	font-size:0.9em;
	font-weight:normal;
	margin:0;
	padding:0;
}
#nav{
	width:496px;
	height:77px;	
	display:block;
	text-align:center;
	position:absolute;
	top:152px;
	right:35px;
	}
#nav li {
	float: left;
	margin:0;
	padding:0;
}

#nav li a {
	display: block;
	color: #333;
	margin:0;
	text-decoration: none;
	line-height:50px;
	_line-height:47px;
	width:124px;
	height:77px;
	background:url(../graphisme/onglet.jpg) no-repeat top center;
}

#nav li a:hover{
	background:url(../graphisme/onglet-over.jpg) no-repeat top center;
	color:#eee;
	}

#nav li li a, #nav li li li a{
	display: block;
	color: #333;
	margin:0 0 0 2px;
	padding:15px 0;
	text-decoration: none;
	background:url(../graphisme/onglet_tranche.jpg) repeat-y top left;
	width:120px;
	height:auto;
	border-bottom:1px solid #ccc;
	line-height:15px;
}
#nav li li a:hover{
	background:url(../graphisme/onglet_tranche-over.jpg) repeat-y top center;
	color:#eee;
	}
#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 120px;
	font-weight: normal;
	margin: 0;
	text-align:center;
}
#nav2{
	top:51px;
	}
#nav li li {
	width: 120px;
}

#nav li ul ul {
	margin: -30px 0 0 0;
	_margin: -30px 0 0 0;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#nav li li:hover ul, #nav li li.sfhover ul {
	left:116px;
}

/*menu style*/
.daddy {
	width:100px;
	text-align:center;
	background: url(../graphisme/fleche.gif) center right no-repeat;
}
#nav li a.menuclique {
	color:#eee;
	background:url(../graphisme/onglet-over.jpg) no-repeat top center;
	}
#nav li a.fin {
	border:none;
	background:url(../graphisme/onglet-fin.gif) no-repeat bottom center;
	}
#nav li a.fin:hover {
	background:url(../graphisme/onglet-fin-over.gif) no-repeat bottom center;
	}
#nav li a.fleche {
	background:url(../graphisme/onglet-fleche.jpg) no-repeat left center;
	}
#nav li a.fleche:hover {
	background:url(../graphisme/onglet-fleche-over.jpg) no-repeat left center;
	}
#nav li a.debut{
	background:url(../graphisme/onglet-debut.gif) no-repeat top center;
	}
#nav li a.debut:hover {
	background:url(../graphisme/onglet-debut-over.gif) no-repeat top center;
	}
#nav li a.finfleche{
	border:none;
	background:url(../graphisme/onglet-fin-fleche.gif) no-repeat bottom center;
	}
#nav li a.finfleche:hover {
	background:url(../graphisme/onglet-fin-fleche-over.gif) no-repeat bottom center;
	}
#nav li a.seul{
	border:none;
	background:url(../graphisme/onglet-seul.gif) no-repeat center center;
	}
#nav li a.seul:hover {
	border:none;
	background:url(../graphisme/onglet-seul-over.gif) no-repeat center center;
	}
/********************pied de page*****************/
#pied{
	width:860px;
	height:70px;
	display:block;
	background:url(../graphisme/contenu-bas.jpg) no-repeat bottom center;
	clear:both;
	}

#baseline{
	width:760px;
	clear:both;
	display:block;
	padding:0;
	margin:0 auto;
	}
#baseline p{
	text-align:right;
	margin:0;
	padding:20px 10px 10px 0;
	font-size: 9px;
	font-family:Arial, Helvetica, sans-serif;
	color:#999;
	font-weight:normal;
	}
#baseline a{
	color:#999;
	}
#baseline a:hover{
	color:#aa966e;
	}

/********************titres*********************/
h1{
	font-size:24px;
	margin:0 0 30px 50px;
	padding:25px 0 0 0;
	width:auto;
	color:#004b96;
	font-weight:500;
	}
.h1{
	border-bottom:5px solid #004b96;
	padding: 0 0 8px 0;
	}
h2, h3, h4, h5, h6{
	font-size:1em;
	margin:15px 0 5px 0;
	padding:0;
	line-height:2em;
	color:#3296fa;
	font-weight:normal;
	width:450px;
	}
#textementions h2, #textementions h3, #textementions h4, #textementions h5, #textementions h6
{
	clear:both;
}
/********************style global**************/
a {
	text-decoration:none;
	}
p{
	font-size:12px;
	margin:4px 0;
	padding:4px 0;
	color:#333;
	text-align:justify;
	line-height:16px;
	}
#texte ul, #textementions ul{
	font-size:12px;
	margin:3px 15px;
	padding:3px 15px;
	list-style:disc;
	color:#3296fa;
	}
#texte ul li p, #textementions ul li p{
	color:#333;
	margin:0;
	padding:0;
	}
#texte ul li, #textementions ul li{
	margin:2px 0;
	padding:2px 0;
}

/********************images********************/
#imagesconteneurhaut{
	width:260px;
	display:bloc;
	height:20px;
	background:url(../graphisme/imagesconteneur-haut.gif) no-repeat top left;
	}
#imagesconteneurbas{
	width:260px;
	display:bloc;
	height:20px;
	background:url(../graphisme/imagesconteneur-bas.gif) no-repeat bottom left;
	}
#imagesconteneurbody{
	width:260px;
	display:bloc;
	height:auto;
	background:#333;
	}
.images{
	width:220px;
	margin:0 auto 15px auto;
	display:block;
	}
.imagesfin{
	width:220px;
	margin:0 auto;
	display:block;
	}
#imagesconteneur{
	display:block;
	width:260px;
	height:auto;
	float:right;
	padding-right:50px;
	}
.imagescontour{
	display:bloc;
	height:150px;
	width:220px;
	background:url(../graphisme/imagescontours.png) no-repeat center center;
	_background:url(../graphisme/imagescontours.gif) no-repeat center center;
	}
/**********************************mentions legales*********************************************/
.left {
	float:left;
	display:block;
	margin-right : 20px;
	}
.right{
	display:block;
	float:right;
	clear:right;
	margin-left : 20px;
	}
.nofloat{
	clear : both;
}
/*********************langues********************/
#langues{
	position:absolute;
	top:0;
	right:35px;
	display:block;
	font-size:0.6em;
	text-align:center;
	}
.fr{
	float:left;
	padding:2px 3px 6px 5px;
	margin:0;
	width:20px;
	text-align:center;
	background:url(../graphisme/fr-back.jpg) no-repeat bottom left;	
	}
.fr a{
	color:#FFFFFF;
	}
.gb{
	float:left;
	padding:2px 5px 6px 3px;
	margin:0;
	width:20px;
	text-align:center;
	background:url(../graphisme/gb-back.jpg) no-repeat bottom right;
	}
.gb a{
	color:#004b96;
	}
	/*font-size:0.8em;
	margin:5px 0;
	padding:5px 0;
	color:#333;
	text-align:justify;
	line-height:1.3em;*/