html, body {
	margin: 0px;
	padding: 0px;
	text-align: center;/* IE hack */
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	background-color:#404040;
	height:100%;
	width:100%;
}
input, textarea{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}
input{
	width:180px;
}
textarea{
	width:100%;
	height:200px;
}
button{
	background-color:transparent;
	border:0px;
	color:#FFFFFF;
}
small{
	line-height:11px;
}
hr{
	height:1px;
	background-color:#CCCCCC;
	border:0px solid #CCCCCC;
}
a:visited, a:link, a:active, a img{
	color:#333333;
	border: none;
	text-decoration: none;
}
#cel1 a:hover, #cel2 a:hover, #cel3 a:hover, #cel4 a:hover, #cel5 a:hover, #cel6 a:hover{
	border:0px;
}
a:hover, a:hover img{
	color:#000000;
	border: none;
	text-decoration: none;
}
a:hover{
	border-bottom:1px dotted #999999;
}
.right{
	float:right;
	text-align:left;
}
.rightColText{
	width:49%;
	float:right;
}
.leftColText{
	width:49%;
	float:left;
}
.left{
	float:left;
	text-align:left;
}
.listLogo{
	display:block;
	border:1px solid #cccccc;
	padding:10px;
	margin:0px;
	float:right;
	width:260px;
	margin-top:auto;
	margin-bottom:auto;
	margin-top:80px;
}
.listLogo li{
	list-style:none;
	list-style-image:none;
	padding-bottom:10px;
}
.blue{
	color:#6c91b4;
}
.noteAmoi{
	color:#FF00FF;
}
.pointeurOl{
	color:#c7d3e0;
	font-weight:normal;
}
.rightCol{
	float:right;
	width:45%;
	_width:41%;
	display:block;
	margin-top:21%;
	margin-bottom:21%;
	/**/
	/*border-right:5px solid #f3f3f3;
	border-top:1px solid #f3f3f3;
	border-bottom:1px solid #f3f3f3;*/
	/**/
	/*padding-top:20px;*/
	/*padding-bottom:40px;
	/*padding-right:5px;
	margin-left:15px;*/

}
.leftCol{
	float:left;
	width:48%;
	text-align:center;
	display:block;
}
.centerCol{

}
.box{
	padding:5px;
	border:1px solid #e3e3e3;
	font-size:10px;
	color:#666666;
	
}
.clients{
	border-left:1px solid #e9e9e9;
	border-bottom:1px solid #e9e9e9;
	width:100%;
}
.clients td{
	border-right:1px solid #e9e9e9;
	border-top:1px solid #e9e9e9;
	width:33%;
	height:170px;
	background-image:url(../images/pointeurTable.gif);
	background-repeat:no-repeat;
	background-position:left top;
	vertical-align:middle;
	text-align:center;
}
#bgContent{
	background-image:url(../images/bg.gif);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
}
#siteContent{
	position:relative;
	width:950px;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
}
#header{
	background-color:#404040;
	height:76px;
	padding-top:25px;
	padding-left:10px;
	background-image:url(../images/bgHeader.gif);
	background-repeat:no-repeat;
	background-position:center top;
}
#logo{
	position:absolute;
	top:40px;
	margin-left:10px;
}

#logo_cossette{
	position:absolute;
	float:left;
	top:50px;
	margin-left:783px;
}
#tools{
	position:absolute;
	left:860px;
	top:10px;
}
/*
	[ #mainHeader #mainMenu ]
*/
#mainMenu a, #mainMenu a:link, #mainMenu a:visited, #mainMenu a:hover{
	font-size:13px;
	color:#FFFFFF;
	text-transform:uppercase;
	font-weight:normal;
	font-size:17px;
}
#mainMenu a:hover{
	color:#6cafe1;
}
#mainMenu{
	float:right;
	margin-top:32px;
	padding-right:165px;
}
#mainMenu ul {
	position:relative;
	display: block;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#mainMenu li.menuElement {
	/*display: inline;*/

	float: left;
	display:block;
	padding-left:12px;
	margin-right:12px;
	background-image:url(../images/separateurMenu.gif);
	background-repeat:no-repeat;
	background-position:center left;
}
#mainMenu li{
	position:relative;
	display:block;
}
#mainMenu li.menuElement a{
	font-size:12px;
	border:0px;
}
#mainMenu li.menuElement ul a:link, #mainMenu li.menuElement ul a:hover, #mainMenu li.menuElement ul a:visited, #mainMenu li.menuElement ul a:active{
	font-size:12px;
}
#mainMenu li.menuElement ul {
	display:block;
	position: absolute;
	z-index:1000;	
	top:15px;
	left:0px;
	margin: 0px;
	padding: 30px;
	padding-top:50px;
	/*margin-left:-15px;*/
	/**margin-left:-110px;*/
	background-color:#404040;
	border-left:1px solid #9c9c9c;
	border-bottom:1px solid #9c9c9c;
	filter:alpha(opacity=90);  
    -moz-opacity:0.90;           
    opacity: 0.90;
	background-image:url(../images/bgSubMenu.png);
	background-repeat:no-repeat;
	background-position:bottom left;
	_background-image:none;
	list-style-image:url(../images/pointeurSub.png);
	_list-style-image:none;
	_list-style:disc;
	_color:#FFFFFF;
	margin-left:0px;
	/**/	
}
#mainMenu li.menuElement li {

	white-space: nowrap;
}

