/*feuille de style chapiteaux en périgord*/

/*Balises XHTML*/
body{
	background:#000066 url(/images/body.gif) repeat-x;
	font-size:12px;
	font-family:Verdana,Arial,Sans-Serif;
	text-align:center;
}
h1{
	margin:0;
	padding:0;
}
h1 span{
	display:none;
}
h2{
	color:#000066;
	font-size:18px;
	padding:10px 0 0 0;
	clear:both;
}
h3{
	text-align:center;
	color:#000066;
	clear:both;
}
h4{
	color:#000066;
	font-size:14px;
}
a{
	text-decoration:none;
	color:#fff;
}
a img{
	border:none;
}

/* Conteneur de la page */
#page{
	margin:0 auto;
	width:800px;
}

/*menus (haut et bas) */
ul.menu{
	list-style-type:none;
	margin:0;
	padding:0;
	background:#2929a5;
	height:30px;
	line-height:30px;	
}
ul.menu li{
	display:inline;
	margin-right:10px;
}
/*haut de page*/
#haut h1 a{
	background:url("/images/haut.jpg");
	height:222px;
	display:block;
}

/*contenu*/
#contenu{
	background:#8f8fd9;
	padding:0 50px;
	text-align:left;
}
#contenu ul.photos{
	float:left;
	width:100%;
	list-style:none;
	padding:10px 50px;
}
#contenu ul.photos li{
	float:left;
	width:220px;
	margin:0 50px 20px 50px;
}
#contenu ul.images{
	float:left;
	width:100%;
	margin:0;
	padding:0;
	list-style:none;
}
#contenu ul.deuximages{
	float:left;
	width:464px;
	margin:0 119px;
	padding:0;
	list-style:none;
}
#contenu ul.images li{
	float:left;
	width:220px;
	margin:0 12px 10px 0;
}
#contenu ul.deuximages li{
	float:left;
	width:220px;
	margin:0 12px 10px 0;
}
#contenu a.image span{
	display:block;
	text-align:center;
	font-size:10px;
	margin:5px 0;
}
div.servicegauche{
	float:left;
	width:300px;
}
div.servicedroit{
	float:left;
	width:300px;
	margin-left:70px;
}
/* Titres */
#contenu h1{
	width:633px;
	height:77px;
	margin:0 -50px;
}
#contenu h1.presentation{
	background:url("/images/h1-page.jpg")no-repeat;
}
#contenu h1.chapiteaux{
	background:url("/images/h1-chapiteaux.jpg")no-repeat;
}
#contenu h1.services{
	background:url("/images/h1-service.jpg")no-repeat;
}
#contenu h1.renseignement{
	background:url("/images/h1-renseignement.jpg")no-repeat;
}
#contenu h1.contact{
	background:url("/images/h1-contact.jpg")no-repeat;
}
/*page renseignement*/
div.gauche{
	clear:both;
	float:left;
	width:300px;
}
div.droite{
	float:left;
	width:300px;
	margin-left:50px;
}
fieldset{
	border-color:#2929a5;
}
fieldset label{
	float:left;
	width:90px;
}
fieldset select{
	float:left;
	width:50px;
	margin-right:10px; 
} 
input.bouton{
	background:#2929a5;
	color:#FFF;
	border-color:#2929a5;
}
	
/*page contact*/
fieldset.contact label{
	float:left;
	width:90px;
}
/*adress*/
#contenu address{
	clear:both;
	background:url("/images/address.gif");
	height:14px;
	margin-left:-50px;
	padding:36px 0 0 181px;
}
address span{
	color:#2929a5;
	font-size:10px;
	font-weight:bold;
	font-style:normal;
}

/*bas de page*/
#bas{
	color:#fff;
}

