/* ======== CSS GENERALES ======== */
* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	background-image: url(images/background.png);
	background-position: 49% 0%;
	background-attachment: fixed;
	background-repeat: repeat-y;
}
div,body,html {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #3E3E3E;
}
p {
	margin: 5px 0px 5px 0px;
}
hr {
	clear: left;
	visibility: hidden;
}

div#corps {
	position: relative;
	width: 991px;
	margin-left: auto;
    margin-right: auto;
	background-image:url(images/fond_corps.gif);
	background-repeat: repeat-y;
}
a.rouge {
	color: #CC0000;
}
a.noir {
	color: #000;
	text-decoration: none;
}
a:focus {
  -moz-outline-style: none; /* Remove dotted lines around links in Mozilla browser */
}
/* ----- Header ----- */

div#header {
	position: relative;
	height: 134px;
}
a#logo {
	display: block;
	position: relative;
	float: left;
	width: 308px;
	height: 134px;
}
div.banniere_publicitaire {
	position: relative;
	float: left;
	/*padding: 50px 0px 0px 50px;*/
	height: 133px;
	width: 670px;/*628*/
	background-image: url(images/visuel_journal.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	border:0px solid blue;
}

div.banniere_publicitaire img {
	margin-top: 40px;
}

div.banniere_publicitaire div {
	margin-top: 40px;
}

/* ----- Menu ----- */

div#menu_gauche {
	position: relative;
	width: 265px;
	float: left;
}

div.titre_rubrique {
	position: relative;
	margin-left: 33px;
	/* images définies en dur */
}

	.ulLeft	{
		font-weight: bold;
		color: #2E3A4F;
		font-size: 11px;
		list-style: disc;
		margin: 10px 0px;
	}
	.ulLeft li	{
		margin: 3px 60px;
	}
	.ulLeft li a {
		text-decoration: none;
		color: #2E3A4F;
	}

	div.bloc_calendrier {
		position: relative;
		margin: 2px 0px 20px 33px;
		width: 230px;
		text-align: center;
		background-color: #F4F4F4;
		border-top: 1px solid #ADADAD;
	}
		div.bloc_calendrier table{
			margin: 10px auto;
		}
		div.bloc_calendrier table td.calMois {
			padding-bottom: 10px;
		}
		a.calDatesOK {
			color: #FFF;
			text-decoration: none;
		}
	
	
	
	div.bloc_texte {
		position: relative;
		margin: 2px 0px 20px 33px;
		width: 216px;
		background-color: #F4F4F4;
		border-top: 1px solid #ADADAD;
		padding: 7px;
	}

/*
.img_questionnaire {
	margin-left: -10px;
}
.ass_vie_fonds {
	background-color: #F4F4F4;
	height: 170px;
	width: 162px;
	padding: 5px;
}
.ass_vie_fonds .txt {
	height: 100%;
	width: 158px;
	padding-right: 5px;
	overflow: auto;
	overflow-x : hidden;
}


.div_lien {
	width:100px;
	float:left;
}
.div_lien a {
	font-size: 10px;
	color: #000;
	text-decoration: none;
}

.rss_blog {
	text-align: center;
	background-color: #F4F4F4;
	border-bottom: 1px solid #ADADAD;
	padding: 10px;
}
.spot_radio {
	background-image:url(images/leo.jpg);
	background-repeat:no-repeat;
	height: 40px;
	font-weight: bold;
	padding: 47px 0 0 125px;
}
*/



/* ----- Centre ----- */

div#centre {
	position: relative;
	padding-bottom: 20px;
	width: 502px;
	width: 721px;
	float: left;
	border-top: 4px solid black;
}
	div#centre h1  {
		margin: 10px 0px 10px 10px;
		font-size: 16px;
		font-family: Georgia, sans-serif;
		color: #000;
		font-weight: bold;
	}
div.centre_post {
	position: relative;
	padding: 30px 45px 30px 45px;
	width: 636px;
	background-repeat: no-repeat;
	text-align: justify;
	/*background-color: red;*/
}
	
