@charset "utf-8";
/* CSS Document */

html {
	height:100%;
}

body  {
	margin: 0;
	padding: 0;
	border: 0;
	height: 100%;
	font-family:Arial, Helvetica, sans-serif;
	color:#808174;
	font-size:13px;
}

table {
	min-height:100%;
}

td {
	height:100%;
}

p {
	margin:0 0 0 0;
	padding: 0 0 0 0;
}

/*Structure générale*/
#header {
	top:0;
	width:100%;
	height:43px;
	background:#FFF;
}

#conteneur { 
	width: 980px;
	height:100%;
  	position: relative;
	margin: 0 auto 0 auto;
  	z-index: 2;
	background-color: #FFFFFF;
	z-index:10;
	min-height:800px;
} 

#gauche {
	margin-right: 250px;
	height:100%;
	min-height:1200px;
}

#out_gauche {
	width: 50%;
	position: absolute;
	height:100%;
	min-height:1200px;
}

#gauche, #out_gauche{
  height: 100%;
  top: 43px;
  z-index: 1;
}

.spacer {
	clear:both;
}

/*Gestion des couleur*/

.couleur1 {
	background:#b5d827;
}

.couleur2 {
	background:#ec23d7;
}

.couleur3 {
	background:#0ee6df;
}

.couleur4 {
	background:#10b8ff;
}

.couleur5 {
	background:#ff3a97;
}

.couleur6 {
	background:#ffcb11;
}

/*Header*/

#header #hd_contenu {
	width:980px;
	height:43px;
	margin:0 auto 0 auto;
}

#hd_contenu #attrait {
	width:175px;
	height:43px;
	margin:0 0 0 0;
	-margin:0 0 0 75px;
	background:url(/charte/blog/visiter_attrait.gif) no-repeat center center;
	float:left;
}

#attrait a {
	display:block;
	width:175px;
	height:43px;
}

#hd_contenu #accroche {
	width:405px;
	height:43px;
	margin:0 0 0 35px;
	background:url(/charte/structure_generale/accroche.gif) no-repeat left center;
	float:left;
}

#accroche a {
	display:block;
	width:405px;
	height:43px;
}

/*Contenu*/

#menu_gauche {
	width:306px;
	height:100%;
	float:left;
	min-height:1200px;
}

#conteneur #contenu {
	width:674px;
	height:100%;
	float:left;
}

/*Menu gauche*/

/*Menu principal haut*/

#haut {
	width:324px;
	height:161px;
	position:absolute;
}

/*Menu secondaire bas*/

#bas{
	position:absolute;
	width:306px;
	height:400px;
	margin: 161px 0 0 0;
	padding:20px 0 0 0;
	background:url(/charte/structure_generale/ombre_gauche.png) top no-repeat;
	
}

#bas #articles {
	width:225px;
	padding:0 0 20px 0;
	color:#FFF;
	background:url(/charte/blog/menu_separateur.gif) no-repeat center bottom;
	margin:0 0 0 50px;
}

#articles ul {
	padding:0 0 0 15px;
	margin:0 0 0 0;
}

#articles ul li {
	padding:0 0 0 0;
	margin:0 0 4px 0;
	list-style-type: disc;
	line-height:14px;
}

#articles ul li a {
	color:#FFF;
	text-decoration:none;
}

#articles ul li a:hover {
	color:#FFF;
	text-decoration:underline;
}

#bas #mots_cles {
	width:225px;
	padding:0 0 20px 0;
	color:#FFF;
	background:url(/charte/blog/menu_separateur.gif) no-repeat center bottom;
	margin:10px 0 0 50px;
}

#mots_cles ul{
	padding:0 0 0 15px;
	margin:0 0 0 0;
}

#mots_cles a{
	color:#FFF;
	text-decoration:none;
}

#mots_cles a:hover{
	color:#FFF;
	text-decoration:underline;
}

#bas #flux {
	width:225px;
	padding:0 0 20px 0;
	color:#FFF;
	background:url(/charte/blog/menu_separateur.gif) no-repeat center bottom;
	margin:10px 0 0 50px;
}

