/* 
Realis&eacute; par F-Webconcept
Aucune reproduction, même partielle, autres que celles pr&eacute;vues à l'article L 122-5 du code de la propri&eacute;t&eacute; intellectuelle, ne peut être faite de ce fichier sans l'autorisation expresse de l'auteur.
© copyright F-Webconcept - Tous droits r&eacute;serv&eacute;s.
http://www.f-webconcept.net
Date de creation : 16/04/2007
Derniere modification : 30/04/2007 
*/
.spacer {
clear : both;
}

.marges_form_pass
{
margin-bottom:5px;
margin-top:5px;
margin-left:4px;
margin-right:1px;
}
.marges_form_log
{
margin-bottom:5px;
margin-top:5px;
margin-left:2px;
margin-right:1px;
}


body {
width : 995px;
margin : auto;
background-color : #660000;
	/*background-image: url("images/background.jpg");
    background-repeat: repeat-x;
    background-attachment:fixed;*/
font-family: Verdana,sans-serif;
font-size: small;
}


/********************************************************/
#moitie_g
{
padding :5px;
width : 480px;
float: left; /*flottera a gauche */
z-index:2;
background-color : #ffffff;	
}
#moitie_d
{
width : 480px;
float: right; /* flottera a droite*/
z-index:2;
margin-left:5px;
border-left:1px solid #BF3B3B;
padding-left:5px;
background-color : #ffffff;	
}



/*********************************************************/
#deuxtiersgauche
{
padding :5px;
width : 735px;
float: left; /*flottera a gauche */
z-index:2;
background-color : #ffffff;	
}
#tiersdroit
{
width : 240px;
float: right; /* flottera a droite*/
z-index:2;
margin-left:5px;
border-left:1px solid #BF3B3B;
padding-left:5px;
background-color : #ffffff;	
}

#deuxtiersgauche2
{
padding :5px;
width : 790px;
float: left; /*flottera a gauche */
z-index:2;
background-color : #ffffff;	
}

#tiersdroit2
{
width : 180px;
float: right; /* flottera a droite*/
z-index:2;
margin-left:5px;
border-left:1px solid #BF3B3B;
padding-left:5px;
background-color : #ffffff;	
}
/* debut du code du menu*/

/*Code du menu horizontal soulign&eacute;*/

#menu{
margin: 0;
padding: 0;
background-color: #660000;
}

#menu ul{
margin: 0;
margin-bottom: 1em;
padding-left: 0;
float: left;
/*font-weight: bold;*/
width: 100%;
border: 1px solid #660000;
border-width: 1px 0;
background-color: #660000;
text-transform: uppercase; 
text-decoration:none; 
font-size:x-small;
}

/*règle pour IE. Supprime la marge extra basse*/
* html #menu ul{
margin-bottom: 0;
background-color: #660000;
}

#menu ul li{
display: inline;
/*background-color: #660000;*/
}

/*Les liens tels que vous voulez qu'ils apparaissent*/
#menu ul li a{
float: left;
color: white;
/*font-weight: bold;*/
text-transform: uppercase; 
text-decoration:none; 
font-size:x-small;
padding: 10px 25px 10px 30px;
text-decoration: none;
/*image de s&eacute;paration des rubriques avec son adresse*/
background-color: #660000;
}

/*Ici, c'est pour le configurer le survol des liens*/
#menu ul li a:hover{
color: white;
background-color: #BF3B3B;
border-bottom: 10px solid #BF3B3B;
padding-bottom: 0;
}
/*fin du code du menu*/

#page {
background-color : #ffffff;
float: left; /*flottera a gauche */
/*border: 1px solid #BF3B3B;*/
}

#en_tete {
	/*width: 1000px;*/
	height: 243px;
	background: #660000 url("images/titre.png") no-repeat center top;
	
}
/*boite de dialogue*/
.erreur
{
margin:10px;
border: 1px solid #DEA3A3;
background-color: #FFEDE5;
text-align:left;
}

.erreur ul
{
   list-style-image: url("images/error_icon.gif");
}

