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, font, img, ins, kbd, q, s, samp,
small, strike, strong, 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 {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
font-family:"Trebuchet MS", Arial, sans-serif;
font-size:12px;
}
body {
line-height: 15px;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}

:focus {
outline: 0;
}

ins {
text-decoration: none;
}
del {
text-decoration: line-through;
}


/*//////////////// GENERAL /////////////////*/
html, body{
background: #ececec;
height:100%;
}

a{
color:#2264b0;
text-decoration:underline;
}

a:hover{
color:#87acd9;
}


/* ------------------------------------------------------------
	1. STRUCTURE PRINCIPALE
------------------------------------------------------------- */

div#bg-bottom{
background: url(../images/fond/bg-bottom.gif) repeat-x left bottom;
}

div#bg-top{
background: #fff url(../images/fond/bg-top.gif) repeat-x left top;
}

div#bg-middle{
background: url(../images/fond/bg-main.jpg) no-repeat center top;
}

div#bg-centring{
width:980px;
margin:0 auto;
background:#fff url(../images/fond/bg-bottom.gif) repeat-x left bottom;
}

div#centring{
width:980px;
position:relative;
background: url(../images/fond/bg-main.jpg) no-repeat center top;
padding-bottom:7px;
}

a#logo{
display:block;
width:385px;
height:85px;
text-align:left;
overflow:hidden;
text-indent:-5000px;
margin: 0 auto;
}

div#menu-left{
width:281px;
float:left;
}

div#main_container{
padding:130px 0 0 0;
width:699px;
float:left;
}

div#content{
width:487px;
float:left;
}

div#contact_details{
width:187px;
height:379px;
padding:65px 0 0 25px;
background:url(../images/fond/bg-contact.jpg) no-repeat 0 0;
float:left;
}

	div#contact_details h2{
	display:none;
	}

	div#contact_details p.title{
	color:#5e68a7;
	font-weight:bold;
	margin:0 0 10px 0;
	}

div#footer{
width:980px;
height:15px;
clear:both;
padding:17px 0 0 0;
}

	div#footer p{
	font-family:Verdana, sans-serif;
	font-size:10px;
	line-height:10px;
	color:#b1b1b1;
	text-align:center;
	}
	
	div#footer a{
	font-family:Verdana, sans-serif;
	font-size:10px;
	line-height:10px;
	color:#b1b1b1;
	text-decoration:none;
	}



/* ------------------------------------------------------------
	2. MENU LEFT
------------------------------------------------------------- */

div#menu-left ul#menu{
width:263px;
margin:0 0 0 7px;
}

div#menu-left ul#menu li{
text-align:right;
}

	div#menu-left ul#menu li a{
	display:block;
	text-align:left;
	overflow:hidden;
	text-indent:-5000px;
	line-height:20px;
	}
	
	div#menu-left ul#menu li a.accueil{
	width:263px;
	height:50px;
	background:url(../images/menu/accueil.gif) no-repeat right 0px;
	}
		div#menu-left ul#menu li a.accueil:hover{
		background:url(../images/menu/accueil.gif) no-repeat right -50px;
		}
		
	div#menu-left ul#menu li a.qsn{
	width:263px;
	height:50px;
	background:url(../images/menu/qsn.gif) no-repeat right 0px;
	}
		div#menu-left ul#menu li a.qsn:hover{
		background:url(../images/menu/qsn.gif) no-repeat right -50px;
		}
		
	div#menu-left ul#menu li a.vision{
	width:263px;
	height:50px;
	background:url(../images/menu/vision.gif) no-repeat right 0px;
	}
		div#menu-left ul#menu li a.vision:hover{
		background:url(../images/menu/vision.gif) no-repeat right -50px;
		}
		
	div#menu-left ul#menu li a.mission{
	width:263px;
	height:50px;
	background:url(../images/menu/mission.gif) no-repeat right 0px;
	}
		div#menu-left ul#menu li a.mission:hover{
		background:url(../images/menu/mission.gif) no-repeat right -50px;
		}
		
	div#menu-left ul#menu li a.strategie{
	width:263px;
	height:50px;
	background:url(../images/menu/strategie.gif) no-repeat right 0px;
	}
		div#menu-left ul#menu li a.strategie:hover{
		background:url(../images/menu/strategie.gif) no-repeat right -50px;
		}
		
	div#menu-left ul#menu li a.difference{
	width:263px;
	height:50px;
	background:url(../images/menu/difference.gif) no-repeat right 0px;
	}
		div#menu-left ul#menu li a.difference:hover{
		background:url(../images/menu/difference.gif) no-repeat right -50px;
		}
		
	div#menu-left ul#menu li a.clients{
	width:263px;
	height:50px;
	background:url(../images/menu/clients.gif) no-repeat right -50px;
	}
		div#menu-left ul#menu li a.clients:hover{
		background:url(../images/menu/clients.gif) no-repeat right 0px;
		}
	
	div#menu-left ul#menu li a.part{
	width:263px;
	height:53px;
	background:url(../images/menu/part.gif) no-repeat right 0;
	}
		div#menu-left ul#menu li a.part:hover{
		background:url(../images/menu/part.gif) no-repeat right -53px;
		}
	
	div#menu-left ul#menu li a.orange{
	width:263px;
	height:91px;
	background:url(../images/menu/axes.gif) no-repeat 4px -91px;
	}
		div#menu-left ul#menu li a.orange:hover{
		background:url(../images/menu/axes.gif) no-repeat 4px 0px;
		}
	
