/*DESIGN DE LA PAGE*/
html {
	background: url('fond.png');
	background-position : center;
	background-repeat: repeat-x;}
body {
	width: 960px;
	margin:auto;
	font-size : 14px;
	list-style-position:inside;}
a {
	font-weight: bold;
	text-decoration: none;}
a:hover {
	color: #fdb912;}	
a img { /*effaçage de des bordures des images liens*/
	border: solid black 0px;}
h1 {
	color: #0060a9;
	background: url('titreh1.png');
	background-repeat: no-repeat;
	font-size: 1.8em;
	height: 50px;
	padding-left: 50px;
	padding-top: 3px;
	margin-top: 0px;
	margin-left: 20px;
	}
h2 {		
	color: #ff8d00;
	background : url('db.gif');
	background-repeat : no-repeat;
	background-position: bottom left;
	padding-bottom: 5px;
	/*border-bottom: solid orange 3px;*/
	font-size: 1.5em;
	padding-left: 10%;
	width: 80%;}
p, ul, table {
	margin-bottom: 0px;}
ul {
	list-style-type: none;
	list-style-position: inside;
	margin-left:0px;}


/*DESIGN DE L'ENTETE*/
#en_tete{
	background: url('ban.png');
	background-repeat: no-repeat;
	background-position : center;
	padding: 0px;
	text-align: right;
	margin-bottom: 10px;	
	height: 80px;
	}

.text {
	width: 60px;
	background-color: inherit;
}

#en_tete label {
	width: 60px;
	border: solid red 1px;
}
	
/*DESIGN DU CORPS*/	
/*design du bloc gauche-- MENU*/ 
#bloc_gau {
	width: 160px;
	float: left;
	list-style-type: none;}
#bloc_gau a {
	display: block;
	background: url('fond_menu.png');
	background-repeat: no-repeat;
	width: 70%;
	height: 25px;
	margin: auto;
	border-bottom: solid orange 1px;
	text-align: left;
	padding-left: 25%;
	padding-top: 10px;
	font-size: 1.3em;
	color: white;}
#bloc_gau a:hover {
	display: block;
	color: #ffa500;
	background: url('fond_menu_selected.png');
	background-repeat: no-repeat;}
#bloc_gau p {
	width: 97%;
	height: 150px;
	margin: auto;
	margin-top: 30px;}
.reduc_fisc {
	background: white;}

	
	
/*design du bloc central*/
#bloc_cent {
	margin-left: 170px;
	padding-top: 20px;
	background: url('fond_bloc.png');
	background-position: top center;
	background-repeat: no-repeat;
	margin-bottom: 0px;
	width: 632px;}
#bloc_cent a {
	color: #006bb1;}
#bloc_cent a:hover{
	color:#ffa500;}
#bloc_cent p, ul, table {
	padding-left:10%;
	padding-right:10%;
	min-height:50px;}
#bloc_cent p, ul, table  {
	/*background: url('puce.png');*/
	background-repeat: no-repeat;
	text-align: justify;
	background-position: 10px 0px;
	}
	
.lettrine {
	font-size: 2em;
	font-weight: bold;
	color:#006bb1;
	text-indent: 20px;}
.liste_2{
	background: white;
	list-style-image: url('petiteflech.jpg');}
.liste_1{
	background: white;
	list-style-image: url('fleche.jpg');}
.liste_1 li{
	padding-bottom: 10px;
	}
	
.ss_liste{
	background: white;}

/*page des liens*/
td {
	width: 33%;
	padding-left: 30px;}
table {
	padding-left: 10%;}
/*zone d'intervention*/
.zone_interv { /*design du sous bloc du plan*/
	background: url("../Images/map.png") no-repeat center top;
	padding: 350px 0 60px 0;
	font-weight: bolder;}
/*Plan du site*/
#plan h2 { /*niveau 1 du plan*/
	margin: 0 10px 0px 20px;
	padding: 15px 0 0 40px;}
#plan h3{ /*niveau 2 du plan*/
	font-size: 1.1em;
	margin-left:120px;}
/*Formulaire*/
form {
	padding: 5%;
	padding-top: 0;
}

input, select {
	width: 200px;
}

.bouton {
	margin-top: 20px;
	width: 100px;
}

label {
	display: block;
	width: 200px;
	color: #373737;
	padding: 1px;
	padding-right: 20px;
	float: left;
	}

input,select,textarea {
	border: solid 1px #ff9132;
	margin: 2px;
}

.bold {
	color: #006bb1;
	font-weight: bold;
	font-size: 1.3em;
	}
	
.bold2{
	color: #ff8d00;
	font-weight: bold;
	font-size: 1.3em;
	}

/*DESIGN DU PIED DE PAGE*/
#pied_de_page {
	background-image: url('bas.png');
	background-position: bottom left;
	background-repeat: no-repeat;
	text-align: center;
	margin-left: 170px;
	width: 632px;
	height: 30px;
	padding-top: 170px;}
#pied_de_page a {
	color: white;}
#pied_de_page a:hover{
	color:#ffa500;}

	
/*DESIGN DU BLOC DROIT*/	
#bloc_droi {
	float:right;
	top: 90px;
	height: 350px;
	width: 150px;
	color: orange;
	text-align: center;
	font-weight:bold;
	font-size: 1.8em;}
#bloc_droi p{
	margin-bottom: 15px;
	width: 150px;
	}
#bloc_droi img {
	margin-bottom: 15px;}