#mainMenu li.menuElement ul li a {
	/*display: block;*/
}
#mainMenu ul li ul{
	visibility:hidden;
}
#mainMenu ul li:hover ul, #mainMenu ul li.over ul{
	position:absolute;
	visibility:visible;
	z-index:444;
}
#menuFooter ul{
	padding:0px;
	margin:0px;
	display:block;
	margin-bottom:10px;
}
#menuFooter ul li{
	display:inline;
	text-transform:uppercase;
	padding-right:20px;
}
#menuFooter ul li ul{
	display:none;
} 
#animFlash{
	float:left;
	height:185px;
	/*margin-bottom:47px;*/
	/*position:relative*/
}
#positionFlash{
	padding:0px;
	margin:0px;
	margin-top:-15px;
	margin-left:13px;
	/*position:absolute;
	z-index:0;
	top:-15px;
	left:13px;*/
}
#content{
	float:left;
	width:910px;
	margin-left:20px;
	_margin-left:10px;
	background-color:#FFFFFF;
	/*border-top:solid 1px #e5e5e5;
	border-left:solid 1px #e5e5e5;
	border-right:solid 1px #e5e5e5;
	border-bottom:solid 1px #e5e5e5;*/
}
#content ul{
list-style-position:inherit;
	list-style-image:url(../images/pointeurListContent.gif);
	*list-style-image:url(../images/pointeurListContentIE.gif);
	_padding-left:20px;

}
#contentGauche{
	float:left;
	width:609px;
	_width:609px;
	text-align:justify;
	border-right:solid 1px #e5e5e5;
}
#content #contentGauche h2{
	color:#295f92;
	font-size:21px;
	font-weight:normal;
	text-align:left;
	line-height:18px;
	
}
#content #contentGauche h3{
	background-image:url(../images/bgH3.gif);
	background-repeat:no-repeat;
	height:22px;
	text-transform:uppercase;
	color:#999999;
	font-size:12px;
	padding:0px;
	margin:0px;
	padding-left:25px;
	padding-top:3px;
}
#content #contentGauche h4{
	padding:0px;
	margin:0px;
	padding-left:10px;
	color:#999999;
	background-color:#F9F9F9;
	text-align:left;
	border-top:1px solid #FFFFFF;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:30px;
	height:33px;
}

