/******************************/
/* PROPRIETES PAGE */
/******************************/
body{
	margin:0;
	padding:0;
	font-size:10px;
	font-family:'Verdana';
	color:#333333;
}
h1,h2,h3,h4,h5,p,form,fieldset,dl,dt,dd,ul,ol,li{
	margin:0;
	padding:0;
}
ul,ol,li{
	list-style-type:none;
}
a img{
	border:none;
}
label{
	cursor:pointer;
}
input[type=hidden]{
	display:none;
}



/******************************/
/* TABLEAUX */
/******************************/
table {border-collapse:collapse;width:100%;margin:0 0 10px 0;}
table tbody td{padding:1px 2%;}
table tfoot td{border-top:1px solid #503931;font-weight:bold}
table thead th{color:#fff;text-align:left;padding:3px 7px;}
table thead th.orange{background:#f78200;}
table thead th.marine{background:#243b6d;}
table thead th.purple{background:#683a76;}
table thead th.vertpomme{background:#87c30f;}
table tbody td.orange{color:#f78200;}
table tbody td.marine{color:#243b6d;}
table tbody td.purple{color:#683a76;}
table tbody td.vertpomme{color:#87c30f;}

/******************************/
/* OUTILS */
/******************************/
.clr{
	clear:both;
}

/******************************/
/* FIL D'ARIANE */
/******************************/
#ariane{
	position:relative;
	color:#333;
	font-size:9px;
	margin:9px 0 9px 0px;
	padding: 3px;
}
#ariane span{
	padding:0 0px;
	font-weight:bold;
}
#ariane ul {
	margin-left:0;
	padding-left:0;
	display:inline;
	border:none;
}
#ariane ul li{
	margin-left:0;
	padding-left:2px;
	border:none;
	list-style:none;
	display:inline;
}
#ariane ul li.sel{
	font-weight:bold;
}
#ariane ul li a{
	color:#333;
	padding:0 0px;
	text-decoration:none;
}
#ariane ul li a:hover{
	text-decoration:underline;
}
.homepage #ariane{
	margin-left:16px;
}
/******************************/
/* BLOCK DE PAGE */
/******************************/
#global{
	width:950px;
	margin:0 auto;
	position:relative;
	border:#000000 1px solid;
}
#header{
	height:150px;
	background:#fff url(bg/header.gif) no-repeat;
}
#logo{
	position:absolute;
	/*top:10px;*/
    /*left:16px;*/
    top:0;
	left:0;
    
}
#home{
	position:absolute;
	top:117px; 
	left:138px;
	height:25px;
	width:25px;
	display:block;
	text-indent:-9999px;
}
#content.inter{
	background: url(bg/s_menu_bg.gif) no-repeat left top;
}

/*pied de page*/
#footer{
	clear:both;
		margin:40px 0 0 0;
		line-height:15px;
}
#footer p{
	text-align:center;
	background-color:#7b9dac;
	color:#ffffff;
	font-weight:bold;
	height:18px;
	padding:2px 0 0 0;
}
#footer p a{
	color:#ffffff;
	text-decoration:none;
	margin:0 10px;
}
#footer p a:hover{
	color:#00475e;
}

/*navigation*/
#menu {
	width:780px;
	position:absolute;
	top:116px;
	right:0;
}
#menu li{
	background: url(bg/menu.gif) no-repeat left top;
	width:140px;
	float:left;
	margin:0 5px;
}
#menu li a{
	display:block;
	color:#fff;
	height:27px;
	text-decoration:none;
	padding:4px 0 0 0px;
	text-align:center;
	font-weight:bold;
	background: url(bg/menu_on.gif) no-repeat 0 32px;
}
#menu li a.on{
	background: url(bg/menu_on.gif) no-repeat 0 0;
}
#menu ul{
	text-align:center;
	position:absolute;
	left:0;
	top:32px;
	overflow:hidden;
}
#menu ul li{
	display:inline;
	background:none;
	width:auto;
	padding:0 10px;
}
#menu ul li a{
	display:inline;
	padding:0 10px;
}
#menu ul li a:hover{
	color:#cc0000;
}

