/* RESET 
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-weight: normal;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family:Arial,Helvetica,"Liberation Sans",FreeSans,sans-serif;
	font-size:11px;
	
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}




a {
	text-decoration: none;
	color: #4c4c4c;
}


/************************************************************************ */
/**                             POLICE LISSEE                                   **  */
/************************************************************************ */

@font-face {
    font-family: 'HelveticaLTStdCondensed';
    src: url('../fonts/helveticaltstd-cond-webfont.eot');
    src: url('../fonts/helveticaltstd-cond-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helveticaltstd-cond-webfont.woff') format('woff'),
         url('../fonts/helveticaltstd-cond-webfont.ttf') format('truetype'),
         url('../fonts/helveticaltstd-cond-webfont.svg#HelveticaLTStdCondensed') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'HelveticaNeueLTStd67MdCn';
    src: url('../fonts/helveticaneueltstd-mdcn-webfont.eot');
    src: url('../fonts/helveticaneueltstd-mdcn-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helveticaneueltstd-mdcn-webfont.woff') format('woff'),
         url('../fonts/helveticaneueltstd-mdcn-webfont.ttf') format('truetype'),
         url('../fonts/helveticaneueltstd-mdcn-webfont.svg#HelveticaNeueLTStd67MdCn') format('svg');
    font-weight: normal;
    font-style: normal;

}


/************************************************************************ */
/**                                       STRUCTURE                              **  */
/************************************************************************ */
body {
	background: #d1cebf;
}
/* corps du site */
#wrapper {
	position:absolute;
	left:50%;
	width:1058px;

	margin-left:-529px;
	-webkit-box-shadow: 2px 0 9px 0 #666666;
	-moz-box-shadow: 2px 0 9px 0 #666666;
	box-shadow: 2px 0 9px 0 #666666;
	background: #FFF;
	behavior: url(PIE.htc);

}
#header {
	width: 786px;
	height: 94px;
	padding: 12px 15px 12px 27px;
	background: #FFF;/** en attente **/
}

#main {
	width: 828px;
	float: left;
	padding-bottom:25px;
	
}

.logo {
	float: left;
}

.ie6 #main {
width: 828px;
}

#sidebar {
	width: 230px;
	float: right;
	margin-top:0;
}
.ie6 #sidebar, .ie7 #sidebar  {
	margin-top: -10px;
	width: 229px !important;

}

#footer {
	height: 24px;
	background: #333333; 
	width:1048px;
	margin: 0 auto;
	color: #FFF;
	font-size: 10px;
	padding-left: 10px;
	line-height: 24px;

}


/************************************************************************ */
/**                                       MENU                              **  */
/************************************************************************ */

#menu {	
	float: left;
	margin-left: 35px;
	height: 94px;
}

.menu_col {
	width: 170px;
	padding-left: 25px;
	float: left;
	border-left: 1px solid #cfc9a7;
	height: 100%;
}

.menu_col  ul {
	list-style-type: none;
	position:relative;
}

.menu_col  ul li {
}

.menu_col  ul li  a{
font-family:'HelveticaNeueLTStd67MdCn';
font-size:14px;
color: #333333;
}

.picto {
	float: right;
}
.picto  li{
	margin-top: 4px;
}

/*
.menu_col  ul li  ul.sousmenu {

	display: none;
}
.menu_col  ul li  ul.sousmenu a{
	color: #FFF;
	font-family : arial;
	font-size: 12px;
	padding-left: 12px;
	
}

.menu_col  ul li  ul.sousmenu a:hover, .menu_col  ul li  ul.sousmenu a.on{
	background :  url('../_img/arrow4.gif')  0px 5px no-repeat;
	padding-left: 12px;
}

span.subhover {background-position: center bottom; cursor: pointer;}


.menu_col  ul li :hover ul.sousmenu {
    background: #999;
    border: #fff solid;
    border-width: 1px;
    display: block;
    position: absolute;
    left: 75px;
    top: 5px;
}*/
#topnav, #topnav ul { /* toutes les listes */
	padding: 0;
	margin: 0;
	list-style: none;
	float : left;
	width : 11em;
	width: 170px;
	z-index:99;
}
	
