/* CSS Document */

/* BALISES HTML GLOBALE */
* {
	margin: 0;
	padding: 0;
}

body {
	background: url(images/CC/bg_body_int.png) repeat-x #9db9cf;
	/background: url(images/CC/bg_body_int.png) repeat-x #93b1c9;
	height: 100%;
	text-align: center;
}

a img {
	border: none;
}

/* ACCESSIBILITE */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#liensevitement { /* Block contenant les liens d'evitement */	
	width: 942px;
	position: relative;
	margin: 0 auto 3px auto;
	text-align: right;
	color: #fff;
	font-size: 0.7em;
}

#liensevitement a { /* Les liens d'evitement */
	text-decoration: none;
	color: #fff;
    margin: 0 0 0 7px;
}
#liensevitement a:hover, #liensevitement a:focus, #liensevitement a:active { /* Rollover des liens d evitement */
	text-decoration: underline;
	color: #003042;
}

h2.access {  /* Balise H2 masquee */
	position: absolute;
	z-index: 100;
	top:-10000px;
}

/* STRUCTURE DE LA PAGE */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#conteneur { /* Conteneur global */
	position: relative;
	margin: 0 auto 0 auto;
	width: 960px;
	z-index: 1;
	text-align: left;
}


#banniere {
	width: 960px;
	height: 270px;
	position: relative;
	margin: 0 auto 0 auto;
	background: url(images/CC/banniere.png) no-repeat;
}

h1 {
	width: 155px;
	position: relative;
	z-index: 15;
	padding: 18px 0 0 41px;
	zoom: 1;
}

	#bandeau{
		background: url(images/CC/bandeau.png) no-repeat;
		position: absolute;
		left: 185px;
		top: 56px;
		width: 621px;
		height: 207px;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* FORMULAIRE DE RECHERCHE */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#recherche{
	position: absolute;
	top: 11px;
	left: 232px;
	width: auto;
}

#recherche label { display: none;}
#recherche img, #recherche input { vertical-align: middle;}

#recherche input#Rechercher { /* Champ de saisie */
	background: url(images/CC/input_search.png) no-repeat right top;
	color: #0a4c4c;
	border: medium none;
	font-size: 0.7em;
	width: 109px;
	/* height: 21px; */
	/height: 20px;
	text-align: left;
	/padding: 3px 0 0 5px;
	padding: 3px 0 5px 5px;
}
#recherche input.boutonok {
	width: 38px;
	height: 21px;
	background: url(images/CC/search_ok.png) no-repeat;
	border: medium none; 	/* NE PAS EFFACER CETTE LIGNE */
	color: #FFFFFF;
	font-weight: bold;
	font-size: 0.7em;
	/font-size: 0.8em;
	padding: 0 0 4px 12px;
	/padding: 0 0 0 11px;
	margin: 1px 0 0 0;
	/margin: -7px 0 0 0;
}

#recherche input.boutonok:hover, input.boutonok:hover {
	background: url(images/CC/search_ok-over.png) no-repeat;
	cursor: pointer;
}
/* CONTENU EXTENSIBLE */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#block_contenu { /* Block contenu */
	width: 960px;
	position: relative;
	margin: 0 auto 0 auto;
	padding: 0px 0 20px 0;
	background: url(images/CC/bg_contenu_int.png) no-repeat left top;
}
#block_contenu_bas {
	background: url(images/CC/bg_contenu_bas_int.png) repeat-y bottom;
	width: 960px;
	margin: 0 auto 0 auto;
	padding: 0px 0 20px 0;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* MENU PRINCIPAL IMAGE */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
ul#nav_principale {
	list-style: none;
	width: 940px;	
}
ul#nav_principale li {
	display: inline;
}
	#rub_1{
		position: absolute;
		top: 57px;
		left: 247px;
		z-index: 99;
	}
	#rub_10{
		position: absolute;
		top: 40px;
		left: 361px;
		z-index: 99;
	}
	#rub_86{
		position: absolute;
		top: 25px;
		left: 442px;
		z-index: 99;
	}
	#rub_87{
		position: absolute;
		top: 16px;
		left: 532px;
		z-index: 99;
	}
	#rub_88{
		position: absolute;
		top: 9px;
		left: 609px;
	}
	#rub_91{
		position: absolute;
		top: 9px;
		left: 679px;
	}
	#rub_92{
		position: absolute;
		top: 12px;
		left: 745px;
	}
	#rub_105{
		position: absolute;
		top: 14px;
		left: 839px;
	}
	

/* COLONNE GAUCHE */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#colonne_gauche { /* Colonne gauche */
	overflow-x: visible!important;
	overflow-x: hidden;
	float: left;
	width: 202px;
	padding: 0 0 0 5px;
	margin: -97px 0 0 0;
	min-height: 150px;
	position: relative;
	z-index: 99;
	
}
	#colonne_gauche h2 {
		text-align: center;
		color: #6F6F6F;
		margin: 0 0 0 -3px;
	}
		#colonne_gauche img.souligne{
			margin: 0 0 0 52px;
		}



/* COLONNE CONTENU */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#colonne_contenu {	
	overflow-x: visible!important;
	overflow-x: hidden;
	float: left;
	width: 482px;
	padding: 0 0 0 27px;
	margin: -25px 0 0 0;
	position: relative;
	z-index: 99;
	min-height: 537px;
	_height: 537px;
	font-size: 0.8em;
}

/* COLONNE DROITE */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#colonne_droite {
	float: right;
	width: 185px;
	position: relative;
	z-index: 99;
	margin: -77px 0 25px 0;
}

	#colonne_droite ul{
		margin: 0 0 0 20px;
		list-style-type: none;
		font-size: 0.8em;
		width: 140px;
	}
		#colonne_droite li a{
		display: block;
			color: #2d5470;
			font-weight: bold;
			text-decoration: none;
			background: url(images/CC/puce_outils.gif) no-repeat 0em 0.3em;
			padding: 0 0 2px 10px;
		}
		#colonne_droite li a:hover,#colonne_droite li a.actif{
			color: #c45300;
			font-weight: bold;
			text-decoration: underline;
			background: url(images/CC/puce_outils-hover.gif) no-repeat 0em 0.3em;
		}


/* PIED DE PAGE */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#footer { /* Block pied de page */
	margin: 0 auto 5px auto;		
	text-align: right;
	background: url(images/CC/bg_footer_int.png) no-repeat top;
	color: #6F6F6F;
}

#footer a {
	color: #fff;
}
#footer a:hover{
	color: #044678;
	text-decoration: underline;
}
#footer ul{
	padding: 20px 30px 0 0;
	font-size: 0.7em;
	color: #fff;
}
#footer img{
	padding: 0 5px 0 15px;
	height: 16px;
	vertical-align: bottom;
}
#footer ul li {
	display:inline;
}


/* 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: 0px;
	font-size: 1px;
}
.clearliste {
	clear: both;
}

/* Pour affichage correct PNG */
.format_png { behavior: url(win_png.htc); }

.imprimer { /* paragraphe bouton Imprimer */
	float: right;
}
.siimprimer { /* masquage image bandeau imprimer */
	display: none;
}