/*home*/
#col1_home{
	float:left;
	margin:0px 0 0 18px;
	width:608px;
}
#col2_home{
	float:left;
	margin:0px 0 0 15px;
	width:300px;
}
/*page inter*/
#col1{float:left;margin:0 0 0 0;width:175px;}
#col2 {
	float:left;
	margin:0px 0px 0 15px;
	width:735px;
	/*
	padding:0 0 0 175px;
	*/
}

/*Nos solutions*/
#col2-3-1{
	float:left;
	margin:0px 0px 0 7px;
	width:255px;
}
#col2-3-2{
	float:left;
	margin:0px 0px 0 7px;
	width:255px;
}
#col2-3-3{
	float:left;
	margin:0px 0px 0 7px;
	width:195px;
}

/*Nos philosophie*/
#col2-2-1 {float:left;margin:0px 0px 0 0px;width:360px;}
#col2-2-2 {float:left;margin:0px 0px 0 11px;width:360px;}

/*Gammes Produits*/
#col2-2-1-1 {float:left;margin:0px 0px 0 0px;width:450px;}
#col2-2-2-1{float:left;margin:0px 0px 0 11px;width:270px;}

/*Docuement center*/
#col2-3-1-1 {float:left;margin:0px 0px 0 0px;width:239px;}
#col2-3-2-1{float:left;margin:0px 0px 0 6px;width:239px;}
#col2-3-3-1{float:left;margin:0px 0px 0 6px;width:239px;}

/*Actualit�s etc...*/
#col2-1 {float:left;margin:0px 0px 0 0px;width:730px;}


/******************************/
/* BOITES */
/******************************/

/*zone pour le flash sur la home*/
#boxFlash{
	margin-bottom:20px;
}

/*basic box*/
.box{
	color:#666666;
	margin:0px 5px 20px 0;
	padding:0 0 0 0;

}
.box a{
	color:#00475e;
}
.box .tit h3{
	text-transform:uppercase;
	font-size:11px;
	padding:4px 0 5px 10px;
}
.box .bloc{
	background:url(bg/box/box_bg.gif) repeat-x left bottom;
	padding:2px 10px 20px 10px;
	margin:10px -5px 0 0;
}
.box.nobg .bloc{
	background:none;
	padding:10px 10px 0px 10px;
	margin:0 -5px 0 0;
	height:auto;
	min-height:5px;
}
.box .more{
	text-align:right;
}
.box .more a{
	padding:0 10px 0 10px;
	color:#333333;
	text-decoration:none;
	background: url(picto/arrow_nobg.gif) no-repeat 0px 2px;
}
.box .more a:hover{
	text-decoration:underline;
}
.box ul{
	padding:0 0 5px 0;
}
.box ul li{
	padding:0;
	margin:0;
}
.box.blue .tit{
	background:url(bg/box/blue/tit_left.gif) no-repeat left top;
}
.box.blue .tit h3{
	background:url(bg/box/blue/tit_right.gif) no-repeat right top;color:#FFFFFF;
}
.box.green .tit{
	background:url(bg/box/green/tit_left.gif) no-repeat left top;
}
.box.green .tit h3{
	background:url(bg/box/green/tit_right.gif) no-repeat right top;color:#000000;
}

/*basic box actu */
.box .bloc h4{
	color:#ffffff;
	padding:1px 0px 1px 10px;
	margin-bottom:10px;
	font-size:11px;
}
.box .bloc .bloc1{
	float:left;
	width:48%;
	margin:auto;
	padding:1%;
}
.box .bloc1 h4.head_green{
	background-color:#a6bd9d;
}
.box .bloc .bloc2 {
	float:left;
	width:48%;
	margin:auto;
	padding:1%;
}
.box .bloc2 h4.head_blue{
	background-color:#00475e;
}
.box .bloc ul.actu{
	margin:0 0 0 0;
	padding:0 0 0 0;
}
.box .bloc ul.actu li {
	background:none;
	padding:0 0 8px 0px;
	color:#737373;
	margin:0 0 8px 0;
	border-bottom:1px dotted #333;
}
.box .bloc ul.actu li h6{
	font-size:11px;
	font-weight:normal;
	margin:0 0 0 0;
}
.box .bloc ul.actu li h5{
	font-size:11px;
	font-weight:bold;
	margin:0 0 0 0;
}
.box .bloc ul.actu li p{
	margin:10px 0 0 0;
	display:inline-block;
}
.box .bloc ul.actu li a{
	font-weight:normal;
	color:#00475e;
}
.box .bloc ul.actu li a:hover{
	text-decoration:none;
}

