﻿/* disposition CSS */
body {
	background-color: #c9b9a0;
	padding: 0px;
	margin: 0px;
	text-align: center; /*pour ie*/
	
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #545454;	
}

#masthead {
	padding:0;
	margin:0;
	/*background-image: url('../images/menu/bandeau.gif');
	background-repeat: no-repeat;
	background-position: top left;*/
	/*display:block;
	width: 20px;
	height: 150px;	
	padding:0;
	margin-bottom: 10px;
	background-image: url('../images/banniere/bandeau_left_end.gif');
	background-repeat: no-repeat;
	background-position: top left;	*/
}

#masthead  #b_center a{
	background-image: url('../images/banniere/bandeau_center.gif');
	background-repeat: no-repeat;
	background-position: top center;
	display:block;
	height: 150px;
	width:750px;
	text-align: center; 
	margin: auto; 
}

#masthead  #b_left{
	background-image: url('../images/banniere/bandeau_pixel_left.gif');
	background-repeat: repeat-x;
	background-position: top left;
	display:block;
	width: 100%;
	height: 150px;
}

/*
#masthead #b_right{
	background-image: url('../images/banniere/bandeau_pixel_left.gif');
	background-repeat: repeat-x;
	background-position: top right;
	display:block;
	/*width: 100px;*/
	/*height: 150px;
}*/


#masthead span{
	display:none;
}

#top_nav {
	margin-top: 0;
	margin-bottom: 0;
	height: 30px;
	padding-top:5px;
}

#navigation {
	margin: 0 ;
	padding: 0 ;
	list-style: none ;
	text-align: center ;
	margin: auto;
	width: 810px;
	text-align: center ;
}

#navigation li {
	/*display: inline ;*/
	margin-right: 1px ;
	/*color: #fff ;
	background: #c00 ;*/
	float: left ;
	width: 100px;
}
#navigation li a span{
	display:none;
}

/*#navigation li a {
	/*padding: 4px 15px ;
	background-color: #828282;
	color: #fff ;
	border: 1px solid #600 ;
	font: 1em "Trebuchet MS",Arial,sans-serif ;
	line-height: 1em ;
	text-align: center ;
	text-decoration: none ;
}*/

#menu_accueil{	
	background-image: url('../images/menu/news1.gif');
	background-repeat: no-repeat;
	background-position: top left;
	display:block;
	width: 100px;
	height: 30px;	
}
#menu_accueil:hover, #menu_accueil :focus, #menu_accueil:active {	
	background-image: url('../images/menu/news2.gif');	
}

#menu_forum{	
	background-image: url('../images/menu/forum1.gif');
	background-repeat: no-repeat;
	background-position: top left;
	display:block;
	width: 100px;
	height: 30px;
}
#menu_forum:hover, #menu_forum :focus, #menu_forum:active {	
	background-image: url('../images/menu/forum2.gif');	
}

#menu_blog{	
	background-image: url('../images/menu/actu1.gif');
	background-repeat: no-repeat;
	background-position: top left;
	display:block;
	width: 100px;
	height: 30px;
}
#menu_blog:hover, #menu_blog :focus, #menu_blog:active {	
	background-image: url('../images/menu/actu2.gif');	
}

#menu_membres{	
	background-image: url('../images/menu/membres1.gif');
	background-repeat: no-repeat;
	background-position: top left;
	display:block;
	width: 100px;
	height: 30px;
}
#menu_membres:hover, #menu_membres :focus, #menu_membres:active {	
	background-image: url('../images/menu/membres2.gif');	
}

#menu_charte{	
	background-image: url('../images/menu/charte1.gif');
	background-repeat: no-repeat;
	background-position: top left;
	display:block;
	width: 100px;
	height: 30px;
}
#menu_charte:hover, #menu_charte :focus, #menu_charte:active {	
	background-image: url('../images/menu/charte2.gif');	
}

#menu_contacts{	
	background-image: url('../images/menu/contacts1.gif');
	background-repeat: no-repeat;
	background-position: top left;
	display:block;
	width: 100px;
	height: 30px;
}
#menu_contacts:hover, #menu_contacts :focus, #menu_contacts:active {	
	background-image: url('../images/menu/contacts2.gif');	
}

#menu_dl{	
	background-image: url('../images/menu/dld1.gif');
	background-repeat: no-repeat;
	background-position: top left;
	display:block;
	width: 100px;
	height: 30px;
}
#menu_dl:hover, #menu_dl :focus, #menu_dl:active {	
	background-image: url('../images/menu/dld2.gif');	
}