#flux ul {
	padding:0 0 0 15px;
	margin:0 0 0 0;
	list-style:none;
}

#flux ul li {
	display:block;
	height:25px;
	line-height:35px;
	vertical-align:middle;
	padding:0 0 0 0;
	margin:0 0 4px 0;
	list-style:none;
	}

.btn_flux {
	width:33px;
	height:25px;
	padding:0 0 0 0;
}

.btn_flux a {
	display:block;
	float:left;
	width:33px;
	height:25px;
	background:url(/charte/blog/boutons/btn_flux_rss.gif) no-repeat left;
	padding:0 0 0 0;
}

#flux .label_flux {
	display:block;
	float:left;
	width:33px;
	height:25px;
	background:url(/charte/blog/boutons/btn_flux_rss.gif) no-repeat left;
	padding:0 0 0 0;
}

/*Logo Attrait*/

#logo_attrait {
	width:175px;
	margin:0 0 0 149px;
	text-align:center;
	padding:10px 0 0 0;
}

#titre_attrait {
	width:175px;
	margin:0 0 15px 142px;
	text-align:center;
	padding:10px 0 0 0
}

/*Date du jour*/

#date_jour {
	width:175px;
	margin:22px 0 15px 149px;
	text-align:center;
	padding:10px 0 0 0;
	color:#FFF;
}

/*Visuel page*/

#contenu #visuel {
	display:block;
	width:654px;
	height:173px;
	margin:0 0 20px 0;
	background:url(/charte/structure_generale/ombre_droite.gif) no-repeat left bottom;
}

#visuel #visuel1 {
	display:block;
	width:654px;
	height:161px;
	background:url(/charte/blog/visuel_blog.jpg) no-repeat right top;
	margin:0 0 0 15px;
	-margin:0 0 0 0;
}

#visuel1 a{
	display:block;
	width:654px;
	height:161px;
}

/*Corps de page*/
#corps {
	width:617px;
	margin:0 0 0 40px;
}

#corps #contenu_haut {
	width:617px;
	text-align:justify;
	margin:0 0 15px 0;
}

#corps #contenu_bas {
	width:617px;
	text-align:justify;
}

#contenu_bas #bas_gauche {
	width:280px;
	float:left;
	text-align:left;
}

#contenu_bas #bas_droit {
	margin:0 0 0 15px;
}

/*Encart blog*/
#corps .encart_blog{
	width:617px;
	margin:20px 0 0 0;
	padding: 25px 0 20px 0;
	border-bottom:1px solid #808274;
	background:url(/charte/blog/pictos/pomme_blog.gif) no-repeat left top;
	min-height:150px;
	text-align:justify;
}

.encart_blog img {
	border:1px solid #808174;
}

.encart_blog h2 {
	padding: 0 0 0 0;
	margin: 0 0 10px 0;
	font-size:18px;
	font-weight:bold;
}

.encart_blog .vig_home {
	margin-right: 10px;
	margin-bottom: 5px;
}

.encart_blog .date {
	font-size:12px;
	text-align:center;
	font-style: italic;
	font-weight:bold;
}

.encart_blog .commentaire {
	width:220px;
	text-align:left;
	float:left;
}

.commentaire a {
	color:#808174;
	text-decoration:none;
}

.commentaire a:hover {
	color:#ec23d7;
	text-decoration:none;
}

.encart_blog .suite {
	float:right;
	display:block;
	width:106px;
	height:15px;
}

.suite a{
	display:block;
	width:84px;
	height:15px;
	background:url(/charte/blog/boutons/btn_lire_suite.gif) no-repeat 0 0;
	color:#FFF;
	text-align:left;
	font-size:11px;
	font-weight:bold;
	padding: 0 0 0 22px;
	text-decoration:none;
}

.suite a:hover{
	display:block;
	width:84px;
	height:15px;
	background:url(/charte/blog/boutons/btn_lire_suite.gif) no-repeat 0 -15px;
	color:#FFF;
	text-align:left;
	font-size:11px;
	font-weight:bold;
	padding: 0 0 0 22px;
	text-decoration:none;
}