/*box menu*/
.box.menu {width:165px;padding-left:5px;margin-top:5px;}
.box.menu .tit {background:url(bg/s_menu_top.gif) no-repeat top;height:5px;}
.box.menu .titend {background:url(bg/s_menu_bottom.gif) no-repeat top;height:5px;}
.box.menu .bloc{background:none;padding:0 0 0 0;margin:0;}
.box.menu ul.wgMenu{font-weight:bold;padding:0 0 1px 10px;margin:0 0 0 0;background-color:#ffffff;width:155px;}
.box.menu ul.wgMenu li{padding:0;border-bottom:1px dotted #333333;margin:0px 10px 5px 0;background-color:#ffffff;}
.box.menu ul.wgMenu li a{color:#666666;text-decoration:none;}
.box.menu ul.wgMenu li a.on{color:#00475e;}
.box.menu ul.wgMenu li ul{font-weight:normal;padding:2px 0 2px 5px;}
.box.menu ul.wgMenu li ul li{border:0 none;background:none;margin:0;}
.box.menu ul.wgMenu li ul li a{padding:0 0 0 10px;}
.box.menu ul.wgMenu li ul li a.on{background: url(picto/arrow_nobg.gif) no-repeat 2px 2px;color:#00475e;}
.box.menu ul.wgMenu li ul li a:hover{text-decoration:underline;}
.box.menu ul.wgMenu li ul li ul{padding:0 0 5px 14px;}
.box.menu ul.wgMenu li ul li ul li{padding:0 0 0 4px;}
.box.menu ul.wgMenu li ul li ul li a{padding:0 4px 0 8px;color:#666666} 
.box.menu ul.wgMenu li ul li ul li a.on{background: url(picto/arrow_nobg.gif) no-repeat 0px 2px;color:#00475e;}

/*titre de page*/
.pageTitle {border:1px solid #f2efe3;margin-bottom:15px;}
.pageTitle h1{font-size:14px;padding:4px 0 5px 10px;font-weight:bold;}
.pageTitle p{padding:4px 0 5px 10px;}
.pageTitle.orange h1{color:#fc7f10;}
.pageTitle.marine h1{color:#233a6d;}
.pageTitle.purple h1{color:#683a76;}
.pageTitle.vertpomme h1{color:#87c30f;}
.pageTitle .txt{float:left;width:380px;}
    .longtxt .txt{width:590px !important;}
.pageTitle .visu{float:right;}
.pageTitle .visu img{float:right;display:block;}

.pageTitle .logo{float:left;padding:5px 5px 0 5px;}


/*Boite avec cadre degrade et fond bleu degrade*/
.boxSpe{color:#666666;margin:0px 0px 20px 0;padding:0 0 0 0;background: url(bg/box/spe/bottom_left.gif) no-repeat left bottom;}
.boxSpe a {color:#00475e;}
.boxSpe .tit{text-transform:uppercase;background:url(bg/box/spe/tit_left.gif) no-repeat left top;color:#666;margin:0 0 0 0;height:9px;}
.boxSpe .tit span{display:block;background:url(bg/box/spe/tit_right.gif) no-repeat right top;height:9px;width:100%;padding:0 0 0 5px;margin:0;}
.boxSpe .tit h3{background:url(bg/box/spe/tit_right.gif) no-repeat right top;}
.boxSpe ul{padding:0 0 5px 0;}
.boxSpe .bloc{background: url(bg/box/spe/bottom_right.gif) no-repeat right bottom;padding:0px 10px 20px 10px;margin:0 -5px 0 0;height:auto;min-height:5px;}
.boxSpe .bloc  h3{font-size:12px;}
.boxSpe.orange .bloc  h3{color:#fc7f10;}
.boxSpe.marine .bloc  h3{color:#233a6d;}
.boxSpe.purple .bloc  h3{color:#683a76;}
.boxSpe.vertpomme .bloc  h3{color:#87c30f;}
.boxSpe .logo{float:left;margin:0 10px 0 0;}
.boxSpe .more{text-align:right;padding:10px 0px 0 0px}
.boxSpe .more a{padding:0 10px 0 10px;color:#333;text-decoration:none;background: url(picto/arrow_nobg.gif) no-repeat 0px 2px; }
.boxSpe .more a:hover{text-decoration:underline;}
.boxSpe .bloc p{}
.boxSpe .bloc p.description{border-bottom:1px dotted #333;margin:0px 0 10px 0;padding:0px 0 10px 0}
.boxSpe .bloc p.dot {border-top:1px dotted #333;padding:10px 0 0 0}

.focus .bloc {background: url(bg/box/spe/bottom_right_focus.gif) no-repeat right bottom;padding:0px 10px 20px 10px;margin:0 -5px 0 0;height:auto;min-height:5px;}
.focus {color:#666666;padding:0 0 0 0;background: url(bg/box/spe/bottom_left_focus.gif) no-repeat left bottom;}
.focus p {padding-left:10px !important;}
.focus .bloc ul li{background: url(picto/arrow_nobg.gif) no-repeat 0px 2px; padding:0px 0 5px 10px;border-bottom:1px dotted #333333}
.nofocus p {padding-left:10px !important;}


.boxSpe.gam .bloc h3 {font-size:11px;font-weight:bold;color:#666666;padding:2px 0 2px 10px;margin-bottom:8px;}
.boxSpe.gam .bloc ul li h5{border-bottom:1px dotted #333;padding-bottom:5px;font-size:10px;margin:0 0 0 0;font-weight:normal;}
.boxSpe.gam .bloc ul li h6{font-size:10px;margin:0 0 0 0;}
.boxSpe.gam .bloc ul li{padding:0px 0 5px 40px;}

/*Boite avec cadre degrade et fond vert degrade inverse*/
.boxSpeInvert{color:#000000;margin:0px 5px 20px 0;padding:0 0 0 0;background: url(bg/box/spe/bottom_left_no.gif) no-repeat left bottom;}
.boxSpeInvert a {color:#00475e;}
.boxSpeInvert .tit{text-transform:uppercase;color:#666666;margin:0 0 0 0;background:url(bg/box/spe/tit_left_green.gif) no-repeat left top;height:9px;}
.boxSpeInvert .tit span{display:block;background:url(bg/box/spe/tit_right_green.gif) no-repeat right top;height:9px;width:100%;padding:0 0 0 5px;margin:0;}
.boxSpeInvert .tit h3{background:url(bg/box/spe/tit_right_green.gif) no-repeat right top;}
.boxSpeInvert ul{padding:0 0 5px 0;}

.boxSpeInvert .bloc{background: url(bg/box/spe/bottom_right_no.gif) no-repeat right bottom;margin:0px -5px 0 0;padding:0px 4px 4px 3px;height:auto;min-height:5px;}
.boxSpeInvert .blocInvert {
	background: url(bg/box/box_bg_vert.gif) repeat-x;
	display:block;
	padding:5px 10px 20px 10px;
	margin-top:-5px;
}
.blocInvert h3{
	margin-top: 5px;
	/*
	border: 3px solid red;
	*/
}
.boxSpeInvert .bloc h3{font-size:12px;font-weight:bold;font-size:11px;color:#333333;padding:2px 0 2px 10px;margin-bottom:8px;background-color:#ffffff;}
.boxSpeInvert .bloc ul li h6{border-bottom:1px dotted #333;padding-bottom:5px;font-size:10px;margin:0 0 0 0;font-weight:normal;}
.boxSpeInvert.gam-av .bloc ul li{background: url(picto/arrow_nobg.gif) no-repeat 0px 2px; padding:0px 0 5px 10px;}


/*Boite avec cadre ROND degrade et fond vert degrade*/
.boxSpeRond{color:#000000;margin:0px 0px 20px 0;padding:0 0 0 0;background: url(bg/box/spe_rond/bottom_orange.png) no-repeat left bottom;}
.boxSpeRond a {color:#00475e;}
.boxSpeRond ul{padding:0 0 5px 0;}

.boxSpeRond .obj{background: url(bg/box/spe_rond/top.gif) no-repeat left top;height:auto;}
.boxSpeRond .obj  h3{font-size:12px;font-weight:bold;}
.boxSpeRond .obj  h3.titre_gamme{text-transform:uppercase;font-size:11px;font-weight:bold;color:#333333;padding:20px 0 0 20px;}

.boxSpeRond .obj ul{padding:10px 10px 20px 30px;color:#ccc;}
.boxSpeRond .obj li{list-style-image: url(picto/arrow_nobg.gif); list-style-position:outside;padding:2px 0 3px 0px;border-bottom:1px dotted #333;}
.boxSpeRond .obj li.wrong{background:url(picto/wrong.gif) no-repeat right;}
.boxSpeRond .obj li.right{background:url(picto/valid.gif) no-repeat right;font-weight:bold;}


/*Images*/
.boxImage{background: url(bg/box/pict/middle.gif) repeat-y scroll 0 0;overflow:hidden;text-align:center;width:359px;margin-bottom:10px;}
.boxImage .top{background:transparent url(bg/box/pict/top.gif) no-repeat scroll 0 0;height:8px;margin-bottom:5px;}
.boxImage .bottom{background: url(bg/box/pict/bottom.gif) no-repeat scroll 0 0;height:8px;margin-top:5px;}

/*Fiche produit*/
.boxSpe.fiche .bloc  h3{font-weight:bold;margin-bottom:5px;padding-left:10px;}
.boxSpe.fiche .bloc ul li{background: url(picto/arrow_nobg.gif) no-repeat 0px 2px;padding:0px 0 5px 10px;}
.boxSpe.fiche .bloc ul li h5{border-bottom:1px dotted #333;padding-bottom:5px;font-size:10px;margin:0 0 0 0;font-weight:normal;}

.pj{margin:-8px 0 10px 0;padding:0 0 0 0;text-align:right;}
.pj a{padding:0 10px 0 10px;color:#333;text-decoration:none;background: url(picto/arrow_nobg.gif) no-repeat 0px 2px; }
.pj a:hover{text-decoration:underline;}

/*Document center*/
.boxSpe.documentCenter .bloc  h3{background-color:#233a6d;color:#ffffff;margin-bottom:5px;padding:1px 0 1px 10px}
.boxSpe.documentCenter .bloc  h5 a {color:#666666;text-decoration:none;font-size:10px;font-weight:normal;}
.boxSpe.documentCenter .bloc  h5 a:hover{text-decoration:underline;}
.boxSpe.documentCenter .bloc ul li {border-bottom:1px dotted #333;padding-bottom:5px;font-size:10px;margin:0 0 0 0;}

/*Fiche Document*/
.boxSpe.ficheDoc .bloc ul{margin:0 0 10px 0;}
.boxSpe.ficheDoc .bloc ul li h5{padding:0 0 5px 0;font-size:12px;}
.boxSpe.ficheDoc .bloc ul li p{padding:0 0 5px 0;font-size:10px;}
.boxSpe.ficheDoc .bloc ul li{border-bottom:1px dotted #333;padding:0 0 20px 0;}
.boxSpe.ficheDoc .bloc ul li a{color:#666666;background: url(picto/arrow_nobg.gif) no-repeat 0px 2px;padding-left:10px;font-weight:bold;}

/*Contact*/

/*
form{height:600px;}
*/

form .fL.left{width:210px;height:600px;background:#fff;}
form .fL.right{width:350px;margin:0 0 0 10px;height:600px;background:#fff;}
form label {padding:2px 15px 0 0;}
form label.needed{background: url(picto/star.gif) no-repeat 215px 2px;}
form .legend {margin:0 0 5px 0;color:#666;}
form .fields li{padding:2px 0;clear:both;}
form .fields li label{display:block;float:left;text-align:right;width:230px;}
form .fields li.specialCivil label{width:auto;}
form .fields li.specialCivil input{width:auto;}
form .fields li label.needed{padding:2px 15px 0 0;width:230px;}
form .fields li input{width:200px;display:block;float:left;}
form .fields li input.long{width:300px;}
form .fields li input.short{width:80px;}
form .radio span{display:block;float:left;width:100px;text-align:right;}
form .radio div{text-align:left;}
form .radio label{padding:0 15px 0 0;}
form img{margin:0 10px 0px 0;border:1px solid #00475e}
form .fields li.submit input{width:auto;margin-top:15px;}
form .fields li label.error{color:#00475e;margin:0px 0 0 0 ;border :1px solid #cc0000;padding:5px 0px 5px 0px; font-weight:bold; width:150px;text-align:center;height:10px;}
form .error h4{margin:0 0 5px 0;}
form .error ol{padding:0;margin:0;}
form .error ol li{list-style-position:inside;padding:2px 0;border-top:1px dotted #cc0000;}
form .legend {margin:50px 0 5px 0;color:#666;}
form .legend cite{background: url(picto/star.gif) no-repeat left;padding:0 0 0 15px;margin:0 0 8px 0}

.font-vertpomme{color:#c7e38f;}
.font-marine{color:#233a6d;}
.font-purple{color:#683a76;}
.font-orange{color:#fc7f10;}

.fixed-h .bloc{height:155px;}


.wgSiteMap ul{
	margin:0;
	padding:0;
}

.wgSiteMap li a{
	display: block;
	text-decoration:none;
	padding: 2px;
	font-size:12px;
	font-weight: bold;
	color:#FFFFFF;	
	background-color:#233A6D;
}

.wgSiteMap ul li a{
	padding: 4px;
	font-size:10px;
	font-weight:normal;	
	color:#666666;	
	background-color: transparent;
	border-bottom: 1px dotted #666666;
}


.wgSiteMap2{
	width:230px;
	float:left;
	margin:5px;
	display:inline;
	background:url(bg/box/spe/bottom_left.gif) no-repeat left bottom
}

.wgSiteMap2 ul{
	background:url(bg/box/spe/bottom_right.gif) no-repeat right bottom;
}

.wgSiteMap2 ul li{
	padding:10px;
	border-top:1px solid #eee;
	margin:0 4px 0 3px;
}

.wgSiteMap2 ul li a{
	color:#fff;
	text-decoration:none;
	background:#00475e;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
	padding:5px;
	display:block;
}

.wgSiteMap2 ul li ul{
	padding:2px;
	background:none;
}

.wgSiteMap2 ul li ul li{
	padding:0 0 0 5px;
	border:0 none;
	margin:0;
}

.wgSiteMap2 ul li ul li a{
	color:#666;
	font-weight:normal;
	text-decoration:none;
	font-size:11px;
	background:transparent url(picto/arrow_nobg.gif) no-repeat 0px 2px;
	text-transform:none;
	padding:0 0 0 7px;
}

.wgSiteMap2 ul li ul li a:hover{
	text-decoration:underline;
}

.wgSiteMap2 ul li ul li ul{
	border-bottom:1px dotted #666;
	margin:0 0 5px 0;
	padding:0 0 5px 0;
}

.wgSiteMap2 ul li ul li ul li{}

.wgSiteMap2 ul li ul li ul li a{
	padding:0 0 0 3px;
	background:none;
}

/*
.wgVlPmaList-main{
	text-align:left;
}
wgVlPmaList-item {
	text-align:left;
	border: 1px solid black;	
}
*/
/*
wgVlPmaList-table{
	border: 1px solid red;
}
*/

#acces {
    display:block;
}

#acces {
    font-size:10px;
    margin:20px 35px 0 0;
    position:absolute;
    right:0;
    top:0;
}

#acces p #btnAcces {
    background:url("bg/fond_btn.png") repeat;
    font-weight:bold;
    text-decoration:none;
    text-align:center;
    display:block;
    height:16px;
    width:200px;
    color:#FFFFFF;
}
