@charset "UTF-8";
/* CSS Document */

body {
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size : 12px;
	line-height : 12px;
	height : auto;
	width : auto;
	color : #034B73;
	text-align: center;
	margin:0;
	overflow:auto;
	background-color: #fff;
	background-image:url(images/background_accueil.jpg);
	background-repeat:repeat-x;
	
}


/************** LIENS *********************************************/

a,
a:link,  
a:visited
{
	color:#F72B0D;
	text-decoration:none;
}
a:hover{
	color:#F72B0D;
	text-decoration:underline;
}


/************** blocs principaux *********************************************/


#container{
	position: relative;
	text-align: left; /* pour annuler l'heritage de text-align:center de BODY */
	margin: 0px auto; /* auto pour centrer horizontalement la boite dans BODY 
			 pour le navigateurs autres que IE/WIN */
	padding: 0;
	width: 900px; /* ou 100% pour largeur fluide pleine largeur */
	height:580px;
}

#header{
	background-image:url(../IMG/header.jpg);
	background-repeat:no-repeat;
	width: 900px;
	height: 132px;

}
#page{
	width:900px;
	height:auto;
	background-image:url(../IMG/background_text.jpg);
	background-repeat:repeat-x;
	position:relative;
	margin:8px 0 0 0;

}


/************** dans le header *********************************************/


#logo_site{
	position:absolute;
	top:59px;
	left:40px;
	background-image:url(../IMG/logo_dexa.jpg);
	background-repeat:no-repeat;
	width: 208px;
	height: 63px;

}
#logo_site a:link,
#logo_site a:visited,
#logo_site a:hover
{
	display:block;
	width: 208px;
	height: 63px;

}

#menu{
	position:absolute;
	top:95px;
	left:270px;
	width: auto;
	height: 30px;



}
#menu h1{
font-size:12px;
float:left;
padding:0 1px 0 4px;
border-right:solid #fff 1px;

}

#menu h1 a:link,
#menu h1 a:visited
{
color:#fff;
padding:0 5px 0 0;

}

#menu h1 a:hover{
text-decoration:underline;

}

#contact{
	position:absolute;
	top:26px;
	left:790px;
	width: 96px;
	height: 26px;

}
#contact a:link,
#contact a:visited
{
	background-image:url(../IMG/bouton/bout_contact_off.jpg);
	background-repeat:no-repeat;
	display:block;
	width: 96px;
	height: 26px;

}

#contact a:hover
{
	background-image:url(../IMG/bouton/bout_contact_on.jpg);
	background-repeat:no-repeat;
	display:block;
	width: 96px;
	height: 26px;

}


#client{
	position:absolute;
	top:56px;
	left:790px;
	width: 96px;
	height: 26px;

}
#client a:link,
#client a:visited
{
	background-image:url(../IMG/bouton/bout_client_off.jpg);
	background-repeat:no-repeat;
	display:block;
	width: 96px;
	height: 26px;

}

#client a:hover
{
	background-image:url(../IMG/bouton/bout_client_on.jpg);
	background-repeat:no-repeat;
	display:block;
	width: 96px;
	height: 26px;

}





/************** dans la page *********************************************/

/************** contenu centre *************/
#contenu{
	position:relative;
	top:0px;
	left:45px;
	width: 395px;
	height: auto;
	:solid #999 1px;
	float: left;
	margin: 0 0 0 20px;


}
#bloc_info{
	display:block;
	background-image:url(../IMG/background_important.jpg);
	background-repeat:repeat-x;
	width: 375px;
	height: 97px;
	color: #fff;
	padding: 10px 10px 0 10px;
font-size:13px;
line-height:17px;

}

#bloc_info strong{
font-weight:bold;

}





#picto_service{
	width: 375px;
	height: 85px;
	background-image:url(../IMG/background_text.jpg);
	background-repeat:repeat-x;
	padding: 10px;
margin:0 0 5px; 0;
}