/* ------------------------------------------------------------
	3. HOME
------------------------------------------------------------- */

div#home{
}

	div#home h2{
	padding:15px 0 25px 37px;
	}

	div#home div#home-bloc1{
	width:196px;
	padding:2px 15px 10px 15px;
	float:left;
	}
	
		div#home div#home-bloc1 h2{
		background: url(../images/fond/title-actu.gif) no-repeat 0 0;
		zoom:1;
		}
	
		div#home div#home-bloc1 p{
		text-align:justify;
		padding: 0 0 10px 0;
		}			
		
		div#home div#home-bloc1 p.title{
		color:#7a81b1;
		font-weight:bold;
		}
		
		div#home div#home-bloc1 p.more{
		text-align:right;
		}
		
			div#home div#home-bloc1 p.more a{
			text-decoration:none;
			font-size:9px;
			}
	
	
	
	div#home div#home-bloc2{
	width:219px;
	border-left:1px solid #ececec;
	padding:2px 25px 10px 15px;
	float:left;
	}
	
		div#home div#home-bloc2 h2{
		background: url(../images/fond/title-work.gif) no-repeat 0 0;
		zoom:1;
		}
	
		div#home div#home-bloc2 p{
		padding: 0 0 10px 0;
		text-align:justify;
		}
		
		div#home div#home-bloc2 p.title{
		color:#7a81b1;
		font-weight:bold;
		}
	
	div#home div#home-bloc3{
	width:447px;
	padding:0 25px 0 15px;
	clear:both;
	}
	
		div#home div#home-bloc3 h2{
		background: url(../images/fond/title-custo.gif) no-repeat 0 0;
		zoom:1;
		padding-left:48px;
		padding-bottom:15px;
		}
		
		div#home div#home-bloc3 ul,
		div#home div#home-bloc3 p{
		text-align:justify;
		padding: 0 0 10px 0;
		}
		
		div#home div#home-bloc3 ul li{
		background:url(../images/puce/orange.gif) no-repeat 0 4px;
		padding:0 0 0 15px;
		margin:4px 0;
		}
		
	div#home div#home-bloc4{
	width:447px;
	padding:0 25px 0 15px;
	}
	
		div#home div#home-bloc4 h2{
		background: url(../images/fond/title-custo.gif) no-repeat 0 0;
		zoom:1;
		padding-left:48px;
		padding-bottom:15px;
		}
		
	div#home div#home-bloc5{
	width:447px;
	padding:0 25px 0 15px;
	}
	
		div#home div#home-bloc5 h2{
		background: url(../images/fond/title-custo.gif) no-repeat 0 0;
		zoom:1;
		padding-left:48px;
		padding-bottom:15px;
		}
		
/* ------------------------------------------------------------
	4. FORMATAGE DES PAGES STATIQUES/DYNAMIQUES
------------------------------------------------------------- */

div#content div#home div.format{
width:auto;
padding:0;
}

div#content div.format{
width:422px;
padding:15px 40px 10px 25px;
}

	div.format ul li{
	background:url(../images/puce/orange.gif) no-repeat 0 7px;
	padding:4px 0 4px 15px;
	zoom:1;
	}
	
		div.format ul li ul li{
		background:url(../images/puce/orange_p.gif) no-repeat 0 9px;
		padding:4px 0 4px 9px;
		zoom:1;
		}
	
	div.format p{
	padding:7px 0 7px 0;
	}
	
	div.format h3{
	font-size:12px;
	padding:0 0 5px 0;
	color:#e18519;
	}
	
	div.format .texte_orange{
	color:#e18519;
	font-weight:bold;
	}
	
	div.format .texte_bleu{
	color:#7A81B1;
	font-weight:bold;
	}
	
	div.format h2 span,
	div#contact h2 span,
	div#mention h2 span,
	div#articles h2 span{
	display:block;
	padding:0 0 10px 0;
	}
	
