/* CSS Document */
*{ 
	margin:0;
	padding:0;
	outline:none;
}
html, body{
	text-align:center;
	font-size:70%;
	height:100%;
}
img{
	border:0;
}
/*************************************************************************/
/*---------------------------STYLE ACCUEIL ------------------------------*/
/*************************************************************************/
body.accueil{
	background: #0089cc url(../images/charte/accueil-chevilley.jpg) top center no-repeat;
}
#accueil_conteneur{
	position:absolute;
	left: 50%;
	top: 0;
	width: 970px;
	height: 630px;         /* hauteur de img_accueil + 130px du bandeau en bas */
	margin-left: -485px;   /* moitié de la largeur */
}
#img_accueil{
	width: 970px;
	height: 500px; /* Ne pas depasser 500px en hauteur */
	margin-bottom:10px;
}
#accueil_coords{
	width:950px;
	height:20px;
	text-align:center;
	padding:0 10px 0 10px;
}
#accueil_desc{
	width:950px;
	height:auto;
	overflow:hidden;
	text-align:center;
	padding:0 10px 0 10px;
}
#accueil_domaine{
	width:200px;
	height:60px;
	float:left;
	display:block;
	text-align:left;
	padding:0 0 0 10px;
}
#accueil_distrib{
	width:200px;
	height:60px;
	float:right;
	display:block;
	text-align:center;
}	
#accueil_copyright{
	width:120px;
	float:left;
	margin:10px 0 0 215px;
	text-align:center;
	text-transform:uppercase;
}
.accueil p{
	color:#fff;
}
.accueil a, .accueil a:link, .accueil a:visited{
	font-size:0.85em;
	color:#ffed00;
	text-decoration: none;
	outline:none;
}
.accueil a:hover, .accueil a:active{
	color:#ffed00;
	text-decoration: underline;
}
/*************************************************************************/
/*---------------------------STYLE CHARTE -------------------------------*/
/*************************************************************************/
body{
	background:url(../images/charte/bg-body.jpg) top center no-repeat #0089cc;
} 
#conteneur{
	background:url(../images/charte/contenu_repeat.jpg) repeat-y;
	width:970px;
	margin:0 auto;
	text-align:left;
	min-height:100%;
}
#haut{
	height:335px;
	width:970px;
	background:url(../images/charte/haut.jpg) top left no-repeat;
	display:block;
	position:relative;
}
/*---------------------------CONTENU------------------------------*/

#texte{
	background:url(../images/charte/contenu.jpg) no-repeat;
	width:964px; 	/* soustraire les padding à la largeur normal de la div */
	height:auto;
	min-height:200px;
	position:relative;
	float:left;
	padding: 20px 0 20px 6px;
}
#contenu_txt {
	width:900px; 	/* soustraire les padding à la largeur normal de la div */
	height:auto;
	min-height:200px;
	position:relative;
	float:left;
	padding: 20px 35px 20px 35px;
}

#contenub_txt {
	width:700px; 	/* soustraire les padding à la largeur normal de la div */
	height:auto;
	min-height:200px;
	position:relative;
	float:left;
	padding: 20px 35px 20px 35px;
}
/*---------------------------BAS DE PAGE ------------------------------*/
#global_bas{
	margin:-55px 0 0 0;/*----rajouter en marge négative la hauteur de #bas---------*/
	position:relative;
	clear:both;
	width:100%;
}
#bas{
	height:43px;/*----rajouter en marge négative la hauteur dans #global_bas---------*/
	position:relative;
	width:955px;
	margin:0 auto;
	background:url(../images/charte/bas.jpg) no-repeat scroll left top;
	padding:12px 15px 0 0;
}

#bas a { color:#bcd4e0; font-size:0.85em; text-decoration:none }
#bas a:hover { color:#ffed00; text-decoration:underline }

#bas ul.menu_bas{
	width:70%;
	margin:0 auto 0 auto;
	clear:both;
}
#bas ul.menu_bas li{
	float:left;
	text-align:center;
	position:relative;
	margin: 6px 10px;
	list-style-type:none;
	font: 0.8em Arial, Verdana, Helvetica, sans-serif;
}
/*************************************************************************/
/*---------------------------STYLE TEXTE -------------------------------*/
/*************************************************************************/
body, table, div, p, select, textarea, span, .texte {
	font: 1.025em Arial, Verdana, Helvetica, sans-serif;
	color:#000;
	line-height:20px;
}
#texte p{
	margin: 10px 0;
}
.petit_texte {
	font-size: 0.8em;
	color: #666;
	line-height:normal;
	padding-left:5px;
}
h1{
	margin:10px 20px 10px 15px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: bold;
	color:#fff;
	text-transform:uppercase;
	text-align:right
 }
h2{
	font: bold 1.4em Arial, Verdana, Helvetica, sans-serif;
	margin:10px 0;
}
h3{
	font: bold 1.2em Arial, Verdana, Helvetica, sans-serif;
	margin:10px 0;
	color:#0089cc;
}
a:link, a:visited{                             /*---------------------------STYLE LIENS -------------------------------*/
	color: #0089cc;
	text-decoration:underline;
}
a:hover, a:active{                             /*---------------------------STYLE LIENS -------------------------------*/
	color: #0089cc;
	text-decoration:underline;
}
.avertissement {
	color: #CC0000;
}
#texte ul{
	list-style-type:none;
	margin-left:30px;
}
#texte li { list-style:square }
/*************************************************************************/
/*------------------------FORMULAIRE CONTACT ----------------------------*/
/*************************************************************************/
input, textarea, select, .titre_tab { 
	background:#fff url(../images/contact/ombre.jpg) top left repeat-x;
	color:#000;
	border:1px solid #666;
	/*------------------------Ne pas mettre de largeur ou hauteur (créer une classe pour cas particulier) ----------------------------*/
}
.colonne-contact-left{
	float:left;
	padding:5px;
	margin: 15px 0 0 20px;
	width:50%;
}
.colonne-contact-right{
	float:left;
	padding:5px;
	margin: 15px 0 0 0;
	width:35%;
}
#coordonnee{
	border-bottom:1px dotted #0089cc;
	padding: 10px;
}
.legislation{
	width:95%;
	margin:20px 0 0 10px;
	text-align:justify;
}
.td_contact{
	padding: 5px 0 ;
}
input.btn-envoi{
	padding:0px 0px 2px 0px;
	font-size:10px;
	font-weight:bold;
	border:0;
	width:125px;
	height:23px;
	cursor: pointer;
	background:url(../images/contact/bt-contact.jpg) top left no-repeat;
}
.coche{
	background:none;
	width:auto;
	border:0;
}
.alert_contact{
	margin: 20px 0 0 30px;
}

