/* CSS Document */


/* BALISES HTML GLOBALE */
* {
	margin: 0;
	padding: 0;
}

/* BALISES HTML */
html, body {
	background-color: #6c6c6c;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	margin: 0; padding: 0;
	text-align: center; /* pour corriger le bug de centrage IE */
	height: 100%;
	_height: 95%;
	font-size: 100%;
	color: #3F3F3F;
}

a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ACCESSIBILITE */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#liensevitement { /* Block contenant les liens d'evitement */
	background-color: #6c6c6c;
	width: 1000px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	color: #6c6c6c;
	font-size: 0.7em;
}

#liensevitement a { /* Les liens d'evitement */
	color: #6c6c6c;
}
#liensevitement a:hover, #liensevitement a:focus, #liensevitement a:active {  /* Rollover des liens d evitement */
	color: #464646;
}
h2.access {  /* Balise H2 masquee */
	position: absolute;
	color: #FFFFFF;
	z-index: 100;
	top:-10000px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* STRUCTURE DE LA PAGE */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* CONTENEUR GLOBAL */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#conteneur_bas {	
	background:#464646 url(images/bg_conteneur_bas.gif) no-repeat bottom;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;;
	z-index: 1;
	text-align: left;
}

#conteneur {	
	background: url(images/bg_conteneur_haut.gif) no-repeat top;
	padding: 11px 14px 9px 16px;
}

#flash {
	width: 970px;
	height: 108px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	z-index: 2;
}

h1 {
	width: 190px;
	height: 61px;
	margin: 11px 0 0 0;
	
}

p.date{
	float: right;
	color: #fff;
	margin: 28px 0 0 0;
	/margin: 48px 0 0 0;
	font-size: 0.8em;
}

#bandeau{
	margin-top: 2px;
	/margin-top: 12px;
	_margin-top: 5px;
	width: 	970px;
	height: 97px;
	position: relative;
}
	#bandeau .masque{
		position: 	absolute;
		top: 		0;
		left:		0;
		width: 	970px;
	}
	#bandeau .fond{
		position: absolute;
		top: 		0;
		left:		0;
		width: 	970px;
		height: 96px;
	}

	#bandeau .chemin{
		color: 		#fff;
		font-size: 	0.75em;
		padding: 	4px 0 0 10px;
		position:	relative;
	}
#oeil {
	float: right;
	margin: 4px 10px 0 0;
	position: relative;
	z-index: 1;
}
	
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* MENU INTERACTIF */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */	
#menu_interactif{
	width:	970px;
	min-height: 32px;
	_height:	32px;
	background: url(images/menu_interactif_right.gif) no-repeat top right #0086B7;
	margin: 5px 0 0 0;
	
}
#menu_interactif_left{
	background: url(images/menu_interactif_left.gif) no-repeat top left ;
	min-height: 32px;
	_height:	32px;
}

	#menu_interactif ul{
		padding-top: 5px
	}
	#menu_interactif ul li{
		display: inline;
	}
	#menu_interactif ul li a{
		color: #ffffff;
		font-size: 0.75em;
		margin-left: 17px;
	}
	#menu_interactif ul li a:hover{
		color: #ffba00;
	}
	
	#menu_interactif ul li.rub16 a{
		margin-left: 14px;
	}
	
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* CONTENU*/
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#block_contenu {
	min-height:183px;
	_height:	183px;
	width: 970px;
}

.last_actuevmnt0{
	margin: 47px 0 10px 0;
	min-height: 53px;
	_height: 53px;
}
	.last_actuevmnt0 img{
		display: block;
		float: left;
		margin: 0 12px 0 0px;
		_margin: 0 12px 0 0px;
	}
	.last_actuevmnt0 .date_actuevmnt{
		color: #bce5f6;
		font-weight: bold;
		font-size: 0.8em;
	}
	 .last_actuevmnt0 h3{
		font-size: 1.1em;
		font-weight: bold;
	 }
		.last_actuevmnt0 h3 a, .last_actuevmnt1 h3 a, .last_actuevmnt2 h3 a{
	 		color: #fff;
	 	}
		.last_actuevmnt0 h3 a:hover, .last_actuevmnt1 h3 a:hover, .last_actuevmnt2 h3 a:hover{
	 		color: #ffba00;
	 	}
.last_actuevmnt1{
	margin: 0 0 13px 0;
	min-height: 53px;
	_height: 53px;
}
	.last_actuevmnt1 img{
		display: block;
		float: left;
		margin: 0 12px 0 0px;
		_margin: 0 12px 0 0px;
	}
	.last_actuevmnt1 .date_actuevmnt{
		color: #bce5f6;
		font-weight: bold;
		font-size: 0.8em;
	}
	 .last_actuevmnt1 h3{
		font-size: 1em;
		font-weight: bold;
	 }

		
