@import url("menu.css");
* {
	/* on passe les padding et margin à 0 pour ne pas avoir de différence entre ie et ff etc. ... */
	padding:0;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type:none;
}
html, body {
	height: 100%;
	min-height:100%;
	margin: 0;
	position:relative;
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: center top;
	/*background-color: #88cef4;*/
	background-image: url(img/background_body.jpg);
}

table th {
	background-color: #bad9ed;
	text-align: center;
	padding: 2px 5px 2px 5px;
	border-bottom: 1px black solid;
	border-right: 1px black solid;
}

table td {
	padding: 1px 5px 1px 5px;
	text-align: left;
	border-bottom: 1px black solid;
	border-right: 1px black solid;
}

table td.prix {
	text-align: right;
}

#header_top, #conteneur {
	width:960px;
	margin:0 auto;
}
#header_top {
	width:970px;
	margin:0 auto;
	background-image: url(img/top_header.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 60px;
}
#border {
	background-image: url(img/border.png);
	background-repeat: repeat-y;
	background-position: left top;
	width:970px;
	margin:0 auto;
	min-height:100%;
}

#conteneur {
	min-height: 100%;
	z-index:2;
	background-image: url(img/background_conteneur.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #A2CCE6;
}

#header {
	height: 130px;
	overflow:hidden;
	padding-top: 0px;
	background-color: transparent;
}
#header ul li {
	margin-left: 5px;
	margin-top: 1px;
	list-style-type: none;
	width: 475px;
	position:relative;
}
#header #logo {
	float: left;
}
#header #slider {
	float:left;
	margin-left: 8px;
}
#header #slider img {
	border: 3px solid #FFFFFF;
	z-index:20;
}
#conteneur_menu {
	height:22px;
}
#contenu a {
	color:#004267;
}
#contenu {
	/*margin-bottom:28px;*/
	background-image: url(img/background_contenu.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-right: 10px;
	margin-left: 10px;
	overflow:hidden;
}

#contenu ul {
	padding: 5px 0px 5px 0px;
	list-style-type: none;
}

#contenu ul  li{
	padding: 5px 5px 5px 10px;
}

#contenu h1 {
	font-size: 35px;
	font-weight: bold;
	color: #98042D;
	background-image: url(img/background_h1.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: 50px;
	height: 55px;
	line-height: 55px;
}
#contenu h2 {
	font-size: 20px;
	font-weight: bold;
	color: #004368;
	margin-top: 10px;
	margin-bottom: 15px;
	background-image: url(img/background_colonne_h2.png);
	background-repeat: repeat-y;
	background-position: left top;
	text-indent: 5px;
	padding-top:5px;
	padding-left:5px;
}
#contenu h3 {
	font-size: 15px;
	font-weight: bold;
	color: #666666;
	padding:3px;
	padding-left: 8px;
	margin-top: 7px;
	margin-bottom: 3px;
	background-image: url(img/background_colonne_h2.png);
	background-repeat: repeat-y;
	background-position: -75px -2px;
}
.illustration_droite {
	float: right;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #666666;
	font-size: 12px;
	text-align: center;
	padding: 2px;
	margin-right: 0px;
	overflow:visible;
}
.illustration_gauche {
	float: left;
	margin-left: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #666666;
	font-size: 12px;
	text-align: center;
	padding: 2px;
	margin-right: 5px;
}
.illustration_droite img, .illustration_gauche img {
	display: block;
}
#_contenu a[href^="?r="]{
padding-left: 13px;
background-color: transparent;
background-image: url(img/icon_lien_interne.png);
background-repeat: no-repeat;
background-attachment: scroll;
background-position: left center;
}
#_contenu a[href^="http://"]{
padding-left: 15px;
background-color: transparent;
background-image: url(img/icon_lien_externe.png);
background-repeat: no-repeat;
background-attachment: scroll;
background-position: left center;
}
#contenu a[id="nostyle"]{
padding-left: inherit;
background-color: inherit;
background-image: inherit;
}
#contenu a[href$="pdf"]{
padding-left: 17px;
background-color: transparent;
background-image: url(img/icon_pdf.png);
background-repeat: no-repeat;
background-attachment: scroll;
background-position: left center;
}

#contenu a.nostyle {
padding-left:inherit;
background-image:none;
}
#footer {
	position: fixed;
	width:952px;
	bottom: 0;
	z-index:1;
	height: 20px;
	background-image: url(img/background_footer.png);
	background-repeat: repeat;

	padding: 4px;
}
#footer ul li, #footer a {
	font-size: 17px;
	font-weight: bold;
	color: #FFFFFF;
	list-style-type: none;
	text-decoration: none;	
}
#footer a:hover {
	text-decoration:underline;
}
.colonne {
	overflow:hidden;
	position:relative;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.colonne_gauche {
	width: 635px;
	float: left;
	margin: 0px;
	padding: 0px;
}
.colonne_droite {
	margin-right: 1px;
	margin-left: 635px;
	
}
.button {
	height:29px;
	width:225px;
	text-align:center;
	background-image:url(img/bouton_colonne_droite.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top:14px;
	overflow:hidden;
}
.button a {
	text-decoration:none;
	font-size: 11px;
	font-weight:bold;
}
.colonne h2 {
	padding-left:0px;
	margin-left:0px;
	background-image: url(img/background_colonne_h2.png);
	background-repeat: repeat-y;
	background-position: left top;
}
#webcam_home {
	position:relative;
	height:236px;
	overflow:hidden;
	margin: 4px 0px 0px 0px;
}
#webcam_home .no-cache {
	margin-left: 10px;
}