#picto_conseil,
#picto_reso,
#picto_dev,
#picto_formation
{
	width: 91px;
	height: 68px;
	float:left;
	text-align:center;
	font-size:11px;

}
#picto_conseil{
	background-image:url(../IMG/picto/conseil.jpg);
	background-repeat:repeat-x;
}
#picto_conseil a:hover
{
	background-image:url(../IMG/picto/conseil_on.jpg);
	background-repeat:repeat-x;
}
#picto_reso{
	background-image:url(../IMG/picto/reso.jpg);
	background-repeat:repeat-x;
}
#picto_reso a:hover
{
	background-image:url(../IMG/picto/reso_on.jpg);
	background-repeat:repeat-x;
}
#picto_dev{
	background-image:url(../IMG/picto/dev.jpg);
	background-repeat:repeat-x;
}
#picto_dev a:hover
{
	background-image:url(../IMG/picto/dev_on.jpg);
	background-repeat:repeat-x;
}
#picto_formation{
	background-image:url(../IMG/picto/formation.jpg);
	background-repeat:repeat-x;
}
#picto_formation a:hover
{
	background-image:url(../IMG/picto/formation_on.jpg);
	background-repeat:repeat-x;
}



#picto_conseil a:link,
#picto_conseil a:visited,
#picto_reso a:link,
#picto_reso a:visited,
#picto_dev a:link,
#picto_dev a:visited,
#picto_formation a:link,
#picto_formation a:visited
{
	display:block;
	width: 91px;
	height: 68px;

}

#bloc_text{
	width: 395px;
	height: 20px;
	background-image:url(../IMG/background_text.jpg);
	background-repeat:repeat-x;
}

#contenu h1{
	width: 385px;
	height: auto;
	padding:10px 0 5px 10px;
	color:#F72B0D;
	margin:0 0 0 0;
font-size:18px;
	border-bottom: dashed #F72B0D 1px;
}


#contenu h3{
	width: 370px;
	height: auto;
	padding:0 0 0 0;
	padding:0 0 0 10px;
font-size:11px;
font-weight:normal;
line-height:13px;
}

#contenu h3 strong {
	color:#F72B0D;


}





/************** news ? gauche *************/

#news{
	position:relative;
	top:0px;
	left:40px;
	width: 204px;
	height: auto;
	:solid #999 1px;
	float: left;
overflow:hidden;


}

#news #entete{
	background-image:url(../IMG/header_cartouche.jpg);
	background-repeat:repeat-x;
	width: 198px;
	height: 22px;
	padding:5px 0 0 10px;
	color: #fff;
	margin:0 0 0 0;

}

#news_photo{
	display:block;
	width: 210px;
	height: 135px;

}

#news h1{
	width: 210px;
	height: auto;
	background-image:url(../IMG/background_text.jpg);
	background-repeat:repeat-x;
	padding: 11px;
	font-weight:bold;
	font-size:12px;
	padding:10px 0 0 5px;
	margin:2px 0 3px 0;
}

#news #date{
	width: 200px;
	height: auto;
	padding:0 0 0 5px;
	font-size:9px;
	color:#F72B0D;
	margin:2px 0 3px 0;
}

#url{
	width: 200px;
	height: auto;
	padding:0 0 0 5px;
	font-size:9px;
	color:#F72B0D;
	margin:2px 0 3px 0;
}

#url a:link{
	text-decoration:underline;
	color:#F72B0D;
}


#url a:visited,
#url a:hover
{
	color:#F72B0D;
	text-decoration:none;
}

#news h3{
	width: 200px;
	height: auto;
	font-size:10px;
	padding:0 0 3px 5px;
	margin:2px 0 3px 0;
	/*border-bottom: dashed #F72B0D 1px;*/
}




/************** projets ? droite *************/


#menu_2{
	position:relative;
	top:0px;
	left:53px;
	width: 206px;
	height: auto;

	float: left;
	margin: 0 0 0 20px;


}

#menu_2 #entete{
	background-image:url(../IMG/header_cartouche.jpg);
	background-repeat:repeat-x;
	width: 196px;
	height: 22px;
	padding:5px 0 0 10px;
	color: #fff;


}
#menu_2 h1{
	width: 200px;
	height: auto;
	background-image:url(../IMG/background_text.jpg);
	background-repeat:repeat-x;
	padding: 11px;
	font-weight:bold;
	font-size:12px;
	padding:10px 0 0 5px;
	margin:0 0 3px 0;
}

#menu_2 h3{
	width: 200px;
	height: auto;
	font-size:10px;
	padding:0 0 9px 5px;
	margin:2px 0 0 0;
	/*border-bottom: dashed #F72B0D 1px;*/
}

#menu_2 h3 img{
	padding:0 5px 5px 0;

}


/************** footer *************/

#footer{
	text-align:center;
	width: 900px;
	height: 20px;
	background-image: url(../IMG/background_text.jpg);
	background-repeat: repeat-x;
	position: relative;
	float: left;
	margin: 20px 0 0 0;
	padding: 10px 0 0 0;


}
