
/***********************
Par Vianox, Octobre 2009
modifié en Mars 2010
------------------------
CSS 3.0 Certifié W3C
************************/

trick{
}

body{
	background-image: url('images/fond.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-family: arial, sans;
}

/************************
     Style des blocs 
*************************/
#header{
	width: 1000px;
	height: 200px;
	background: url('images/header.png');
	margin: 0 auto 0 auto;
}
#page{
	margin: 0 auto 0 auto;
	width: 1000px;
}

#style_news{
	width: 1000px;
	height: 50px;
	background: url('images/haut_news2.png');
	background-repeat: repeat-y;
	border-left: 1px solid #6b3b14;
	border-right: 1px solid #6b3b14;
}

#vrai_news{
	width: 1000px;
	height: 50px;
	background: url('images/haut_news.png');
	background-repeat: no-repeat;
}

#corps{
	width: 1000px;
	background: url('images/fond_corps.png');
	border-left: 1px solid #6b3b14;
	border-right: 1px solid #6b3b14;
	padding-bottom: 40px;
	min-height: 550px;
}

#style_pied{
	border: 1px solid #6b3b14;
	border-top: 0px;
	background: url('images/footer.png');
	width: 1000px;
	height: 40px;
}

#vrai_pied{
	background: url('images/fond_corps.png');
	width: 1000px;
	height: 40px;
}

/************************
    Style des menus 
*************************/
#header  ul{
	list-style: none;
	float: left;
	display: table;
	margin-top: 80px;
	color: #FFFFFF;
	text-shadow: #13245B 1px -1px 2px;
}

#header li{
	display: table-cell;
	float: left;
	background-image: url('images/fond_element.png');
	background-repeat: no-repeat;
	height: 45px;
	width: 100px;
	text-align: center;
	padding-right: 4px;
	padding-left: 2px;
}

#header li:hover{
	background-image: url('images/fond_element2.png');
}

#droite{
	margin-left: 280px;
}

#gauche{
	margin-left: -15px;
}

.menu, .menu:visited{
	color: #FFFFFF;
	text-decoration: none;
}

/************************
    Style des news 
*************************/
#minibloc1{
	float: left;
	margin-top: 0px;
	margin-left: 18px;
	border: 1px groove #6b3b14;
	width: 275px;
}

#minibloc2{
	float: right;
	margin-top: 0px;
	margin-right: 18px;
	border: 1px groove #6b3b14;
	width: 260px;
}

.mininews{
	margin: 0;
	text-align: center;
	padding-top: 3px;
	font-size: 12px;
}
h5{
	font-size: 12px;
	margin: 0;
	font-weight: bold;
	text-align: center;
}

.mininews a, a:visited{
	color: #524028;
	text-decoration: none;
}

/************************
    Blocs du corps 
*************************/
#img_gauche{
	height: 400px;
	width: 40px;
	margin-left: 0%;
	margin-top: 17%;
	float: left;
}

#img_droite{
	height: 400px;
	width: 40px;
	margin-right: 0%;
	margin-top: 17%;
	float: right;
}

h2{
	margin-top: 0px;
	text-align: center;
	font-size: 22px;
	color: #F4F4F4;
				text-shadow: #33447B 1px -1px 7px;
}

h3{
	margin-top: 3px;
	font-size: 15px;
	text-align: center;
}

div.article{
	border-bottom: 1px groove #6b3b14;
	background: url('images/titre_article.png');
	background-repeat: no-repeat;
	width: 700px;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	margin-top: 25px;
	color: #372611;
}

hr.article{
	border: 1px solid #CCCCCC;
	width: 600px;
}

.contenu_article{
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
}

.pages{
	text-align: center;
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
}

.important{
	color: #CE9765;
	margin: 0;
	padding: 0;
}

div.article li{
	margin-bottom: 8px;
	font-size: 17px;
}

div.article dt{
	font-size: 14px;
	margin-bottom: 2.5px;
}

div.article table{
	margin: 0 auto 0 auto;
	border-collapse: collapse;
	border: 1px solid #6b3b14;
	width: 650px;
}

div.article th, td{
	border: 1px solid #6b3b14;
	text-align: center;
}

div.article a, a:visited{
	color: #524028;
}

#membres dt{
	margin-bottom: -2px;
	margin-top: -10px;
	padding-left: 30px;
}

#membres li{
	list-style-type: none;
}

/************************
    Style des form
*************************/
.formulaire {
	width: 260px;
	margin: 0 auto 0 auto;
	margin-bottom: 10px;
	border: 1px solid #A29078;
}

.formulaire dt{
	text-decoration: underline;
	margin-top: 5px;
	margin-bottom: 5px;
}

.formulaire p{
	text-align: center;
	display: block;
}

.formulaire input{
	border: 1px solid #A29078;
}

.formulaire input:hover{
	border: 1px solid #6b3b14;
}

/************************
    Style du pied 
*************************/
.contenu_pied, .contenu_pied a{
	text-align: center;
	margin: 0px;
	padding-top: 10px;
	font-size: 10px;
}

.lien_pied, .lien_pied:visited{
	font-size: 12pt;
	text-decoration: none;
	color: #524028;
}


