@charset "utf-8";
/* CSS Document */

body
{
	
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	background-position:top;
	background-repeat:repeat-x;
	overflow-y: hidden ; /* fonction microsoft supprimant les ascenseurs sous IE */
	margin: 0; /* la marge du body est à 0 pixels */
	padding:0; /* marge intérieure à 0 pixels */	
}
html > body {overflow-y: auto} /* annule le overflow-y pour firefox 1.5 et supérieur */

h1
{
	color:#003;
	font-size:12px;
	/*background-image:url(../images/fondTitre.png);*/
	background-position:15px;
	background-repeat:no-repeat;
}
input
{
	background-color:#bce2fe;
	border:1px solid;
	font-size:11px;
}
textarea
{
	background-color:#bce2fe;
	border:1px solid;
}
.bouton
{
	width:173px;
	height:32px;
	display:block;
	background-image:url(../images/bouton.png);
	text-align:center;
	line-height:32px;
	color:#FFF;
	cursor:pointer;
}
.boutonA
{
	background-image:url(../images/boutonA.png);
}
.avant
{
	color:#039;
	font-weight:normal;
}
.arriere
{
	font-size:10px;
	font-style:italic;
}
#page_home a
{
	font-weight:bold;
	color:#039;
}
#header
{
	background-image:url(../images/header.jpg);
	background-repeat:repeat-x;
	height:80px;
	vertical-align:middle;	
}
#header img
{
	margin-left:10px;
	margin-top:15px;
}
#connection
{
	float:right;
	font-size:11px;
	margin-top:5px;
	text-align:right;
}
#connection input
{
	margin-left:5px;
	height:14px;
	font-size:11px;
	width:80px;
	background-color:#333;
	color:#999;
	border-color:#999;
}
#menu
{
	margin-top:14px;
}
#menu li
{
	float:left;
	width:115px;
	height:26px;
	background-image:url(../images/btn_menu.jpg);
	list-style-type:none;
	text-align:center;		
	vertical-align:middle;
	line-height:26px;
	font-weight:normal;
	color:#CCC;
	cursor:pointer;
}
#menu li a
{
	text-decoration:none;
	color:#CCC;
}
#content_hd
{
	width:990px;
	height:8px;
	background-image:url(../images/ct_head.png);
	margin:0 auto;
}
#content_md
{
	width:990px;
	background-image:url(../images/ct_mid.png);
	margin:0 auto;	
	z-index:-30;
}
#content_ft
{
	width:990px;
	height:18px;
	background-image:url(../images/ct_foot.png);
	margin:0 auto;	
}
#content
{
	background-image:url(../images/nuage.png);
	background-repeat:repeat-x;
	background-position:top;
	min-height:100%;
	height:100%;
	padding-top:7px;
	z-index:10;
}
#content_ct
{
	padding:10px;
	z-index:50;
}
#footer
{
	background-image:url(../images/footerN.png);
	background-repeat:repeat-x;
	background-position:center;
	height:222px;
	position: absolute ; /* position du menu = par rapport à la boite parent (ici le body) */
	bottom: 0 ; /* Le bas du menu est à 0 pixels du bas de l'écran */
	left: 0 ; /* La gauche du menu est à 0 pixels du bas de l'écran */
	width: 100% ; /* largeur du menu = 98% de l'écran */
	z-index:-20;
}
body>#footer {position:fixed} /* annule le hack "fixed" pour les autres navigateurs que IE */
.miniature
{
	float:left;
	margin:5px;
	width:200px;
	height:200px;
	display:block;
	text-align:center;
}
.miniature img
{
	border:1px solid;
	color:#06F;
}
.min_titre
{
	font-weight:bold;
	color:#06F;
}
.realisations
{
	width:840px;
	margin:0 auto;
}
#contact
{
	margin-left:60px;
}
#form_contact 
{
	width:500px;
	margin:0 auto;
}
#page_devis label
{
	display:block;
	float:left;
	width:80px;
}
#rep_serv
{
	font-weight:bold;
	color:#06F;
}
.page
{
	z-index:40;
}
#page_liens a
{
	color:#039;
	margin-left:25px;
}