#topnav li { /* tous les items de liste */
	position : relative;
	float : left;
	line-height : 25px;
	width: 170px;
}
	
#topnav li ul { /* listes de deuxième niveau */
	position : absolute;
	left: -999em;
	margin-left : 170px;
	margin-top : -25px;
	background:#333333;
	padding:8px 12px 24px 12px;
	line-height : 13px;
}

#topnav li ul li { /* listes de deuxième niveau */
	padding-top:16px;
}

	
#topnav li a {
	display : block;
	text-decoration : none;
	font-family:'HelveticaNeueLTStd67MdCn';
	font-size:14px;
	color: #4e4e4e;
}
	
#topnav li a:hover {
	font-family:'HelveticaNeueLTStd67MdCn';
	font-size:14px;
	color: #333333;
}

#topnav li ul a {
	display : block;
	text-decoration : none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #ffffff;
	padding-left:14px;
	line-height : 12px;
	background: none;
}
	
#topnav li ul a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #ffffff;
	padding-left:14px;
	line-height : 12px;
	background:url(../_img/arrowmenu.gif) top left no-repeat;
}
	
#topnav li:hover ul ul, #topnav li:hover ul ul ul, #topnav li.sfhover ul ul, #topnav li.sfhover ul ul ul {
	left: -999em;
}
	
#topnav li:hover ul, #topnav li li:hover ul, #topnav li li li:hover ul, #topnav li.sfhover ul, #topnav li li.sfhover ul, #topnav li li li.sfhover ul { /* listes imbriquées sous les items de listes survolés */
	left: auto;
}
/************************************************************************ */
/**                                       FLASH                              **  */
/************************************************************************ */

.flashImage {
	
}


/************************************************************************ */
/**                                       CONTENU                              **  */
/************************************************************************ */

#content {
	padding: 25px 25px;
	 color: #333333;
	 font-size: 11px;
}

#content  h2{
   font-family: 'HelveticaNeueLTStd67MdCn';
  font-size:20px;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 20px;
  
}
#content b, #content strong{
	font-weight: bold;
}


#content em, #content i{
	font-style:italic
}


#content p{
		padding-bottom:10px;
}

/*  trois colonnes */
.column_third {
	color:#5B5B5B;
	float:left;
	font-size:13px;
	line-height:16px;
	padding-right:36px;
	text-align:justify;
	width:235px;
}

/*  trois colonnes */
.column_two {
	color:#5B5B5B;
	float:left;
	font-size:13px;
	line-height:16px;
	padding-right:36px;
	text-align:justify;
	width:370px;
}

.column_one {
	color:#5B5B5B;
	float:left;
	font-size:13px;
	line-height:16px;
	text-align:justify;
	width:777px;
}

.column_one a.readmore {
	background : url('../_img/arrow5.gif') 0px 3px no-repeat;
	color: #333333;
	border: 0;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 9px;
	padding-left:11px;
}

.Imagecolumn {
	float: right;
	margin-bottom:10px;
}

.last {
	padding-right: 0;
}

#content  h1{
   font-family: 'arial';
  font-size:12px;
  color: #7c7d6d;
  text-transform: uppercase;
  margin-bottom: 5px;
}




/************************************************************************ */
/**                                       SIDEBAR                              **  */
/************************************************************************ */

#sidebar h3 {
	font-family: 'HelveticaNeueLTStd67MdCn';
	color: #000000;
	border-bottom: 1px solid #d0c9a6;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: normal;
	padding: 11px 0;
}


.ie6 #sidebar form p {
	margin-bottom:1px;
}

.ie6 #sidebar form label {

 }

 .ie6 #sidebar form input {

 }
/*  Espace client  */

#customerbox {
	height: 130px;
	width:90%;
	padding: 0 12px;
	background : #333333;
	
}
.ie6 #customerbox, .ie7 #customerbox  {
	float: right;
width:230px;
	padding-bottom: 0px;
}

#customerbox h3 {
	font-family: 'HelveticaNeueLTStd67MdCn';
	color: #FFFFFF;
	border-bottom: 1px solid #484848;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: normal;
	padding: 11px 0;
}
#sidebar  form {
	margin-top: 10px;
}