#webcam_home .cache {
position:absolute;
top:0;
left:0;
}
#webcam_home img {
	border:0;
}
#contenu .ul_clickable {
}
#contenu .ul_clickable li {
}
#contenu .ul_clickable li a {
	text-decoration:none;
	background-image: url(img/background_colonne_h2.png);
	background-repeat: repeat-y;
	background-position: left top;
	padding: 5px;
	display:block;
	float:left;
	overflow:hidden;
	height: 60px;
	width: 31%;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 1px;
	vertical-align: middle;
	border-top-width: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#contenu .ul_clickable li a:hover {
	text-decoration:none;
	background-color: #999999;
	color: #FFFFFF;
	border-top-color: #D9003C;
	border-right-color: #D9003C;
	border-bottom-color: #D9003C;
	border-left-color: #D9003C;
}
/* ----------------- */
#contenu .ul_clickable_home {
	margin: 0px;
	padding: 0px;
}

#contenu .ul_clickable_home li {
	margin: 0px;
	text-decoration:none;
	padding: 3px;
	float:left;
	background-image:none;
}
#contenu .ul_clickable_home li a {

}
#contenu .ul_clickable_home li a img {
	border:0px;
}
#contenu .ul_clickable_home li a:hover {
	background-color: #0099FF;
}
/* --------------------- */
#contenu .actu_volontaire li {
	margin-bottom: 5px;
	background-image: url(img/background_colonne_h2.png);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 2px;
	color: #004368;
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	background-color: #FFFFFF;
	border: 1px dotted #666666;
}
#contenu .actu_volontaire li strong, #contenu .actu_volontaire li b {
	display:block;
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	color:#D9003C;
}
/* PARTENAIRE FOOTER */
#footer_part {
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	bottom: 0px;
	/*	position: absolute;
*/	width: 100%;
	height: 100px;
	overflow:hidden;
}
#footer_part img:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}
#footer_part img {
	margin: 5px;
	vertical-align: middle;
	border: 2px solid #81A2B0;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
/* special access */
#special_access {
	background-image: url(img/background_menu_ul_li_ul_li.png);
	background-repeat: repeat;
	font-size: 18px;
	color: #FFFFFF;
	height: 35px;
	width: 100%;
	text-align: center;
	padding-top:5px;
	position:fixed;
	top:0;
	z-index:10;
	overflow:hidden;
}
#special_access a {
	font-size: 18px;
	color: #FFFFFF;
	text-decoration:underline;
}
#special_access_ul li {
	padding:5px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
#special_access_ul li:hover {
	background:#FFFFFF;
}
#special_access_ul a {
	font-weight:bold;
	font-size: 15px;
}
.special_access_close {
	position: absolute;
	top: 8px;
	right: 10px;
	cursor:pointer;
}
.volontaire_titre {
	background-image: url(img/background_menu_ul_li_ul_li.png);
	background-repeat: repeat;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
	display: block;
	color: #FFFFFF;
}
.sous_dossier_titre {
	background-image: url(img/background_footer.png);
	background-repeat: repeat;
	color: #FFFFFF;
	font-weight: bold;
}
.light {
	text-decoration:underline;
	color:#004267;
	cursor:help;
}
#valid {
	margin: 5px;
	padding: 5px;
	border: 1px solid #FF0000;
	background-color: #FFFFFF;
	text-align: center;
	font-size: 16px;
	color: #FF0000;
	background-image: url(img/button_big_attention.png);
	background-repeat: no-repeat;
	background-position: 5px center;
}
table.tarifs td {
	padding: 5px;
	border: 1px solid #999999;
	background-color: #F4F4F4;
}
table.tarifs h3 {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.chef_fonctions h3 {
	font-size: 19px;
	font-weight: bold;
	overflow:hidden;
	width:100%;
	padding: 2px;
}
.chef_fonctions ul li {
	border: 1px solid #333333;
	margin: 5px;
	padding: 5px;
	height: 140px;
	width: 47%;
	float: left;
	background-image: url(img/background_conteneur.png);
	background-repeat: repeat-x;
	background-position: 0px -30px;
	overflow:hidden;
	font-size: 18px;
	font-weight: bold;
	color: #003366;
}
.chef_fonctions ul li img {
	margin-right: 6px;
	border: 4px solid #FFFFFF;
	float: left;
	overflow:hidden;
}

a.pdf {
	background: url("img/pdf.png") left center no-repeat transparent;
	text-indent: 17px;
	padding-left: 17px;
}

a.xls {
	background: url("img/xls.png") left center no-repeat transparent;
	text-indent: 17px;
	padding-left: 17px;
}

a.jpg{
	background: url("img/jpg.png") left center no-repeat transparent;
	text-indent: 17px;
	padding-left: 17px;
}
