/*------------------------------------------------------------------------------------------------------------------------------*/
						/* COMPORTEMENT*/
						  /*PAR DEFAULT*/
/*------------------------------------------------------------------------------------------------------------------------------*/
body {
	background-image: url(image/background/background_6.png);
	background-attachment: fixed;
	margin: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#494949;
}
a:link, a:active, a:visited {
	color:#666666;
	text-decoration:none;
}
a:hover {
	color:#999999;
	text-decoration:underline;
}
/*------------------------------------------------------------------------------------------------------------------------------*/
						/* BLOCS MAJEURS */
					/*POSITIONNEMENT DES BLOCS*/
/*------------------------------------------------------------------------------------------------------------------------------*/
#site {
	position:absolute;
	width: 950px;        /* selon la largeur voulue */
	margin-left: -475px; /* moitie de width */
	left: 50%;           /* constant, toujours 50% */
}
/*-------------------------------------------------------------------*/
/*LOGO*/
/*-------------------------------------------------------------------*/
#logo {
	position:relative;
	width:905px;
	height: 150px;
	background: url(image/logo/logo_16.png) no-repeat;
	background-position:center;
	margin-left:5px;
	margin-bottom:5px;
}
/*-------------------------------------------------------------------*/
/*blocs de gauche*/
/*-------------------------------------------------------------------*/
#rubriques, #contact {
	position: relative;
	width: 200px;
	margin-bottom:1px;
	margin-top:0px;
}
#ru_top {
	height: 30px;
	background: url(image/rubriques/png/back_rubriques_top_1.png) no-repeat;
}

#contact_top{
	height: 30px;
	background: url(image/rubriques/png/back_contact_top_1.png) no-repeat;
}

#contact_mid {
	padding:15px;
	background: url(image/rubriques/png/back_rubriques.png) repeat-y;
}

#ru_mid{
	height:230px;
	margin-top:0;
	background: url(image/rubriques/png/back_rubriques.png) repeat-y;
}

#ru_down, #contact_down {
	height: 5px;
	background: url(image/rubriques/png/back_rubriques_foot.png) no-repeat;
}

/*-------------------------------------------------------------------*/
/*bloc principal*/
/*-------------------------------------------------------------------*/
#centre {
	position:absolute;
	top:4px;
	left:210px;
	width:700px;
}
#centre_top {
	height: 4px;
	background: url(image/support/back_support_top.png) no-repeat;
	margin-bottom:0;
}
#centre_mid {
	background: url(image/support/back_support_3.png) repeat-y;
	overflow: auto;
}

#centre_down {
	height: 4px;
	background: url(image/support/back_support_foot.png) no-repeat;
}

/*-------------------------------------------------------------------*/
/*Page d'accueil - image + proverbe*/
/*-------------------------------------------------------------------*/
#presentation {
	position:relative;
}

#phrase_presentation {
	position:absolute;
	left:260px;
	top:70px; 
	padding-right:90px;
	text-align:center;
	font-size:15px;
	font-weight:normal;
	font-family:Verdana;
	color:#000000;
}

/*-------------------------------------------------------------------*/
/*gestion du logo Email*/
/*-------------------------------------------------------------------*/
#email {
	position: absolute;
	left: 72px;
	top: 190px;
}
/*-------------------------------------------------------------------*/
/*gestion  des rubriques*/
/*-------------------------------------------------------------------*/
#menu {
	position: absolute;
	padding-top: 0px;
	padding-left: 15px;
	margin-top:9px;
	line-height: 35px;
	color: #ffffff;
	font-size:14px;
	text-indent: 15px;
	z-index: 200;
}

#menu dt {
	background: url(image/bouton/png/bouton_3.png);
	margin-bottom:1px;
	height: 35px;
	width: 170px;
}

#menu dd {
	position: absolute;
	z-index: 100;
	left: 8em;
	margin-top: -178px;
	padding:0;
	font-size:12px;
	width: 230px;
	background: url(image/bouton/png/bouton_5.png);
}

#menu dt a, #menu li a {
	color: #ffffff;
	text-decoration: none;
	width:180px;
}

#menu a:hover {
	color: #494949;
	text-decoration: none;
}

/*------------------------------------------------------------------------------------------------------------------------------*/
						/* BLOCS MINEURS */
					 /*SYNTAXE INTERNE, ETC...*/
/*------------------------------------------------------------------------------------------------------------------------------*/
/*Pour le bloc principale : "centre", traitement du texte*/

.contenu {
	padding-top:0;
	padding-left: 20px;
	text-align: justify;
	font-size: 12px;
	line-height:18px;
}
	
.contenu_1 {
	padding-top:0;
	padding-left: 30px;
	padding-right: 30px;
	text-align: justify;
	font-size: 12px;
	line-height:18px;
}

.contenu_2 {
	margin-top:5px;
	padding-left: 45px;
	padding-right: 15px;
	text-align: justify;
	font-size: 12px;
	line-height:18px;
}

.contenu_3 {
	padding-top:0;
	padding-left: 60px;
	padding-right: 60px;
	text-align: justify;
	font-size: 12px;
	line-height:18px;
}

.contenu_4 {
	padding-top:0;
	padding-left: 500px;
	padding-right: 60px;
	text-align: justify;
	font-size: 12px;
	line-height:18px;
}

.contenu_5 {
	padding-top:0;
	padding-left: 275px;
	padding-right: 60px;
	text-align: justify;
	font-size: 12px;
	line-height:18px;
}

.contenu_6 {
	padding-top:0;
	padding-left: 90px;
	padding-right: 60px;
	text-align: justify;
	font-size: 12px;
	line-height:18px;
}

.contenu_3  a, .contenu_1 a, .contenu_2 a{
	color:#1C86C2;
}

.cartouche {
	padding-left: 65px;
}

/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/*Pour le premier bloc de gauche : "gauche_haut"*/
.gauche_haut  {
	text-decoration: none;
	list-style-type: none;
	margin: 0;
	padding:0;
	line-height: 35px;
}

/*Pour le deuxième bloc de gauche : "gauche_bas"*/
.gauche_bas {
	margin: 0;
	padding:0;
	margin-left:10px;
}

.gauche_bas  h2{
	margin: 7px 0 7px 0;
	padding:0;

}

.italique{
	font-style:italic;
}

.gras {
	font-weight:bold;
}

.img_1{
	padding-left:20px;
}
/*-------------------------------------------------------------------*/
/*			Titres + écriture basique	        */
/*-------------------------------------------------------------------*/

p {
	font-size: 13px;
}

h1 {
	padding-top:0;
	padding-left: 20px;
	text-align: justify;
	text-decoration: none;
	color: #3588B8;
	font-family:Verdana;
	font-size: 18px;
}

h2 {
	font-size:14px;
	font-weight:bold;
}

/*pour le pied du site*/
h3 {
	font-size:11px;
	font-weight:normal;
	text-align:center;
	margin-bottom:0;
}



