/* fin de ligne de tableau flottant */
.finLigne {
 clear: both;
 display: block;
}


.textSiteNoir{
	color: #000000;
}
.textSiteNoir a, .textSiteNoir a:link{
	color: #000000;
}
.textSiteGris{
	color: #8F8F8F
}
/* @titres */
h1 {font-size:2em;}
/* @end */



/* @group reset */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, .btn
{ margin: 0; padding: 0; border: 0; font-style: inherit; font-weight: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }
ul { list-style: none; }
a img, frameset { border: 0; }
table {  border-collapse: collapse; border-spacing: 0; }
caption, th, td { text-align: left;  font-weight: normal; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q {  quotes: "" ""; }
/* @end */

/* @group utility */
.clear {
  height: 1px;
  clear: both;
  margin-top: -1px;
  overflow-x: hidden;
}
.row:after, .clearfix:after, #content:after, .section:after, .section-header:after, .section-header-inner:after, .section-content:after, .section-content-inner:after, .contain:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.add-top, #add-top { margin-top: 15px; }
.add-bottom, #add-bottom { margin-bottom: 15px; }
.no-bottom { margin-bottom: 0 !important; padding-bottom: 0 !important; }
.no-top { margin-top: 0; }
.no-border { border: 0; }
.left { float: left; }
img.left { margin: 0 15px 15px 0; }
.right { float: right; }
img.right { margin: 0 0 15px 15px; }
.centered { margin: 0 auto 19px; }
.text-right { text-align: right; }
.text-center { text-align: center; }
.disabled, .hide { display: none; }
.js .visiblity-hide { visibility: hidden;}
.contain-overflow { overflow-x: hidden; }
.screen-reader { display: block; left: -9999px; position: absolute; top: -9999px; }
.clearing { clear: both; }
/* @end */

 /* @group -links */
  a, a:link { color: #FFFFFF; text-decoration: none; }
  a:visited {}
  a:hover { color: #FFFFFF; text-decoration: underline; }
  a:active {}
  .no-outline { outline: none; }
  /* @end */


/* @body */
body{
  font: 12px/20px Helvetica, Arial, Sans-Serif;
  min-width: 1081px;
  color: #FFFFFF;
}

body #pageGlobale #page{
	padding-bottom:25px;
}

body.fond_1{
  background: #4AACD3 url(../images/background/horizontal_fond_site_1.jpg) repeat-x 0 0;
}
body.fond_1 #pageGlobale{
  background: url(../images/background/vertical_fond_site_1.jpg) repeat-y 50% 0;
}

body.fond_1 #pageGlobale #page{
	background: url(../images/background/centre_fond_site_1.jpg) no-repeat 50% 0;
}

body.fond_2 #pageGlobale{
  background: #DACBB8 url(../images/background/vertical_fond_site_2.jpg) repeat-y 50% 0;
}

body.fond_2 #pageGlobale #page{
	background: url(../images/background/centre_fond_site_2.jpg) no-repeat 50% 0;
}

body.fond_3 #pageGlobale{
  background: #E2D2D2 url(../images/background/vertical_fond_site_3.jpg) repeat-y 50% 0;
}

body.fond_3 #pageGlobale #page{
	background: url(../images/background/centre_fond_site_3.jpg) no-repeat 50% 0;
}

/* @end */