.erreur a:hover
{
text-decoration:underline;
}

.ok
{
margin:10px;
border: 1px solid #4DFF2F;
background-color: #E4FFDF;
text-align:left;
}

.ok ul
{
   list-style-image: url("images/success_icon.png");
}

.ok a:hover
{
text-decoration:underline;
}

.info
{
margin:10px;
border: 1px solid #8CC0F7;
background-color: #EDF4F8;
text-align:left;
}

.info ul
{
   list-style-image: url("images/info_icon.gif");
}

.info a:hover
{
text-decoration:underline;
}



/* corps */
#corps {
margin-top : 10px;
margin-bottom : 20px;
padding : 5px;
width : 998px;
float: left; /*flottera a gauche */
background-color: #ffffff;
}





#corps a:visited, a:active, a:focus, a:link, a 
{
color : #660000;
text-decoration:none;
}

#corps a:hover
{
text-decoration:underline;
}


.gras
{
font-weight : bold;
}

.message a:hover
{
text-decoration:underline;
}

.intro
{
text-align:center;
}

.intro a:hover
{
color : #660000;
text-decoration:underline;
}

#corps h1
{
text-align:center;
font-size: x-large;
color: #BF3B3B;
}

#corps h2
{
text-align:center;
border-bottom: 1px dashed #660000;
font-size: large;
color: #660000;
}

#corps h3
{
font-size: medium;
color:#32A025;
}

a img /* Toutes les images contenues dans un lien */
{
   border: none; /* Pas de bordure */
}

/* bas de la page */

.copyright {
font-size: xx-small;
text-align : center;
color : black;
}

.copyright a:visited, a:active, a:focus, a 
{
color : #660000;
}
#bas
{
width : 998px;
color : black;
text-align:center;
margin-top : 5px;
margin-bottom : 5px;
float: left; /*flottera a gauche */
}

#bas a:visited, a:active, a:focus, a 
{
color : #660000;
text-decoration:none;
}

#bas a:hover
{
color : #660000;
text-decoration:underline;
}

#pied {
width : 998px;
height : 50px;
background : url("images/bas.png") no-repeat center bottom;
float: left; /*flottera a gauche */
} 

cite
{
background-color:#ffffff;
display:block;
margin:5px;
padding:5px;
border:dashed 1px #000000;
 opacity: 0.5;
}

/*pagination*/
.pagination{
padding: 2px;
}

.pagination ul{
margin: 0;
padding: 0;
text-align: center; /*Set to "right" to right align pagination interface*/
}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
}

.pagination a, .pagination a:visited{
padding: 0 5px;
border: 1px solid #007aa1;
text-decoration: none;
color: #007aa1;
}

.pagination a:hover, .pagination a:active{
border: 1px solid #2b66a5;
color: #ffffff;
background-color: #7DB7CA;
text-decoration:none;
}

.pagination li.currentpage{
font-weight: bold;
padding: 0 5px;
border: 1px solid #007aa1;
background-color: #660000;
color: #FFF;
}

.pagination li.disablepage{
padding: 0 5px;
border: 1px solid #929292;
color: #929292;
}

.pagination li.nextpage{
font-weight: bold;
}

* html .pagination li.currentpage, * html .pagination li.disablepage{ /*Pour bug IE6.*/
margin-right: 5px;
padding-right: 0;
}
/*fin pagination*/
.illustration_g {
float : left;
padding : 10px;
margin-right : 5px;
}
.illustration_d {
float : left;
padding : 10px;
margin-right : 10px;
}
.texte_ac_ilus {
text-align : justify;
padding : 20px;
line-height : 20px;
}
.texte_ac_ilus_d {
text-align : justify;
padding : 20px;
line-height : 20px;
}
.texte_ac_ilus_g {
text-align : justify;
padding : 20px;
line-height : 20px;
}
.texte_ac_ilus_g_prod {
text-align : justify;
padding : 20px;
line-height : 15px;
}
.demi_g {
width : 350px;
float : left;
/*border : 1px solid #333399;*/
height : 400px;
padding-right : 10px;
}