/*Numeros pages*/
#numerotation {
	margin: 20px 0 20px 0;
}

#numerotation ul {
	margin:0 0 0 0;
	padding:0 0 0 0;
	list-style:none;
}

#numerotation ul li{
	float:left;
	width:14px;
	height:14px;
	margin:0 6px 0 0;
	text-align:center;
	font-size:11px;
}

#numerotation ul li a{
	float:left;
	width:14px;
	height:14px;
	border:1px solid #808274;
	color:#808274;
	text-decoration:none;
}

#numerotation ul li a:hover{
	float:left;
	width:14px;
	height:14px;
	background:#808274;
	border:1px solid #808274;
	color:#FFFFFF;
	text-decoration:none;
}

#numerotation ul li a.select{
	float:left;
	width:14px;
	height:14px;
	background:#808274;
	border:1px solid #808274;
	color:#FFFFFF;
	text-decoration:none;
}

#numerotation .flech a{
	float:left;
	width:14px;
	height:14px;
	border:1px solid #FFFFFF;
	color:#808274;
	text-decoration:none;
	font-size:12px;
}

#numerotation .flech a:hover{
	float:left;
	width:14px;
	height:14px;
	border:1px solid #FFFFFF;
	background:none;
	color:#808274;
	text-decoration:none;
	font-weight:bold;
}

/*Images blog*/

.img_blog {
	width:521px;
	margin:0 40px 0 40px;
}

/*Textes*/

.titre {
	font-size:22px;
	font-weight:bold;
}

.soustitre {
	font-size:23px;
}

.soustitre_19px {
	font-size:19px;
}

.text_12px {
	font-size:12px;
}

.text_13px {
	font-size:13px;
}

.text_13px_justify {
	font-size:13px;
	text-align:justify;
}

.text_15px {
	font-size:15px;
}

.text_15px_justify {
	font-size:15px;
	text-align:justify;
	line-height:25px;
}

.text_blanc_14px {
	font-size:14px;
	color:#FFFFFF;
}

.t_menu{
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	margin:0px;
	padding:0 0 5px 0;	
}

.text_blanc_12px {
	font-size:12px;
	color:#FFF;
	font-weight:bold;
}

/*Liens*/

a {
	color:#808174;
	text-decoration:underline;
}

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

a.lien_couleur1 {
	color:#b5d827;
}

a:hover.lien_couleur1 {
	color:#b5d827;
}

a.lien_couleur2  {
	color:#EC23D7;
}

a:hover.lien_couleur2  {
	color:#EC23D7;
}

a.lien_couleur3 {
	color:#0ee6df;
}

a:hover.lien_couleur3 {
	color:#0ee6df;
}

a.lien_couleur4 {
	color:#10b8ff;
}

a:hover.lien_couleur4 {
	color:#10b8ff;
}

a.lien_couleur5{
	color:#ff3a97;
}

a:hover.lien_couleur5 {
	color:#ff3a97;
}

a.lien_couleur6 {
	color:#ffcb11;
}

a:hover.lien_couleur6 {
	color:#ffcb11;
}

a.lien_blanc {
	color:#FFFFFF;
}

a:hover.lien_blanc {
	color:#FFFFFF;
}

/*Lien couleur gris*/

a.lien_couleur7 {
	color:#808274;
	text-decoration:none;
}

a:hover.lien_couleur7 {
	color:#808274;
	text-decoration:underline;
}

/*Footer*/

#contenu #footer {
	width:617px;
	height:40px;
	bottom:0px;
	margin:20px 0 0 35px;
}

#bouton_contact {
	display:block;
	height:24px;
	float:left;
}

#bouton_contact a {
	display:block;
	width:160px;
	height:24px;
	background:url(/charte/blog/pictos/picto_contact.gif) no-repeat top left;
	color:#808174;
	text-decoration:none;
	text-align:left;
	font-size:13px;
	padding:10px 0 0 38px;
	font-weight:bold;
}