/* @template */
#container{
	margin:0 auto;
	padding: 0px 45px;
	position:relative;
	width:990px;
	z-index:1000;
}
#header {
	height:71px;
	margin:55px 0 0 0;
	position:relative;
	width:990px;
	z-index:100001;
}
#logo {
	position: relative;
	display:block;
	float: left;
	height:71px;
	width:142px;
	z-index:1000;
}
#logo a{
	display:block;
	position: absolute;
	top:0px;
	left:-3px;
	height:71px;
	width:145px;
	z-index:1000;
}
#nav {
	background:url(../images/skin/nav/fond_menu.png) repeat-x;
	height:47px;
	width:844px;
	margin-top: 13px;
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	z-index:1000;
}
#fin_nav {
	height:47px;
	width:4px;
	margin-top: 13px;
	float:left;
	z-index:1000;
}
/* @end */



	/***********************************************************/
	/* @detail nav haute */
	
	#nav li {
		float:left;
		padding:12px 9px 0 9px;
	}
	
	#nav a {
		width: auto;
		font-weight: bold;
		border-bottom: none;
		color: #E5E3E4;
	}
	
	#nav a:hover {
		text-decoration: none;
		border-bottom: 1px dotted;
		color: #FFFFFF;
	}
	
	#nav .actif {
		color: #FE0000;
		border-bottom: 1px dotted;
		border-bottom
	}
	
	#nav .nav-get_help.home{
		margin-left: 240px;
	}
	* html #nav .nav-get_help.home{
		margin-left: 200px;
	}
	
	#nav .nav-news{
		float:right;
	}
	#nav .nav-news a{
		color: #FE0000;
	}
	#nav .nav-stay_in_touch, #nav .nav-media{
		float:right;
	}
	#nav .nav-stay_in_touch a, #nav .nav-media a{
		color: #FE0000;
	}
	#nav .nav-shop ul{
		display: none;
		position: absolute;
		margin-left: -9px;
		background: #000000;
	}
	#nav .nav-shop ul.menuvisible{
		display: block;
	}
	#nav .nav-shop ul li{
		float: none;
		padding:6px 9px 6px 9px;
		width:auto;
	}
	
	#nav .nav-choix_langue{
		margin-top: -2px;
		float:right;
	}
	
	.combobox_langue{
		line-height: 28px;
		vertical-align: middle;
		padding-left: 5px;
		width: 46px;
		height: 30px;
		background-color: #000000;
		color: #FFFFFF;
		font-size: 12px;
		/*border:1px solid #FF0000;*/
	}
	* html .combobox_langue{
		font-size: 11px;
	}
	*+html .combobox_langue{
		font-size: 11px;
	}
	.combobox_langue{
		font-size /*\**/: 11px\9;
		width /*\**/: 55px\9;
	}
	

	/**********************************************************/
/* customisation  select langue */
	div.cmf-skinned-select_langue {
		background: url('../images/skin/fleche_noire.jpg') top right no-repeat ;
		border: 0;
		margin-top:-2px;
		
		display:-moz-inline-stack;
		display:inline-block;
		zoom:1;
		*display:inline;
		
	}
	div.cmf-skinned-text_langue {
		padding: 3px;
		margin-top:-9999px;
	}
	
	
	div.cmf-skinned-select_langue_en {
		background: url('../images/skin/en.jpg') top right no-repeat ;
		border: 0; margin-top:-2px;
		
		display:-moz-inline-stack;
		display:inline-block;
		zoom:1;
		*display:inline;
		
	}
	div.cmf-skinned-text_langue_en {padding: 3px; margin-top:-9999px;}
	
	div.cmf-skinned-select_langue_fr {
		background: url('../images/skin/fr.jpg') top right no-repeat ;
		border: 0; margin-top:-2px;
		
		display:-moz-inline-stack;
		display:inline-block;
		zoom:1;
		*display:inline;
		
	}
	div.cmf-skinned-text_langue_fr {padding: 3px; margin-top:-9999px;}
	div.cmf-skinned-select_langue_it {
		background: url('../images/skin/it.jpg') top right no-repeat ;
		border: 0; margin-top:-2px;
		
		display:-moz-inline-stack;
		display:inline-block;
		zoom:1;
		*display:inline;
		
	}
	div.cmf-skinned-text_langue_it {padding: 3px; margin-top:-9999px;}
	div.cmf-skinned-select_langue_es {
		background: url('../images/skin/sp.jpg') top right no-repeat ;
		border: 0; margin-top:-2px;
		
		display:-moz-inline-stack;
		display:inline-block;
		zoom:1;
		*display:inline;
		
	}
	div.cmf-skinned-text_langue_es {padding: 3px; margin-top:-9999px;}
	div.cmf-skinned-select_langue_de {
		background: url('../images/skin/de.jpg') top right no-repeat ;
		border: 0; margin-top:-2px;
		
		display:-moz-inline-stack;
		display:inline-block;
		zoom:1;
		*display:inline;
		
	}
	div.cmf-skinned-text_langue_de {padding: 3px; margin-top:-9999px;}