.message{
	width:220px;
}
/*************************************************************************/
/*--------------------------------DIVERS --------------------------------*/
/*************************************************************************/
.clearer{
	clear:both;
}
.ligne1{
	background:#fff;
	color:#333;
}
.ligne2{
	background:#ebebeb;
	color:#333;
}
.left{
	float:left;
}
.right{
	float:right;
}
.rss{
	float:right;
	margin:5px 10px 0 10px;
}
.png-cgv{
	float:right;
	margin:12px 10px 0 10px;
}
.png-icon-footer{
	float:right;
	margin:10px 10px 0 10px;
}

/*************************************************************************/
/*------------------------------PAGINATION-------------------------------*/
/*************************************************************************/

/* PENSEZ A REPRENDRE LA MEME DIV QU'IL AURA AU DESSUS DES LIENS ET */
/* DE REGLER LES TOP LEFT DES LIENS */

.pagination{
	float:right;
	text-align:right;
	padding:0 25px 5px 10px;
	color:fff;
	font-weight:bold;
}
.pagination2{
	float:right;
	text-align:right;
	padding:0 25px 5px 10px;
	color:fff;
	font-weight:bold;
}

#pagination .page_active{
	color:#F00;
}

.prec{
	background-image:url(../images/base/precedente.gif);
	width:111px;
	height:18px;
	display:block;
	left:0px;
	top:0px;
	float:left;
	position:absolute;
}

.retour{
	background-image:url(../images/base/retour.gif);
	width:111px;
	height:18px;
	display:block;
	float:left;
	position:absolute;
	left:0px;
	top:0px;
}

.suiv{
	background-image:url(../images/base/suivante.gif);
	width:111px;
	height:18px;
	display:block;
	float:left;
	position:absolute;
	left:0px;
	top:0px;
}

/*************************************************************************/
/*--------------------------------PERSO---------------------------------*/
/*************************************************************************/
.espaceSmall { padding-top:10px; }
.espace { padding-top:20px; }
.espaceBig { padding-top:40px; }

.pictL {
	float:left;
	margin:10px 10px 10px 0;
}
.pictR {
	float:right;
	margin:10px 0 10px 10px;
}
.menuTop {
	width:970px;
	height:35px;
	position:absolute;
	top:300px;
}
.intro { color:#367796; font-size:1.4em; }
a.pdf {
	background:url(../images/charte/pdf.png) top left no-repeat;
	display:inline;
	padding-left:20px;
	height:22px;
}
.block { float:left; padding-right:20px; margin:0 20px 0 10px; border-right:1px dotted #2b98ce}
.blockb { float:left; padding-right:20px; margin:0 20px 0 10px;}
.legende { text-align:center; font-size:0.85em; color:#7099ad; margin-top:-5px; margin-left:-5px; }

ul#menu { list-style:none; margin:-2px 15px 0 0; float:left; }
#menu li { list-style:none; }
a.cat:link, a.cat:visited {
	width:145px;
	height:24px;
	background:#f9ebab url(../images/charte/bt_cat.jpg) top left no-repeat;
	display:block;
	padding-left:30px;
	text-decoration:none;
	border-right:1px solid #3c85a8;
	border-bottom:1px solid #3c85a8;
}
a.cat:hover {
	width:145px;
	height:24px;
	background:#2b98ce url(../images/charte/bt_cat_hover.jpg) top left no-repeat;
	display:block;
	padding-left:30px;
	text-decoration:none;
	border-right:1px solid #3c85a8;
	border-bottom:1px solid #3c85a8;
	color:#f9ebab;
}

/*************************************************************************/
/*--------------------------------MINI FICHE---------------------------------*/
/*************************************************************************/

.fiche {
	width:235px;
	float:left;
	margin: 10px 20px 10px 10px;
	background-color:#d7e6ee;
	border:1px solid #a9cbdb;
	text-align:center;
	padding:15px;
}

.ficheb {
	width:275px;
	float:left;
	margin: 10px 20px 10px 10px;
	background-color:#d7e6ee;
	border:1px solid #a9cbdb;
	text-align:center;
	padding:15px;
}
.titre  {
	font: bold 1.4em Arial, Verdana, Helvetica, sans-serif;
	color:#fff;
	margin-bottom:10px;
	padding:5px;
	text-align:center;
	background:url(../images/charte/titre.gif) top left repeat-x;
	border:1px solid #a9cbdb;
}
.agrandir {
	font-size: 0.8em;
	color: #666;
	line-height:normal;
	text-align:center;
	margin-top:-5px;
}
a.savoirPlus {
	width:98px;
	height:31px;
	margin:15px auto 0 auto;
	background:url(../images/charte/savoirPlus.jpg) no-repeat;
	display:block;
}
a.savoirPlus span { display:none }	