#menu_mods{	
	background-image: url('../images/menu/mods1.gif');
	background-repeat: no-repeat;
	background-position: top left;
	display:block;
	width: 100px;
	height: 30px;
}
#menu_mods:hover, #menu_mods :focus, #menu_mods:active {	
	background-image: url('../images/menu/mods2.gif');	
}

#menu_quiz{	
	background-image: url('../images/menu/quiz.gif');
	background-repeat: no-repeat;
	background-position: top left;
	display:block;
	width: 100px;
	height: 30px;
}
#menu_quiz:hover, #menu_quiz :focus, #menu_quiz:active {	
	background-image: url('../images/menu/quiz2.gif');	
}


/*#navigation li a:hover, #navigation li a:focus, #navigation li a:active {
	background: #900 ;
	text-decoration: underline ;
}*/

#espace_footer {
	clear: both;
	height: 15px;
	padding-top:50px;
}

#espace_footer    a:link {color:#3366CC;	text-decoration: none; font-weight: bold;}     /* unvisited link */
#espace_footer   a:visited {color:#3366CC;text-decoration: none; font-weight: bold;}  /* visited link */
#espace_footer  a:hover {color: #FF4599; text-decoration: underline; font-weight: bold;}   /* mouse over link */
#espace_footer  a:active { color:#3366CC;text-decoration: none; font-weight: bold;}  /* selected link */

#footer {
	clear: both;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	padding-bottom:15px;
	text-align: center;
	font-size: 11px;
	vertical-align: bottom;
	color: #fff;
	margin-bottom: 20px;
	background-color: #C0AD92;
	/*background-color: #828282;*/
	/*background-position: left top;
	background-image: url('../images/gradient_footer.gif');
	background-repeat: repeat-x;
	position: relative;*/
	overflow: hidden;
	line-height: 1.2;
	margin-bottom:0;
}

#footer p {
	margin:3px;
}

#footer p   a:link {color:#3366CC;	text-decoration: none; font-weight: bold;}     /* unvisited link */
#footer p  a:visited {color:#3366CC;text-decoration: none; font-weight: bold;}  /* visited link */
#footer p a:hover {color: #FF4599; text-decoration: underline; font-weight: bold;}   /* mouse over link */
#footer p a:active { color:#3366CC;text-decoration: none; font-weight: bold;}  /* selected link */

img{
	border-width: 0;	
}



#container {
	/*position: relative;*/
	width: 1000px;
	margin:auto; /*pour firefox*/
	margin-top: 20px;
	margin-bottom:0;
	/*padding-left: 50%;
	margin-left: -435px;*/
}

#page_content {
	background-color: #C0AD92;
	width: 750px;
	float: right;
	padding: 10px;
	text-align: justify;
}

#container_1c {
	background-color: #C0AD92;
	width: 850px;
	padding: 15px;
	text-align: center;
	margin:auto; /*pour firefox*/
	margin-top: 30px;
	margin-bottom: 30px;
}

#page_content a, #container_1c a{
	text-decoration: none; 
	color: #3366CC;
}
#page_content a:hover, #container_1c a:hover{
	text-decoration: underline; 
	color: #FF4599;
}

#page_content .billet {
	margin-bottom:30px;
}


#page_content .billet .titre_billet h2 {
	height: 30px;
	/*background-color: #FFFFFF;*/
	padding-top: 10px;
	/*padding-left: 75px;*/
	margin:0px;
	padding-right: 70px;
	/*margin-top: 20px;*/
	margin-bottom:10px;
	
	font-size: 1.7em;
	font-family: Arial, Times, serif;
	font-weight: bold;
	color: #545454;
	/*border-bottom: 1px dotted #CCCCCC;*/
	text-align: center;
}

#page_content p{
	/*text-align: justify;*/
	padding-left: 20px;
	padding-right: 20px;
	line-height: 1.4em;
}

#left_col {
	width: 200px;
	float: left;
	/*margin-right: 5px;*/
	/*padding-left: 50%;
	margin-left: -435px;*/
}

#ad_code { 
	width: 204px;
	background-image:url('../images/table_content.gif');
	background-repeat:repeat-y;
	padding-top: 5px;
}

#selectPage {
	margin-top: 30px;
	margin-bottom: 0px;
	text-align: right;
}

#selectNumPage{
	COLOR: #3b678e; 
	FONT-STYLE: italic; 
	FONT-FAMILY: Arial, Tahoma, Verdana, Sans-serif; 
	FONT-WEIGHT: bold; 
	FONT-SIZE: 8pt;
}


#boutonPage {
	background-color: #9cf;
	color: #000;
	cursor: pointer;
	font-weight: 700;
	border: 1px solid #000;
	margin-top: 10px;
	height: 18px;
	FONT-SIZE: 8pt;
}

