/* CSS Document */
*{
margin:0px;
padding:0px;
}
body{
	background-color:#fff;
	font-size:11px;
	color:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../image/structure/backgr.jpg);
	background-repeat: repeat;
}
/*---------------------------------------STRUCTURE DE PAGE------------------------------------------*/
div#conteneur{
width:750px;
margin-left:auto;
margin-right:auto;
}
h1{
background:url(../image/structure/banniere.jpg) no-repeat;
height:105px;
}
h1 span{
visibility:hidden;
}
table#affichageGeneral{
width:100%;
margin-top:5px;
}
td{
vertical-align:top;
}
td#blocMenu{
width:150px;
border-left:solid 1px #772f08;
border-right:solid 1px #772f08;
}
td#blocPage{
border-right:solid 1px #772f08;
height:auto;
background-color:#f4f3f3;
}
td#blocPub{
width:150px;
border-right:solid 1px #646464;
text-align:center;
}
td#footer{
height:14px;
padding:4px;
background:url(../image/structure/border-bottom.jpg) no-repeat;
}  
table.tableAffichage{
	width:95%;
}
table#tableInscription{
width:450px;
margin-left:auto;
margin-right:auto;
border:solid 1px #646464;
margin-top:25px;
}
div#page{
overflow:auto;
height:450px;
padding:5px;
}
td.article{
padding:5px;
}
/*MENU*/
ul#menu{
list-style-type:none;
}
ul#menu li a{
background-color:#DD7D30;
padding-top:5px;
padding-left:15px;
display:block;
height:20px;
color:#fff;
text-decoration:none;
font-size:11px;
border-bottom:solid 1px #AF4A12;
}
ul#menu li a:hover{
background-color:#C54E16;
background-color:#550F11;
}

/*---------------------------------------TEXTES - TITRES------------------------------------------*/
p.textFooter{
font-size:10px;
text-align:center;
color:#FFFFFF;
}
p.textAlignJustify{
text-align:justify;
}
p.textAlignLeft{
text-align:left;
}
p.textAlignRight{
text-align:right;
}
p.textAlignCenter{
text-align:center;
}
p.message, .erreur{
	background: #cc3333 url(../image/structure/bckgr_message.jpg);
	margin-top:15px;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
	color:#fff;
	width:75%;
	margin-left:auto;
	margin-right:auto;
}
p.bouton{
	margin:5px;
}
p.boutonRight{
	margin:5px;
	text-align:right
}

hr.ligneSepa{
	color:#666;
	background-color:#666;
	height: 1px;
	border: 0;
	margin-top:5px;
}
h2.grosTitre{
color:#CC6E26;
border-bottom:solid 1px #550F11;
padding:5px;
font-size:14px;
}
h2.titreNiv1{
color:#CC3300;
padding-bottom:5px;
font-size:12px;
}
h2.titreNiv2{
color:#333;
padding-bottom:5px;
font-size:11px;
}


/*---------------------------------------LISTES------------------------------------------*/
ul#article{

}

ul#article li{
margin-bottom:10px;
margin-top:10px;
}
ul#pub{
list-style-type:none;
}
ul#pub li{
list-style-type:none;
margin-top:10px;
text-align:center;
}
ul#annonce{
	list-style-type:none;
	text-align:center;
	margin-top:5px;
}
ul#annonce li{
	padding-bottom:25px;
	display:inline;
	margin-left:5px;
	margin-right:5px;
}
ul#annonce img{
	border:0px;
}
ul#itemAgenda li{
	padding:5px;
	border-bottom:solid 1px #333333;
}

/*---------------------------------------IMAGES------------------------------------------*/
.imgArticle{
	border:solid 1px #000;
	margin-right:10px;
	float:left;
}
.imgArticleGrand{
	border:solid 1px #000;
	margin-right:10px;
	float:left;
}
img.lienImage{
border:0px;
}


/*---------------------------------------LIENS------------------------------------------*/
a.liens{
	color:#884b17;
	text-decoration:none;
}
a.liens:hover{
	color:#333333;
}

/*---------------------------------------FORMULAIRES------------------------------------------*/
#choixLangue{
	background-color:#CCCCCC;
	color:#000;
	width:45px;
	border:solid 1px #000;
}
#choixLangue option{
	background-color:#333333;
	color:#CCCCCC;
}