a.texte_vert{
color:#00CC99;
}

a.texte_rouge{
color:#be261b;
}

/* ------------------------------------------------------------
	5. CONTACT
------------------------------------------------------------- */

div#contact{
width:422px;
padding:15px 40px 10px 25px;
}

	div#contact p{
	padding:4px 0;
	}
	
	div#contact label.lbleft{
	float:left;
	margin:0 10px 0 0;
	text-align:right;
	width:115px;
	}
	
	div#contact input.input-text{
	border:1px solid #CCCCCC;
	color:#6F6060;
	font-size:10px;
	margin:0;
	text-indent:3px;
	width:280px;
	}
	
	div#contact textarea {
	border:1px solid #ccc;
	color:#6F6060;
	font-family:"Trebuchet MS",sans-serif;
	font-size:11px;
	padding:0 3px;
	width:400px;
	}
	
	div#contact p.conformement {
	color:#999999;
	font-size:9px;
	line-height:11px;
	padding:10px 0 0;
	}

/* ------------------------------------------------------------
	6. MENTIONS
------------------------------------------------------------- */

div#mention{
width:422px;
padding:15px 40px 10px 25px;
}

	div#mention p{
	padding:4px 0;
	}
	
	div#mention h3{
	color:#2264b0;
	}
		
	div#mention div.address{
	float:left;
	padding:30px 0;
	}
	
		div#mention div.address div.company1{
		width:200px;
		float:left;
		}
		
		div#mention div.address div.company2{
		width:200px;
		float:left;
		}

	div#mention p.conformement {
	clear:both;
	color:#999999;
	font-size:9px;
	line-height:11px;
	padding:10px 0 0;
	}
	
		div#mention p.conformement a{
		font-size:9px;
		}
		
/* ------------------------------------------------------------
	7. ARTICLES
------------------------------------------------------------- */

div#articles{
width:422px;
padding:15px 40px 10px 25px;
}

	div#articles div.news{
	padding:25px 0;
	border-bottom:1px dotted #dfe4ea;
	}
	
		div#articles div.news p.title{
		color:#7a81b1;
		font-weight:bold;
		}
		
	div#articles div.news p.more{
	text-align:right;
	}
	
		div#articles div.news p.more a{
		text-decoration:none;
		font-size:9px;
		}
		
/* ------------------------------------------------------------
	8. ARTICLE
------------------------------------------------------------- */

div#article{
width:422px;
padding:15px 40px 10px 25px;
}

	div#article div.news{
	padding:25px 0;
	border-bottom:1px dotted #dfe4ea;
	}
	
		div#article div.news p.title{
		color:#7a81b1;
		font-weight:bold;
		}
		
	div#article p.back{
	text-align:left;
	}
	
		div#article p.back a{
		text-decoration:none;
		font-size:9px;
		}



		

/* ------------------------------------------------------------
	X. CLASSES GENERALES
------------------------------------------------------------- */

.clear{
clear:both;
}

.center{
text-align:center;
}

div.links{
text-align:center;
}

	div.links span{
	font-weight:bold;
	font-size:13px;
	color:#2264b0;
	}
	
	div.links a{
	text-decoration:none;
	font-size:13px;
	}
	
ul.h_auj_dem{
width:200px;
float:left;
padding:0 20px 0 0;
}

.fl_left{
float:left;
}


/* Actualités  Fichier menu-articles - article - articles - Helven 2008-09-17     */
.cont-menu-art                          { width: 230px; padding: 0pt 10px 0pt 19px;  } 
.cont-menu-art  h3                      { font: bold 19px "Trebuchet MS"; color: #E18519; margin: 15px 0 10px 0px;   } 

.cont-menu-art-inside                   { margin: 0 0 15px 0px;   } 
.cont-menu-art-inside span.date         { font: normal 10px arial;   } 
.cont-menu-art-inside strong            { color:  #5D7BC1 } 

.cont-menu-art  p.aucun                 { text-align: center; margin: 15px 0 0 0px;  } 

.cont-menu-art-inside p.more2           { padding: 0 0 0 15px;  background:  transparent url(../images/puce/orange.gif) no-repeat scroll 0pt 3px; } 
.cont-menu-art-inside p.more2 a         { text-decoration: none; } 
.cont-menu-art-inside p.more2 a:hover   { text-decoration: underline } 
/*  

                                                                          */