#boutonPage:hover{
	background-color:#828282;
	border-color:#fff;
	border-style:solid;
	border-width:1px;
	color:#fff;
	border:1px solid #fff;
}

.espace {
	padding-top: 10px;
}

/*TABLE*/
.table_top{
	width: 204px; 
	height: 23px;
	background-image:url('../images/table_top2.gif');
	background-repeat:no-repeat;
}

.table_top2{
	width: 204px; 
	height: 23px;
	background-image:url('../images/table_top2.gif');
	background-repeat:no-repeat;
}
.table_content{
	width: 204px;
	background-image:url('../images/table_content.gif');
	background-repeat:repeat-y;
	padding-top: 10px;
}

.table_content a{
	text-decoration: none;
}

.table_text{
	margin-left:15px;
	margin-right:15px;
	text-align:justify;
}

.table_bottom{
	width: 204px; 
	height: 23px;
	background-image:url('../images/table_bottom.gif');
	background-repeat:no-repeat;

}
div.table_top h2{
	padding: 0px;
	margin: 0px;
	text-align: center;
	color: #545454;
	font-size:medium;
	font-size: 14px;
}

div.table_top h2 a {
	text-decoration: none; 
	border-bottom-style:none;
	color: #545454;
}
div.table_top h2 a:hover {
	border-bottom: #3366CC 1px solid
}
/*TEXT STYLES*/
.news_date {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #0099CC;
}
.news_more {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF9900;
	font-weight: bold;
	text-decoration: none; 
}
.news_more a{	
	text-decoration: none; 
}
.news_text {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: justify;
}


.lien_menu_gauche {
	margin:0;
	padding:0;
}

.lien_menu_gauche  a:link {color:#545454;	text-decoration: none; font-weight: bold;}     /* unvisited link */
.lien_menu_gauche  a:visited {color:#545454;text-decoration: none; font-weight: bold;}  /* visited link */
.lien_menu_gauche  a:hover {color: #FF4599; text-decoration: underline; font-weight: bold;}   /* mouse over link */
.lien_menu_gauche  a:active { color:#FF4599;text-decoration: none; font-weight: bold;}  /* selected link */

.lien_menu_gauche img{
	margin-right: 5px;
}

#page_content .date_box a:link {FONT-STYLE: italic; color:#545454;	text-decoration: none ;}     /* unvisited link */

#page_content .date_box a:visited {FONT-STYLE: italic; color:#545454;text-decoration: none;}  /* visited link */
#page_content .date_box  a:hover {FONT-STYLE: italic; color: #FF4599; text-decoration: underline;}   /* mouse over link */
#page_content .date_box a:active {FONT-STYLE: italic;  color:#FF4599;text-decoration: none;}  /* selected link */

.clearbr {
	clear: both;
}

.titre_billet {
	height: 35px;
	margin:0px;
	margin-bottom:10px;
	padding-bottom:5px;
	border-bottom: 1px dotted #CCCCCC;
}

/*Date du panneau central*/
.date_box {
	/*background-color: #FFFFFF;*/
	/*background-image: url('../images/date.jpg');
	height: 51px;
	width: 52px;*/
	float: left;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #545454;
	font-weight: bold;
	padding-top: 20px;
	/*margin-top: 5px;*/
}

/*lien pour s'inscrire*/
.read_more {
	padding: 3px;
	padding-right: 20px;
	text-align: right;
	font-weight: bold;
	font-size: 13px;
}
.read_more a:link {color: #3366CC; text-decoration: none;}     /* unvisited link */
.read_more a:visited {color: #3366CC; text-decoration: none;}  /* visited link */
.read_more a:hover {color: #821115; text-decoration: none;}   /* mouse over link */
.read_more a:active {color: #3366CC; text-decoration: none;}   /* selected link */

.read_more img {
	margin-right:3px;
}




/****** pour la page charte ******/

#charte {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

#charte p {
	text-align: justify;
}
#charte p:first-letter 
{ 
	font-family: arial, verdana, sans-serif ;
	font-size: 20pt ; 
	color: fuchsia;
	text-align: justify ;
	margin-right: 1px ;
	line-height: 60% ;
	float: left ; 
}


#charte p a{
	text-decoration: none;
	color: #FF4599;
}

#charte h2{
	font-size: medium;
	text-align:center;
}

#charte ul{
	text-align: left;
}

.tag {
	font-weight: bold;
}

.res {
	font-weight: bold;
}


div.erreur {
	font-size: 18px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 20px;
	/*margin-left: 245px;*/
}

