html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*overflow-x : hidden;*/
}

body {
	margin: 0;
	padding: 0;
	width: 1000px;
}

#main {
	background-image: url('../images/fond_menu.jpg');
	background-repeat: repeat-y;
	float: left;
	/*padding-bottom: 25px;*/
}

#menu {
	/*background-image: url('../images/fondbleu.gif');*/
	width: 155px;
	padding: 10px;
	padding-bottom: 40px;
	float: left;
}

#menu a {
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	font-weight: normal;
}

#menu a:hover {
	text-decoration: underline;
}


#corps {
	background-color: #fff;
	float: left;
	padding-left: 25px;
	padding-top: 10px;
	width: 590px;
}

a {
	color: #43b6be;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

/*#bas_de_page {
	width: 895px;
	padding: 15px;
	text-align: center;
	border-top: 1px solid #43b6be;
	clear: both;
}*/
#bas_de_page {
	width: 570px;
	margin-top: 50px;
	/*text-align: center;*/
	border-top: 1px solid #43b6be;
	background-color: #dcf2f3;
	/*color: #43b6be;*/
	color: #333;
	padding: 10px;
	padding-bottom: 0;
	font-size: 11px;
	float: left;
}

#bas_de_page_accueil {
	width: 790px;
	margin-top: 30px;
	text-align: center;
	border-top: 1px solid #dcf2f3;
	/*background-color: #dcf2f3;*/
	color: #333;
	color: #fff;
	padding: 5px;
	float: left;
}

#actu {
	width: 780px;
	margin-top: 20px;
	/*text-align: center;*/
	background-color: #dcf2f3;
	color: #333;
	padding: 10px;
	float: left;
}
#actu h2 {
	margin-top: 0;
}

#bas_de_page p {
	font-size: 11px;
}

#bas_de_page_accueil p {
	font-size: 10px;
}
#bas_de_page a, #bas_de_page_accueil a {
	font-weight: normal;
}
#bas_de_page_accueil a {
	color:#dcf2f3;
}


#cadre_droite {
	float:right;
}
.cadre_droite_in {
	padding:15px;
	margin-left:25px;
	width:145px;
	background-color:#dcf2f3;
	font-size:10px;
	border-top:2px solid #43b6be;
}

.liens_index {
	float:left;
	background-image:url('images/index.jpg');
	/*width:100%;*/
	width:800px;
	height:275px;
	background-repeat:no-repeat;
	line-height: 11px;
}
.liens_index a {
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
}

h1 {
	font-size: 20px;
	/*color: #66cccc;
	border-bottom: 1px solid #66cccc;*/
	color: #43b6be;
	border-bottom: 1px solid #43b6be;
	margin-top: 15px;
	margin-bottom: 25px;
}

h2 {
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 15px;
	color: #333;
}

h3 {
	font-size: 14px;
	padding: 0;
	margin: 0;
	margin-top: 20px;
	margin-bottom: 10px;
	color: #333;
}

#liens_interventions a {
	font-weight: normal;
}

#liens_dossiers a {
	font-weight: normal;
}



ul {
	font-size: 12px;
}

p {
	margin: 0;
	padding:0;
}

#corps p {
	font-size: 12px;
}

input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
label {
	font-style: italic;
}