@charset "utf-8";
/* CSS Document */
body{
	background-color: #EFEFEF;
	margin: 0px;
	font-family: arial;
	min-width:1000px;
}
h1,h2,h3,p{
	margin:0px;
	padding:0px;
	text-align: justify;
}
h3 {
	color: #069;
	font-size: 14px;
}
h2 {
	font-size: 20px;
	text-align: justify;
}

h4 {
	font-size: 14px;
}
p{
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 13px;
	line-height: 20px;
	color: #333;
	text-align: justify;
}
div {
	font-size: 13px;
}
ul{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
li{
	list-style-type: none;
}
blockquote{
	padding: 10px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-color:#EDF0FC;
}
img{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a{
	color: #069;
	text-decoration: none;
}
form {
	margin: 0px;
	padding: 0px;
}
a:hover{
	text-decoration: underline;
}
a:visited{
}
.erreur {
	color: #F00;
}

.bouton_lire {
	background-color: #CCC;
	color: #FFF;
	display: inline-block;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.block{
	display:block;
}
.gauche{
	float:left;
}
.droite{
	float:right;
}
.capitale {
	text-transform: uppercase;
}

.clear{
	display:block;
	clear:both;
}
.petit{
	font-size: 12px;
}
.normal{
	font-size:12px;
}
.grand{
	font-size: 18px;
}
.moyen {
	font-size: 14px;
}

.blanc{
	color:white;
}
.gras {
	font-weight: bold;
}

.bleu{
	color: #069;
}
.gris{
	color: #666;
}
.marron{
}
.orange{
	color: #F90;
}
.vert{
	color: #6C0;
}
.fond_blanc{
	background-color: white;
}
.fond_degrade {
	background-image: url(../images/header.png);
	background-repeat: repeat-x;
	background-position: top;
}
.fond_gris {
	background-color: #EBEBEB;
}
.fond_vert {
	background-color: #9C0;
}
.fond_orange {
	background-color: #FC0;
}
.fond_rouge {
	background-color: #F30;
}
.marge{
	margin: 10px;
}
.marge_bas{
	margin-bottom: 10px;
}
.marge_haut{
	margin-top: 10px;
}
.marge_gauche{
	margin-left:10px;
}
.marge_droit{
	margin-right:10px;
}
.remplissage{
	padding:10px;
}
.remplissage_mini {
	padding: 5px;
}
.remplissage_1px {
	padding: 1px;
}
.remplissage_haut{
	padding_top:10px;
	padding-top: 10px;
}
.remplissage_bas{
	padding_bottom:10px;
	padding-bottom: 10px;
}
.remplissage_droit{
	padding-right : 10px
}
.remplissage_gauche{
	padding-left:10px;
}
.bordure{
	border: solid 1px #E9E9E9;
}
.bordure_haut{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F1F1F1;
}
.bordure_bas{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F1F1F1;
}
.bordure_gauche{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #F1F1F1;
}
.bordure_droit{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F1F1F1;
}
.bordure_point_bas {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D6D6D6;
}

.bordure_gris {
	border: 1px solid #CCC;
}
.bordure_blanc {
	border: 1px solid #FFF;
}
.fond_degrade_1 {
	background-image: url(../images/menu_select_a.png);
	background-repeat: repeat-x;
	background-position: center;
}
.fond_orange {
	background-color: #F93;
}
.fond_degrade_2 {
	background-image: url(../images/menu_select.png);
	background-repeat: repeat-x;
	background-position: center;
}
.fond_degrade_3 {
	background-image: url(../images/menu_select_b.png);
	background-repeat: repeat-x;
	background-position: center;
}


#header{
	margin-bottom:0px;
	background-color: #C09;
	background-image: url(../images/header.png);
	background-repeat: repeat-x;
	background-position: center;
}

#logo{
	width: 1050px;
	margin : auto;
	font-family: "trebuchet ms";
}
#menu{
	display: block;
	height: 35px;
	width: 1050px;
	margin-right: auto;
	margin-left: auto;
}
#menu ul{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	font-size: 12px;
	display: block;
}
#menu li{
	list-style-type: none;
	display: block;
	float: left;
	margin-right: 10px;
	background-color: transparent;
	background-image: none;
}
#menu li a{
	display: block;
	color: #FFF;
	padding-top: 10px;
	padding-right: 7px;
	padding-bottom: 10px;
	padding-left: 7px;
	background-color: transparent;
}
#menu li a:hover{
	color: #FFF;
	text-decoration: none;
}
#page{
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width:1100px;
	min-width: 1100px;
	
}
#volet_gauche {
	width: 180px;
}
#volet_centre {
	width: 730px;
	margin-right: 10px;
}
#volet_droite {
	width: 340px;
}
#volet_droite #q {
	width: 255px;
	padding: 7px;
	border: 1px solid #9C0;
}
#volet_extreme {
	background-color: #FFF;
	width: 150px;
	padding: 5px;
	height: 500px;
}
#footer{
	background-color: #333;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
}
#footer div {
	background-color: #414141;
	margin-right: 10px;
	margin-left: 10px;
}
#footer ul {
	background-color: #000;
}