#sidebar  label {
	color: #FFF;
	width: 73px;
	margin-bottom: 8px;
	display:inline-block;
}

.ie6 #sidebar  form p {
	clear: both;
}
.ie6 #sidebar  label {
	display: block;
	float: left;
}
.ie6 #sidebar   .inputext {
	float: right;
	width: 120px;
}

.ie7 #sidebar  form p {
	clear: both;
}
.ie7 #sidebar  label {
	display: block;
	float: left;
	margin-top: -3px;
}
.ie7 #sidebar   .inputext {
	float: right;
	width: 120px;
}

.ie8 #sidebar  form p {
	clear: both;

}
.ie8 #sidebar  label {
	display: block;
	float: left;
		margin-top: 5px;
}
.ie8 #sidebar   .inputext {
	float: right;
	width: 120px;
}



#sidebar  .inputext {
	background: #FFFFFF;
	height: 16px;
	width: 100px;
	border: none;
}

#sidebar  .validation {
	background :#333333  url('../_img/arrow.gif')  0px 5px no-repeat;
	color: #FFF;
	border: 0;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 9px;
	float:right;
	padding-left:8px;
}



/* widget de contenu   */
#sidebar .widget {
	width: 206px;
	padding: 0 12px;
	background : #FFF;
	padding-bottom: 5px;
}

.ie6 #sidebar .widget, .ie7 #sidebar .widget {
	width: 230px;
	padding: 0 12px;
	background : #FFF;
	padding-bottom: 5px;
	float: right;
}

.videoMini {
	margin-top: 10px;

}

.ie6 #video, .ie7 #video {
	float: right;
}
.ie6 .videoMini , .ie7 .videoMini {


}

a.download {
	color: #000; 
	font-family: Arial; 
	font-weight: bold;
	font-size: 10px;
	text-transform : uppercase;
	text-align: center;
	display: block;
	margin-top: 10px;
	background: url('../_img/pdf.gif') no-repeat;
	height: 46px;
	line-height: 46px;
	padding-left: 5px;

}

#news {
	background: #d1cebe !important;
}

#news h3 {
	border-bottom: 1px solid #b1afa2 !important;
}

.newsbloc {
	margin-top: 10px;
	padding-bottom:5px;
}

.newsbloc .date {
	color: #383733; 
	font-size:10px;
	 font-family: 'HelveticaNeueLTStd67MdCn';
	 font-weight: bold;
}

.newsbloc h4 {
	color: #5b5b5b;
	font-size: 14px;
	font-family: 'HelveticaNeueLTStd67MdCn';
	margin-bottom:10px;
}

.newsbloc p {
	font-size: 11px;
	color: #5b5b5b;
	margin-bottom:5px;
}

#news a.readmore{
	background : url('../_img/arrow2.gif') 0px 3px no-repeat;
	color: #333333;
	border: 0;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 9px;
	padding-left:11px;
}


#espace_collaborateur {
	background: #333333 !important;
}

#espace_collaborateur  label {
	color: #FFF;
	
}
#espace_collaborateur h3 {
	border-bottom: 1px solid #484848 !important;
	color: #FFF;
}
#espace_collaborateur  .validation {
	background:url("../_img/arrow.gif") no-repeat scroll 0 5px #333333;
	border:0 none;
	color:#FFFFFF;
	cursor:pointer;
	float:right;
	font-size:9px;
	padding-left:8px;
	text-transform:uppercase;
}

/************************************************************************ */
/**                                       FOOTER                              **  */
/************************************************************************ */

#calque {
	position: absolute;
	top: 0;
	left: 0px;
	width:  100%;
	height: 100%;
	z-index: 1000;
	display: none;
}

#filtre {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.90;
	-moz-opacity: 0.90;
	-khtml-opacity: 0.90;
	filter: alpha(opacity=90);
}

#popin {
	position: absolute;
	left: 0;
	background-color: #000000;
	left: 54px;
}

a.close {
	position: absolute;
	top: 5px;
	right: 20px;
	color: #FFFFFF;
	z-index: 2000;
	text-decoration: none;
	font-size: 10px;
}