.last_actuevmnt2{
	margin: 0 0 35px 0;
	min-height: 53px;
	_height: 53px;
}
	.last_actuevmnt2 img{
		display: block;
		float: left;
		margin: 0 12px 0 0px;
		_margin: 0 12px 0 0px;
	}
	.last_actuevmnt2 .date_actuevmnt{
		color: #bce5f6;
		font-weight: bold;
		font-size: 0.8em;
	}
	 .last_actuevmnt2 h3{
		font-size: 0.8em;
		font-weight: bold;
	 }

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* FOOTER */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#footer { /* Block pied de page */
	width: 970px;
	color: 			#fff;
	margin: 		10px 0 5px 0;
	padding: 		0;
}

#footer .contact, #footer .forum{
	padding-right:	8px;
	background:	 	#464646;
}

#footer .contact, #footer .forum{
	float: left;
}

#footer ul {
	vertical-align: middle;
	list-style-type:none;
	padding-top:	5px;
}

#footer ul li {
	display: 	inline;

}

#menu_divers {
	background: 	url(images/bg_footer.jpg) no-repeat right #6c6c6c;
	float: left;
	width: 430px;
	height: 28px;
	padding: 0 50px 0 30px;
	
}

#footer a {
	color: 			#fff;
	font-size: 		0.7em;
	font-weight: 	bold;
	text-decoration:none;
}
#footer a:hover{
	color: 			#ffba00;
	text-decoration:underline;
}	

#footer a.artplan, #footer a.artaccess, #footer a.artmentions{
	padding:	0 20px 0 20px;
}




/* Logo de droite (netvibes, facebook, rss) */
#footer ul#menu_reseaux {
	float: left;
	width: 123px;
	height: 28px;
	display: inline;
	padding: 0;
}
#footer #netvibes img, #footer #rss img, #footer #facebook img {
	height: 0;
	width: 0;
}
#footer #netvibes span, #footer #rss span, #footer #facebook span {
	display: none;
}
#footer #netvibes a {
	background: url(images/netvibes.gif) no-repeat bottom;
	height: 33px;
	width: 34px;
	display: block;
	float: left;
	display: inline;
	margin: 0 0 0 8px;
}
#footer #netvibes a:hover {
	background: url(images/netvibes.gif) no-repeat top;
}


#footer #rss a {
	background: url(images/rss.gif) no-repeat bottom;
	height: 33px;
	width: 33px;
	display: block;
	float: left;
	display: inline;
	margin: 0 0 0 8px;
}
#footer #rss a:hover {
	background: url(images/rss.gif) no-repeat top;
}

#footer #facebook a {
	background: url(images/facebook.gif) no-repeat bottom;
	height: 33px;
	width: 32px;
	display: block;
	float: left;
	display: inline;
	margin: 0 0 0 8px;
}
#footer #facebook a:hover {
	background: url(images/facebook.gif) no-repeat top;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* FORMULAIRE DE RECHERCHE */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#recherche {  /* Formulaire */
	width:		221px;
	height: 	33px; 
	float:		left;
	background: #6c6c6c;
	display: 	inline;
}

#recherche p{
	background: url(images/bg_rechercher.jpg) no-repeat left;
	height: 	33px;
	width: 		209px;
	padding: 	0px 0px 0 12px; 
}

#recherche label { /* Label */
	display: none;
}

#recherche #Rechercher{
	background: none;
}

#recherche img, #recherche input { 
	vertical-align: middle;
}

#recherche input { /* Champ de saisie */
	color: 		#fff;
	border: 	none;
	font-size: 	0.75em;
	width: 		175px;
	text-align: left;

}
#recherche input.boutonok, input.boutonok  {
	background: url(images/bg_rechercher_ok.jpg) no-repeat;
	width: 		20px;
	height: 	33px;
	margin-left:13px;
	border: 	medium none; 	/* NE PAS EFFACER CETTE LIGNE */
}

#recherche input.boutonok:hover, input.boutonok:hover {
	background: url(images/bg_rechercher_ok_hover.jpg) no-repeat;
	cursor: 	pointer;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* DIVERS */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* pour "pousser" si presence de float */
/* penser à placer un &nbsp; pour eviter le bug sous netscape (page à rallonge) */ 
.clear {
	clear: both;
	height: 0px; /* correction page a rallonge sous netscape*/
	line-height: 1px;
	font-size: 0px;
}

/* Pour affichage correct PNG */
.format_png { behavior: url(win_png.htc); }

/* Flottant à gauche */
.float_left {
	float: left;
}
/* Flottant à droite */
.float_droite {
	float: right;
}