/*
//------------------------------------------------------------------
// Auteur : Ludovic Martin <ludovic@dreamclic.com> / www.dreamclic.com
//
// Version             : 2.0
// Date de création    : 26/06/2008
//
// Description         : feuille de style générale du site
//
//------------------------------------------------------------------
// Mathieu ADRIEN <mathieu@dreamclic.com> / www.dreamclic.com
// 08/09/2009
//------------------------------------------------------------------*/
*{
	margin:0;
	padding:0;
}
html{
	font-family:Helvetica,Verdana,Arial,sans-serif;
	font-size:100%;
}
body{
	font-size:.8em;
	background : #333333;
}
/*------------------------------------------------------------------*/
a img{
	border-style:none;
}
img{
	vertical-align:middle;
}
ul{
	list-style-position:inside;
}
a:link,
a:hover{
	text-decoration : underline;
}
a:visited,
a:active{
	text-decoration : none;
}
/*------------------------------------------------------------------*/
#page{
	background:url(images/stills/bg_menu.gif) bottom left no-repeat;
}
/*------------------------------------------------------------------*/
#header{
	height:130px;
	background:url(images/stills/bg_header.jpg) center no-repeat #031E51;
}
#header h1{
	width : 1050px;
	text-align : center;
}
#header h1 a{
}
#header span.titre{
	float:left;
	display:block;
	width:235px;
	height:130px;
	background:url(images/stills/header_h1.gif) no-repeat;
}
/*------------------------------------------------------------------*/
html>body #menu{	
	float:left;
	min-height:400px;
	height:auto;
	width:150px;
}
#menu{
	float:left;
	width:150px;
	text-align:center;
}
#menu span.deco{
	display:block;
	width:87px;
	height:27px;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	background:url(images/stills/menu_deco.gif) no-repeat;
}

#menu ul{
	height:196px;
	margin-top:20px;
	background: url(images/stills/menu.gif) left top no-repeat;
}
#menu ul li{
	height:22px;
	list-style-type:none;
	line-height:0px;
	font-size:0px;
}
#menu li a {
	display: block;
	height: 22px;
	width: 150px;
	text-decoration: none;
}
#menu a:hover {
	background: transparent url(images/stills/menu.gif) top left no-repeat;
}

#menu a#boutaccueil:hover{
	background-position: -154px 0px;
}
#menu a#boutinstallation:hover{
	
	background-position: -154px -22px;
}
#menu a#boutprestation:hover{
	background-position: -154px -44px;
}
#menu a#boutgalerie:hover{
	background-position: -154px -66px;
}
#menu a#boutpartenaires:hover{
	background-position: -154px -88px;
}
#menu a#boutcontact:hover{
	background-position: -154px -110px;
}


/*------------------------------------------------------------------*/
#submenu{
}
/*------------------------------------------------------------------*/
html>body #content{	
	margin-left:154px;
	min-height:400px;
	height:auto;
	border-right:1px solid #333;
	background:url(images/stills/bg_content.jpg) bottom left no-repeat;
	background-color:#FFFEF3;
}
#content{
	height:400px;
	border-right:1px solid #333;
	background:url(images/stills/bg_content.jpg) bottom left no-repeat;
	background-color:#FFFEF3;
}
html>body #contenupage{	
	min-height:400px;
	height:auto;
	margin-left:20px;
	background:url(images/stills/coin_bas.gif) bottom right no-repeat;
	padding : 20px 20px 70px 20px;
}
#contenupage{
	height:400px;
	padding-top:20px;
	margin-left:20px;
	background:url(images/stills/coin_bas.gif) bottom right no-repeat;
}
#titreinstallations,
#titreprestations,
#titregaleries,
#titreactualites,
#titrecontact,
#titrepartenaires,
#titreliens{
	display:block;
	width:200px;
	height:30px;
}
/*------------------------------------------------------------------*/
#footer{
	clear:both;
	height:22px;
	color:#FFF;
	font-size:11px;
	font-family:Arial,sans-serif;
	text-align:center;
	background-color:#333;
}
#footer a:link, #footer a:visited{
	color:#FFF;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}
#footer img{
	border:none;
	vertical-align:middle;
}/*------------------------------------------------------------------*/
.visibility-hidden{
	visibility:hidden;
}
.clear-both{
	clear:both;
}
.clear-left{
	clear:left;
}
.clear-right{
	clear:right;
}
.align-left{
	text-align:left;
}
.align-right{
	text-align:right;
}
hr.clear{
	visibility : hidden;
	clear : both;
}
/*------------------------------------------------------------------*/