#bouton_contact a:hover{
	display:block;
	width:160px;
	height:24px;
	background:url(/charte/blog/pictos/picto_contact.gif) no-repeat top left;
	color:#FFF;
	text-decoration:none;
	text-align:left;
	font-size:13px;
	padding:10px 0 0 38px;
	color:#ec23d7;
	font-weight:bold;
}

#newsletter {
	display:block;
	height:15px;
	float:right;
	margin:0 0 20px 0;
}

#newsletter a{
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	color:#ec23d7;
}

#newsletter a:hover{
	font-size:13px;
	font-weight:bold;
	text-decoration:underline;
	color:#ec23d7;
}

#menu_footer {
	display:block;
	float:right;
	width:300px;
	height:20px;
	margin:5px 0 0 0;
	font-size:11px;
}

/*Copyright*/

#contenu #copy {
	width:617px;
	height:20px;
	bottom:0px;
	margin:0 0 0 35px;
	text-align:center;
	font-size:11px;
}

/*Recherche*/

#bas #recherche {
	width:225px;
	padding:0 0 20px 0;
	color:#FFF;
	background:url(/charte/blog/menu_separateur.gif) no-repeat center bottom;
	margin:10px 0 0 50px;
}

#recherche form {
	padding: 0 0 0 0;
	margin:5px 0 0 0;
}

#recherche input {
	float:left;
	width:150px;
	height:14px;
	background:#FFF;
	font-size:12px;
	margin:0 0 0 15px;
	padding: 0 0 0 0;
	border:none;
}

#recherche .btn_rech {
	float:left;
	width:14px;
	height:14px;
	background:url(/charte/blog/boutons/btn_rech.gif) no-repeat 0 0;
	cursor:pointer;
	border:none;
	margin: 0 0 0 2px;
	padding: 0 0 0 0;
}

#recherche .btn_rech_on {
	float:left;
	width:14px;
	height:14px;
	background:url(/charte/blog/boutons/btn_rech.gif) no-repeat 0 -14px;
	cursor:pointer;
	border:none;
	margin: 0 0 0 2px;
	padding: 0 0 0 0;
}

/*Bordures*/

.border_bas {
	border-bottom:1px solid #808274;
}

/*Formulaire*/

form {
	padding:0 0 0 0;
	margin:0 0 0 0;
}

label {
	font-size:12px;
}

input {
	width:225px;
	height:17px;
	border: 1px solid #808274;
	background:#FFF;
	font-size:12px;
}

textarea {
	width:350px;
	height:80px;
	border: 1px solid #808274;
}

#erreur {
	color:#ce1757;
}

#mailok {
	color:#8ba61f;
}


/*Commentaire*/

#commentaire{
	float:left;
	width:600px;
	font-style:italic;
	background-color:#f4f4f4;
	border:1px solid #f4f4f4;
	color:#808174;
	padding:10px;
	margin:0 0 20px 0;
}

#commentaire2{
	float:left;
	width:595px;
	font-style:italic;
	border:1px solid #f4f4f4;
	color:#808174;
	padding:10px;
	margin:0 0 20px 0;
}

.t_commentaire{
	font-size:18px;
	font-weight:bold;
	color:#EC23D7;
	margin:0 0 10px 0;
}

.auteur_com {
	font-size:12px;
	text-align:right;
	font-style: italic;
	font-weight:bold;
}


#commentaire_gauch {
	float:left;
	width:230px;
	margin: 0 30px 0 0;
}

#commentaire_droit {
	float:left;
	width:350px;
	margin:0px;
	background:url(/charte/blog/pictos/picto_fd_message.gif) no-repeat top right;
}


.btn_envoyer {
	height:21px;
	width:100px;
	background:url(/charte/blog/boutons/btn_ok.gif) no-repeat left 0;
	padding: 0 0 0 26px;
	border:none;
	text-align:left;
	color:#808174;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	cursor:pointer;
	margin:21px 0 0 0;
}

.btn_envoyer_on {
	height:21px;
	width:100px;
	background:url(/charte/blog/boutons/btn_ok.gif) no-repeat left -21px;
	padding: 0 0 0 26px;
	border:none;
	color:#EC23D7;
	text-align:left;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	cursor:pointer;
	margin:21px 0 0 0;
}