#footer li {
	margin-right: 3px;
	margin-left: 3px;
	color: #999;
	width: 160px;
	overflow: hidden;
	font-size: 10px;
}
#footer a {
	color: #999;
}
#footer a:hover {
	color: #FFF;
}


#links {
	margin-top: 10px;
}
#links li {
	float: left;
	display: block;
}
.h1_article{
	color: #069;
	font-size: 22px;
	margin-bottom: 0px;
	margin-top: 5px;
}
.article {
	font-size: 13px;
	color: #333;
}
.article strong {
	font-weight: bold;
}

.article img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 10px;
}

.article p {
	line-height: 22px;
	font-size: 13px;
	margin-top: 0px;
	text-align: justify;
}
.article ul {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 13px;
	text-align: justify;
	clear: both;
}
.article li {
	margin-top: 10px;
	margin-bottom: 10px;
	list-style-type: none;
	margin-left: 15px;
	line-height: 22px;
	list-style-position: inside;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #F1F1F1;
	padding-left: 15px;
	padding-right: 15px;
}
.article li p{
	display:inline;
	margin:0px;
	padding:0px;
}
.article code {
}

.article h3 {
	line-height: 22px;
	margin-bottom: 10px;
	font-size: 16px;
}
.article h2 {
	margin-bottom: 10px;
	color: #9C0;
}

.article iframe, embed, object{
	width:100%;
	text-align: center;	
}

#pagination a {
	display:block;
	font-weight: bold;
	padding: 5px;
	background-color: #FFF;
}

#note {
	color: #999;
	position: relative;
	top: -7px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#q {
	padding: 5px;
	color: #999;
	width: 500px;
	border: 1px solid #CCC;
}
#sa {
	vertical-align: middle;
	position: relative;
	top: -2px;
}
#poser_question {
	display: block;
	margin: 20px;
}
#poser_question label {
	font-size: 14px;
	font-weight: bold;
	color: #6C0;
	font-style: italic;
	margin-bottom: 5px;
	display: block;
}

#poser_question textarea{
	font-size: 18px;
	color: #999;
	display: block;
	height: 70px;
	width: 620px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #D8D8D8;
	margin-bottom: 15px;
	padding: 7px;
}
#poser_question select {
	display: block;
	border: 1px solid #CCC;
	padding: 7px;
	font-size: 14px;
	font-weight: bold;
	color: #999;
	margin-bottom: 15px;
	width: 320px;
	font-family: arial;
}

