/* CSS Document */

/* BALISES HTML GLOBALE */
* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #666666;
	height: 100%;
	padding: 0px 0px 20px 0px;
	
	text-align: center;
}

a img {
	border: none;
}

/* ACCESSIBILITE */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


#liensevitement { /* Block contenant les liens d'evitement */
	width: 954px;	
	text-align: right;
	color: #666666;
	font-size: 0.7em;
}

#liensevitement a { /* Les liens d'evitement */
	color: #666666;
}
#liensevitement a:hover, #liensevitement a:focus, #liensevitement a:active {  /* Rollover des liens d evitement */
	color: #fff;
}

/* STRUCTURE DE LA PAGE */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#conteneur { /* Conteneur global */
	background-color: #fff;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 954px;
	z-index: 1;
	text-align: left;
}


#bandeau {
	width: 954px;
	height: 200px;
	position: relative;
	z-index: 1;
	background-image: url(images/int_bandeau.jpg);
	background-repeat: no-repeat;

}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* PHOTO */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#photo {
	width: 412px;
	height: 200px;
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	left: 479px;
	
	background-image: url(images/page_bandeau.jpg);
	background-repeat: no-repeat;

}
#syndicat {
	position: absolute;
	top: 6px;
	left: 11px;

}
#accroche {
	position: absolute;
	top: 158px;
	left: 88px;

}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* LOGO */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
h1 {
	position: absolute;
	top: 31px;
	left: 31px;
}


h2.access {  /* Balise H2 masquee */
	position: absolute;
	z-index: 100;
	top:-10000px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* MENU PRINCIPAL */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
ul#nav_principale {
	list-style: none;
	position: absolute;
	top: 39px;
	left: 229px;
	z-index: 2;

}

ul#nav_principale li {
	display: inline;
	margin: 0 7px 0 0;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* FORMULAIRE DE RECHERCHE */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#recherche {  /* Formulaire */
	position: absolute;
	top: 0px;
	left: 807px;
	padding: 5px 0 3px 0px;
	width: auto;
}
form#recherche  {

	background-color: transparent;
	border: none;

}
#recherche p {  /* Formulaire */
	background-image: url(images/int_bg_recherche.gif);
	background-repeat: no-repeat;
	padding: 0 0 0 6px;
}

#recherche label { /* Label */
	display: none;
}

#recherche input { 
	vertical-align: middle;
	background: transparent;
	height: 20px;
}

#recherche input { /* Champ de saisie */
	color: #002a44;
	border: none;
	font-size: 0.8em;
	width: 101px;
	text-align: center;
}
#recherche input.boutonok  {
	width: 19px;
	height: 20px;
	line-height: 20px;
	border: medium none; 	/* NE PAS EFFACER CETTE LIGNE */
	background-color: transparent;
	background-image: url(images/bouton_ok.gif);
	background-repeat: no-repeat;
	
	color: #FFFFFF;
	font-weight: bold;
	
	text-align: center;
	font-size: 0.7em;
	//margin: -2px 0 0 0;
}

#recherche input.boutonok:hover, input.boutonok:hover {
	color: #002A43;
}

/* CONTENU EXTENSIBLE */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#block_contenu { /* Block contenu */	
	background-color: #fff;
	background-image: url(images/home_bg_blockcontenu.gif);
	background-position: bottom left;
	background-repeat: no-repeat;

}


/* COLONNE GAUCHE */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#colonne_gauche { /* Colonne gauche */
	overflow-x: visible!important;
	overflow-x: hidden;
	float: left;
	width: 203px;
	padding: 0 15px 0 18px;
}

/* COLONNE CONTENU */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#colonne_contenu {	
	z-index: 50;	
	overflow-x: visible!important;
	overflow-x: hidden;
	float: left;
	width: 478px;

	padding: 0 7px 30px 7px;
}

/* COLONNE DROITE */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#colonne_droite {
	float: right;
	width: 226px;
	overflow-x: visible!important;
	overflow-x: hidden;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* MENU OUTILS */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#outils {
	margin: 0 0 0 6px;
	padding: 0 0 30px 0;
	width: 177px;
	float: right;
	position: relative;
	z-index: 2;
	background-image: url(images/home_bg_outils.gif);
	background-repeat: no-repeat;
	background-position: bottom;

}
#outils h2 {
	position: absolute;
	top: -24px;
	left: 96px;
	z-index: 3;
}
#menu_divers {
	list-style-type: none;
}
#menu_divers li {
	display: inline;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* NEWSLETTER */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#newsletter {
	float: right;
	width: 155px;
	height: 99px;
	background-image: url(images/home_bg_newsletter.gif);
	background-repeat: no-repeat;
	margin: 5px 0 0 0;
	padding: 19px 0 0 25px;
	position: relative;
	z-index: 1;
}
html>body #newsletter {
	height: auto;
	min-height: 99px;
}
#newsletter form {
	background-color: transparent;
	border: none;
	padding: 0;}
#newsletter fieldset {
	border: none;
	margin: 0;

}
#newsletter legend, #newsletter label.masque {
	display: none;
}
#newsletter label {
	color: #005ea5;
	font-size: 0.7em;
}
#newsletter .fond_mail {
	background-image: url(images/home_bg_news.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	//background-position: 0% 0%;
	margin: 9px 0 5px 0;
	padding: 0 0 0 5px;

}
#newsletter input#mail_inscription_ {
	width: 113px;
	border: none;
	background: transparent;
	text-align: center;
	color: #002a44;
	font-size: 0.8em;

}
#newsletter input.spip_boutoncss  {
	width: 19px;
	height: 19px;
	line-height: 19px;
	border: medium none; 	/* NE PAS EFFACER CETTE LIGNE */
	background: transparent;
	background-image: url(images/bouton_ok_news.gif);
	background-repeat: no-repeat;
	
	color: #FFFFFF;
	font-weight: bold;
	
	text-align: center;
	font-size: 0.7em;
	//margin: 0;
}
#newsletter input.spip_boutoncss:hover  {
	color: #002A43;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* FOOTER */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#footer { /* Block pied de page */
	padding: 10px 0 3px 83px;
}
#footer a {
	color: #005ea5;
	font-size: 0.7em;
	background-image: url(images/puce_menubas.gif);
	background-repeat: no-repeat;
	padding: 0 0 0 20px;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer span {
	display: none;
}


/* 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;
	margin-top: 10px;
}
.siimprimer { /* masquage image bandeau imprimer */
	display: none;
}