#centre p {
	margin: 10px 0 10px 0;
}
.picto {
	float: left;
	margin-right: 10px;
}
.post_titre {
	position: relative;
	float: left;
	width: 580px;
	padding: 0 0 0 10px;
	border-left: 3px solid #919191;
	
}
.post_titre h1 {
	font-size: 16px;
	*font-size: 14px;
	font-family: Georgia, sans-serif;
	color: #000;
	font-weight: bold;
	margin: 0;
}
.post_titre a {
	font-size: 16px;
	*font-size: 14px;
	font-family: Georgia, sans-serif;
	color: #000;
	margin: 0;
	text-decoration: none;
}
.date_heure {
	font-size: 10px;
	color: #878787;
	font-family: Arial, sans-serif;
}



div.liens_sous_billet {
	position: relative;
	margin: 20px auto 0px auto;
	width: 300px;
	text-align: center;
}

	a.lire_suite {
		display: block;
		position: relative;
		float: left;
		padding: 0px 5px;
		width: 130px;
		height: 20px;
		line-height: 20px;
		background-image: url(images/fond_lire_suite.gif);
		background-repeat: repeat-x;
		font-weight: bold;
		color: #3E3E3E;
	}
	
	a.question_messages {
		display: block;
		position: relative;
		float: left;
		padding: 0px 5px;
		width: 110px;
		height: 20px;
		line-height: 20px;
		color: #3E3E3E;
		background-color: #ccc0a0;
		background-image: url(images/fond_poser_quest.gif);
		background-repeat: repeat-x;
	}
h1#h1_poser_question {
	font-size: 16px;
	*font-size: 14px;
	font-family: Georgia, sans-serif;
	color: #000;
	font-weight: bold;
	padding: 0; 
	margin: 0;
}
form#poser_question fieldset {
	padding: 0px 35px;
	border-width: 1px;
}	
form#poser_question label {
	clear: both;
	display: block;
	position: relative;
	float: left;
	width: 150px;
	height: 25px;
	line-height: 25px;
}
form#poser_question input {
	clear: right;
	display: block;
	position: relative;
	float: left;
	width: 200px;
	height: 18px;
	line-height: 25px;
}
	
form#poser_question input#envoyer {
	width: 100px;
	height: 22px;
	cursor: pointer;
}
.erreur {
	color: #900;
}
	
	
a.pagination {
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 5px;
	font-weight: bold;
	color: #000000;
	border: 1px solid #C1C1C1;
	background-color: #ffffff;
	text-decoration: none;
	font-family: Arial, sans-serif;
	font-size:12px;
	line-height:20px;
}
a.pagination:hover {
	color: #000000;
	background-color:#C1C1C1;
	text-decoration: none;
}
.page_active {
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 5px;
	font-weight: bold;
	color: #FFFFFF;
	border: 1px solid #8E0600;
	text-decoration: none;
	font-family: Arial, sans-serif;
	font-size:12px;
	line-height:20px;
	background-color:#8E0600;
}

.liens_retour {
	border: 0px solid #000;
	text-align:justify;
	font-weight:bold;
	font-size: 13px;
}

a.aretour_ac {
	float:left;
	/*margin: auto 5px;*/
	color: #c00;
	
}

a.aretour {
	float:right;
	margin: auto 20px;
	color: #c00;
}

/* ----- Footer ----- */

div#fond_pied {
	position: relative;
	clear: left;
	margin-left: 264px;
	padding: 10px;
	width: 709px;
	height: 52px;
	font-size: 11px;
	background-image: url(images/fond_pied.png);
	background-repeat: no-repeat;
	/*border-left: 1px solid #ADADAD;
	border-right: 1px solid #ADADAD;
	border-top: 15px solid white;*/
}

div.footer {
	position: relative;
	width: 991px;
	margin: auto;
	padding-left: 7px;
	background-color: orange;
}