#poser_question #email {
	display: block;
	border: 1px solid #DADADA;
	width: 300px;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding: 7px;
	color: #999;
}
#poser_question #bouton_poser{
	display: block;
	margin-top: 15px;
	background-image: url(../images/bouton_lire.png);
	background-repeat: repeat-x;
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
	padding: 10px;
	color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-position: center;
}
#widget_poser {
	background-color: #F1F1F1;
	padding: 10px;
	width: 300px;
	float: right;
}
#widget_poser h3 {
	font-size: 18px;
	text-align: left;
	color: #69C;
	padding-top: 10px;
	padding-bottom: 10px;
}
#widget_poser div {
	background-color: #FFF;
	margin-bottom: 5px;
}
#widget_poser div textarea {
	font-size: 18px;
	color: #CCC;
	font-family: arial;
	width: 290px;
	height: 135px;
	padding: 5px;
	border: 1px solid #F4F4F4;
}
#widget_poser  #bouton_poser {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	font-family: arial;
	background-image: url(../images/bouton_lire.png);
	background-repeat: repeat-x;
	background-position: center;
	padding: 10px;
	margin-top: 10px;
	background-color: #9C0;
	border: 1px solid #9C0;
	margin-bottom: 10px;
}
#inscription {
	display: block;
	padding: 15px;
	background-color: #EFEFEF;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
}
#inscription label {
	display: block;
	margin-top: 10px;
	font-size: 16px;
	font-style: normal;
}
#inscription select {
	display: block;
	font-family: arial;
	padding: 5px;
	font-size: 16px;
	font-weight: normal;
	color: #666;
	border: 1px solid #CCC;
	width: 22%;
}
#inscription input {
	display: block;
	padding: 5px;
	font-family: arial;
	font-size: 16px;
	color: #666;
	border: 1px solid #CCC;
	font-weight: normal;
	width: 35%;
}
#inscription textarea {
	display: block;
	font-family: arial;
	font-size: 16px;
	font-weight: normal;
	color: #666;
	padding: 5px;
	border: 1px solid #CCC;
	width: 50%;
}
#inscription #envoyer {
	font-weight: bold;
	font-family: arial;
	display: block;
	margin-top: 15px;
	color: #FFF;
	background-image: url(../images/bouton_lire.png);
	background-repeat: repeat-x;
	background-position: center;
	border: 1px none #9C0;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 250px;
}
#board {
}
#board h1 {
	margin-bottom: 15px;
}
#board ul {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;
	height: 40px;
	width: 900px;
	margin-bottom: 10px;
}
#board ul li {
	display: block;
	float: left;
	margin-right: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #D6D6D6;
	border-right-color: #D6D6D6;
	border-left-color: #D6D6D6;
	height: 40px;
}
#board ul .select {
	background-color: #CCC;
}
#board ul li a {
	display: block;
	padding: 10px;
	font-weight: bold;
	width: 100px;
	font-size: 13px;
}
#board ul li .select {
	background-color: #CCC;
	color: #FFF;
}
#board table {
	width: 900px;
	color: #000;
	padding: 5px;
	background-color: #F0F0F0;
	margin-bottom: 25px;
}

#board tr td {
	border-bottom-width: 1px;
	border-bottom-color: #D6D6D6;
	padding: 5px;
	border-bottom-style: solid;
	background-color: #FFF;
}
#board .nv_article {
	display: block;
	padding: 10px;
	font-weight: bold;
	color: #FFF;
	background-image: url(../images/menu_select_a.png);
	font-size: 14px;
}
#info_pub {
	text-align: center;
	color: #0C3;
}
.apercu {
	float: left;
	height: 100px;
	width: 150px;
	margin-right: 10px;
	background-color: #FFF;
	overflow: hidden;
}
.apercu img {
	position: relative;
}

.apercu_une {
	overflow: hidden;
	display: block;
	height: 180px;
	width: 250px;
}
.apercu_une img {
	position: relative;
}


.puce_top {
	background-image: url(../images/top.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
}

.puce_star {
	background-image: url(../images/star.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
}
#commentaires {
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-color: #F4F4F4;
	padding-top: 15px;
	margin-top: 10px;
}

#commentaires label {
	display: block;
	margin-bottom: 5px;
	color: #666;
}
#commentaires input {
	font-family: arial;
	display: block;
	padding: 5px;
	margin-bottom: 10px;
	width: 200px;
	border: 1px solid #D6D6D6;
}
#commentaires textarea {
	font-family: arial;
	display: block;
	padding: 5px;
	height: 150px;
	width: 400px;
	margin-bottom: 10px;
	border: 1px solid #D6D6D6;
}
#commentaires #bouton {
	background-image: url(../images/bouton_lire.png);
	background-repeat: repeat-x;
	background-position: center;
	font-weight: bold;
	color: #FFF;
	font-family: arial;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 150px;
	margin-bottom: 0px;
	font-size: 14px;
	padding: 7px;
}
.comment {
}
.comment .contenu {
	padding: 5px;
	margin-left: 5px;
}
.comment .contenu p {
	margin: 0px;
	color: inhert;
}