#contentGauche h5{
	font-size:14px;
	font-weight:normal;
	padding:0px;
	margin:0px;
	color:#6c91b4;
	height:24px;
	padding-left:0px;
	padding-top:7px;
	padding-left:5px;
	border-top:3px double #EAEAEA;
	/*border-bottom:1px dotted #EAEAEA;*/
	border-left:1px dotted #EAEAEA;
	text-transform:uppercase;
	font-weight:bold;
	/*border-right:1px dotted #EAEAEA;
	background-image:url(../images/bgH5.gif);
	background-repeat:no-repeat;
	background-position:right top;*/
}
#contentGauche h6{
	padding:0px;
	margin:0px;
	padding-bottom:20px;
	font-size:14px;
	font-weight:normal;
	color:#6c91b4;
	height:24px;
	text-transform:uppercase;
	font-weight:bold;
	/*border-right:1px dotted #EAEAEA;
	background-image:url(../images/bgH5.gif);
	background-repeat:no-repeat;
	background-position:right top;*/
}
#contentGauche ol{
	padding:0px;
	margin:0px;
	padding-left:35px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	line-height:18px;
	margin-bottom:20px;
	background-image:url(../images/bgOL.gif);
	background-repeat:no-repeat;
	border-left:1px solid #f2f2f2;
	border-bottom:1px solid #f2f2f2;
}
#content blockquote{
	padding:0px;
	margin:0px;
	padding-left:35px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	line-height:18px;
	margin-bottom:20px;
	background-image:url(../images/bgOL.gif);
	background-repeat:no-repeat;
	border-left:1px solid #f2f2f2;
	border-bottom:1px solid #f2f2f2;
}
#contentGauche ul{
	text-align:left;
}
#contentGauche ul li.plusinfos{
	list-style:url(../images/plus.gif);
	/*padding-top:10px;*/
	padding-bottom:20px;
	font-size:14px;
	
}
.btContact{
	/*display:inline-table;*/
	float:right;
	padding:0px;
	margin:0px;
	/*height:40px;*/
	margin-top:20px;
	margin-right:10px;
}
.btContact a{
	float:left;
	display:block;
	
}
.btContactLeft{
	float:left;
	/*display:table-cell;*/
	background-image:url(../images/leftContact.gif);
	background-repeat:no-repeat;
	width:6px;
	height:40px;
}
.btContactCenter{
	float:left;
	padding-left:10px;
	padding-right:10px;
	padding-top:12px;
	font-size:14px;
	color:#FFFFFF;
	text-transform:uppercase;
	display:table-cell;
	background-image:url(../images/centerContact.gif);
	background-repeat:repeat-x;
	/*border-right:1px solid #EAEAEA;
	border-bottom:1px solid #6c91b4;
	border-left:5px solid #CCCCCC;*/
	height:40px;
}
.btContactCenter a, .btContactCenter a:link, .btContactCenter a:visited{
	color:#FFFFFF;
}
.btContactRight{
	float:left;
	/*display:table-cell;*/
	background-image:url(../images/rightContact.gif);
	background-repeat:no-repeat;
	width:27px;
	height:40px;
	font-size:14px;
	padding-left:10px;
	
	/*border-right:1px solid #6c91b4;
	border-top:1px solid #6c91b4;
	border-bottom:1px solid #6c91b4;*/
}
#contentGauche .content{	
	padding-left:10px;
	_padding-left:7px;
	padding-right:10px;
}
#contentDroit{
	float:left;
	width:300px;
	_width:299px;
	background-image:url(../images/bgRightContent.gif);
	background-repeat:repeat-x;
}
#content h1{
	background-image:url(../images/pointeurTitre.png);
	background-repeat:no-repeat;
	background-position:center right;
	_background-image:none;
	background-color:#404040;
	height:27px;
	font-weight:bold;
	font-size:14px;
	color:#FFFFFF;
	text-transform:uppercase;
	padding:0px;
	margin:0px;
	padding-top:12px;
	padding-left:10px;

    
}
#content #contentGauche h1{
	margin-bottom:30px;
	
}
#content .textes{
	padding-left:9px;
	padding-right:9px;
	padding-bottom:25px;
}
#content h2{
	font-size:14px;
	color:#999999;
	text-transform:uppercase;
}
#content h3, #content h3 a{
	font-size:12px;
	color:#666666;
} 
#content h3 a:hover{
	text-decoration:underline;
}
#regions{}
#cel1{
	float:left;
	width:609px;
}
#cel1 h1{
	background-image:none;
}
#cel2{
	float:left;
	width:300px;
}
#cel2 h2{
}
#cel3{
	float:left;
	width:300px;
	border-left:solid 1px #e5e5e5;
}
#cel3 h1, #contentDroit h1{
	background-color:#d85800;
}
#cel3 ul{
	padding-left:0px;
	margin-left:0px;
	padding-left:10px;
	list-style-image:url(../images/pointeurListe.gif);
}
#cel4{
	float:left;
	width:308px;
}
#cel4 h1{
	background-color:#900008;
}
#cel5{
	float:left;
	width:300px;
	border-left:solid 1px #e5e5e5;
}
#cel5 h1{
	background-color:#900008;
}
#cel6{
	float:left;
	width:300px;
	border-left:solid 1px #e5e5e5;
}
#cel6 h1{
	background-color:#900008;
}

#footer, #footer a, #footer a:link, #footer  a:visited{
	font-size:9px;
	color:#999999;
}
#footer{
	background-color:#404040;
	font-size:9px;
	height:50px;
	background-image:url(../images/bgFooter.gif);
	background-repeat:repeat-x;
}
#footerWhite{
	margin-left:auto;
	margin-right:auto;
	width:910px;
	height:10px;
	background-color:#FFFFFF;
	background-image:url(../images/bgFooterWhite.gif);
	background-repeat:no-repeat;
	background-position:right top;
}
#footerContent{
	padding-top:30px;
	margin-left:auto;
	margin-right:auto;
	width:910px;
	/*background-image:url(../images/lineVertical.gif);
	background-repeat:no-repeat;
	background-position:right top;*/
}