/* CSS Document */
*{
margin:0px;
padding:0px;
}
body{
	background-color:#000;
	font-size:11px;
	color:#fff;
	padding-top:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
/*---------------------------------------STRUCTURE DE PAGE------------------------------------------*/
div#conteneur{
width:925px;
margin-left:auto;
margin-right:auto;
margin-bottom:10px;
}
h1{
background:url(../image/structure/banniere.jpg) no-repeat;
height:128px;
}
h1 span{
visibility:hidden;
}
table#affichageGeneral{
width:100%;
}
table.tableAffichage{
width:95%;
}
td{
vertical-align:top;
}
td#blocMenu{
width:159px;
border-left:solid 1px #979797;
border-right:solid 1px #979797;

}
td#blocPage{
border-right:solid 1px #979797;
background-color:#424242;
}
td#blocPub{
width:150px;
border-right:solid 1px #979797;
text-align:center;
}
td#blocImage{
width:100px;
background-color:#424242;
border-right:solid 1px #979797;
text-align:center;
}
td#footer{
height:23px;
background:url(../image/structure/border-bottom.jpg) no-repeat;
}
table#tableInscription{
width:450px;
margin-left:auto;
margin-right:auto;
border:solid 1px #979797;
margin-top:25px;
}
td.article{
padding:5px;
}
div#page{
padding:5px;
}
/*MENU*/
ul#menu{
list-style-type:none;
}
ul#menu li a{
background:url(../image/structure/menu.jpg);
padding-top:5px;
padding-left:15px;
display:block;
height:20px;
color:#fff;
text-decoration:none;
font-size:11px;
}
ul#menu li a:hover{
background:url(../image/structure/menu_hover.jpg);
background-color:#550F11;
}

/*---------------------------------------TEXTES - TITRES------------------------------------------*/
p.textFooter{
margin-top:8px;
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:#BD5A30;
border-bottom:solid 1px #BD5A30;
padding:5px;
font-size:14px;
}
h2.titreNiv1{
color:#BD5A30;
padding:5px;
font-size:10px;;
}

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

}

ul#article li{
margin-bottom:10px;
margin-top:10px;
}
ul#pub{
list-style-type:none;
}
ul.liste{
	list-style-image: url(../image/liste.gif);
	margin-left:25px;
	margin-bottom:5px;
}
ul.liste li{
margin-top:5px;
margin-bottom:5px;
}
ul#pub li{
list-style-type:none;
margin-top:10px;
text-align:center;
}
ul#langue{
list-style-type:none;
text-align:center;
}
ul#langue li{
list-style-type:none;
margin-top:10px;
display:inline;
margin-left:5px;
margin-right:5px;
}
ul#langue img{
	border:0px;
}
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#listeImage2{
	list-style-type:none;
	text-align:center;
	margin-top:5px;
}
ul#listeImage2 li{
	padding-bottom:25px;
	margin-left:5px;
	margin-right:5px;
}
ul#listeImage{
	list-style-type:none;
	text-align:center;
	margin-top:5px;
}
ul#listeImage li{
	padding-bottom:25px;
	display:inline;
	margin-left:5px;
	margin-right:5px;
}
/*---------------------------------------IMAGES------------------------------------------*/
.imgArticle{
	border:solid 1px #000;
	margin-right:10px;
	float:left;
}
.imgArticleGrandLeft{
	border:solid 1px #000;
	margin-right:10px;
	float:left;
}
.imgArticleGrandRight{
	border:solid 1px #000;
	margin-right:10px;
	float:right;
}
img.lienImage{
border:0px;
}

/*---------------------------------------LIENS------------------------------------------*/
a.liens{
	color:#E85819;
	text-decoration:none;
}
a.liens:hover{
	color:#b14612;
}
a img{
border:solid 1px #e5e5e5;
}
a img.imageSelect{
border:solid 2px #E85819;
}

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