/******************* ELEMENTS *******************/
body {
	color:#000000;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	background-image:url(img/wood_mahogany_KO0.jpg);
}

img{
	border:none;
}


p{
	margin-top:0px;
	margin-bottom:5px;
	font-size:small;
}

ul{
	list-style:square;
	margin-top:0px;
	font-size:small;
}

li{
	margin-top:4px;
}

ul ul{
	font-size:x-small;
}

/******************* CADRES *******************/
/******************* COMMUNS ******************/
#page{
	width:850px;
	height:600px;
	margin:auto;
	/*background-position:center;*/
}
.reg{
	background-image:url(img/fond.jpg);
}
.index{
	background-image:url(img/fondindex.jpg);
}

#menu{
	width:850px;
	height:30px;
	padding-top:125px;
}

#footer{
	font-size:xx-small; 
	color:#FFFFFF;
}

#middle{
	width:850px;
	height:405px;
}

#sousmenu{
	margin-left:250px; 
	height:20px; 
	margin-top:7px;
}

#content{
	width:700px;
	height:360px;
	float:left;
	margin-left:20px;
	margin-top:10px;
}

#titre{
	width:90px;
	height:338px;
	float:left;
	margin-left:25px;
}

#valid{
	width:90px; 
	height:30px;
}

/******************* ACCUEIL ******************/
#accueil{
	height:180px; 
	font-size:14px; 
	font-variant:small-caps;
}

#devis{
	width:230px; 
	height:130px; 
	float:left; 
	margin-top:30px; 
	padding-top:40px;
}

#citation{
	width:240px; 
	height:130px; 
	float:right; 
	margin-top:30px;
}

/**************** REALISATIONS ***************/
.desc{
	border:thin solid orange;
	background-color:#FFFFFF; 
	width:400px; 
	height:50px; 
	-moz-opacity:0.5;
	opacity:0.5;
	filter:alpha(opacity=50);
	padding-top:10px;
	margin-top:170px;
	margin-left:150px;
	visibility:hidden;
}

#nom{font-size:medium;}
#add{font-size:x-small;}
/*#desc{font-size:small;}*/

/****************** TARIFS *****************/
#tva{
	font-size:x-small; 
	font-style:italic;
}

.demicadre{
	float:left; 
	width:350px;
}

.formule{
	border:thin solid orange;
	width:340px;
	padding-left:5px;
}

.formuletitre{
	padding-left:50px; 
	background-color:#FFFFFF; 
	color:orange;
}

.haut{
	height:170px;
}

.bas{
	height:140px; 
	margin-top:10px;
}

/****************** CONTACT *****************/
#contact{
	margin-top:20px;
}

/******************* STYLES *******************/
.bold{
	font-weight:bold;
}
.center{
	text-align:center;
}

.underline{
	text-decoration:underline;
}