/*----------------------------------------------------------------------------*/
/* selecteur element par defaut                                               */
/*----------------------------------------------------------------------------*/                           
A:link {color: #fff; }
A:visited {color: #eee; }
A:active {color: #fff; }
A:hover  {color:#fff; }

a.pos:link { color:#300000; text-decoration:none; }
a.pos:visited { color:#6b577c; text-decoration:none; }
a.pos:hover {  color:#992d2d; text-decoration:none; }
a.pos:active { color:#994c4c; text-decoration:none; }

a.pos-u:link { color:#300000; text-decoration:underline; }
a.pos-u:visited { color:#6b577c; text-decoration:underline; }
a.pos-u:hover {  color:#992d2d; text-decoration:underline; }
a.pos-u:active { color:#994c4c; text-decoration:underline; }

a.interne:link { color:#300000; text-decoration:none; }
a.interne:hover{ color:#300000; text-decoration:none; }

a.lien_pagination:link { color:#FFFFFF; text-decoration:underline; }
a.lien_pagination:visited { color:#FFFFFF; text-decoration:underline; }
a.lien_pagination:hover {  color:#FFFFFF; text-decoration:underline; }
a.lien_pagination:active { color:#FFFFFF; text-decoration:underline; }

/* top/right/bottom/left */

body {
	background-color: #000000;
	color: #CCCC99;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

h1.headertitle{
	text-align: center;
	padding-top:10px;
	color:white;
	font-size:13px;
	line-height:1.25em;
	margin:0px; 
}

h2 {
	font-weight: bold;
	font-size: 13px;
	text-align: center;		
}
h2.intitrub{
	margin: 0px;
	padding-left:0.5em;
	margin-top:1em;
	font-weight: bold;
	font-size: 11px;
	color: #300000;
	height:1.5em;
	display: block;
	border-bottom: 1px solid #ccbcc1;
	border-left: 1px solid #ccbcc1;
}

h3{
	font-weight: bold;
	font-size: 12px;
	color: #300000;
}

/* table */

td.a0 {}
td.form{color: #000000;}
td.headertitle{
	background-color: #999999;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
}

/* paragraphes */
p {
	color: #000000;
	text-align: left;
}
p.breve 
{ 
	margin-left: 1em;
	color: #FFFFFF; 
	font-size: 100%; 
	text-align: justify;	
}
td p.table-services-western
{
	margin:0px;
	padding:0px;
	padding-left:5px;
}

/* formulaires */	
input{
	padding:1px;
	margin:1px;
}
input.bouton {}
select{
	padding:0px;
	margin:0px;
}
form{
	margin:0px;
	padding:1px;
	border: 0px solid #999999;	
}
textarea{
	background-color: #ffffff;
}
img{
	border:0px;
}
ul{
	padding:0px;
	margin:0px;
	border:0px;
}

/*----------------------------------------------------------------------------*/
/* selecteur id                                                               */
/*----------------------------------------------------------------------------*/

/* colonne gauche */
#colonne-gauche{
	width: 120px;
	font-size: 10px;
}

/* colonne centre, contenu */
#contenu
{
	margin: 5px;
	margin-top: 10 5 5 5px;
	min-width: 470px;
}
/* colonne droite */
#colonne-droite{
	width: 160px;
	font-size: 10px;
}
#bloc-droit{
	background-color: #300000;
}
#colonne-droite #formulaires{
	padding: 5px;	
}

/* pied page */
#pied-page {
	font-size: 10px; 
	padding-top: 5px; 
	border-top: 1px solid #cccccc;
	margin: 10px 5%;
}	
#pied-page .gauche {
	float: left; 
	width: 10%;
}
#pied-page .centre {
	text-align: center;
}
#pied-page .droit {
	float: right; 
	width: 10%;
}

/*menus*/
#menu-gauche,#menu-droit {}
#menu-gauche ul, #menu-droit ul{
	display: block;
	background-color: #300000;
}
#menu-gauche li, #menu-droit li {
	list-style: none;
}
#menu-gauche li.active, #menu-droit li.active{
	background-color: #7D2626;	
}
#menu-gauche a, #menu-droit a{
	display:block;
	text-decoration:none;
	font-weight: bold;	
	padding-left:1em;
	height:1.6em;
	line-height:1.6em;
}
#menu-gauche a:hover, #menu-droit a:hover{
	background-color: #7D2626;	
}
#menu-gauche .decobas, #menu-droit .decobas {
	height: 10px;
	width: auto;
	background-color: #300000;
}

/* articles */
#articles-infos{}


/* galeries */


#galerie
{
	float:left; 
	text-align:center; 
	width:100%; 
	margin-bottom:30px; 	
	min-height:400px;
	border: 1px solid #444444;	
}

#galerie .encartartiste
{
	padding-left:1em;
	padding-right:1em;	
	color:white;
	text-align:left;
	background-color:#333333;	
	height:2em;
	line-height:2em;
	font-weight:bold;
}

#galerie .encartvignettes 
{
	text-align:center; 
	height:auto; 
	margin:10px;
 	float:right; 
	width:242px;
	border: 1px solid #444444;
}

#galerie .vignette
{
	 /* padding 0 pour IE. remplace par margin 5 ds code */
	margin:2px;
	height:112px;
	width:112px;
	background-color:#333333;
	border: 1px solid #444444;
}

#galerie .zoom 
{ 
	width:auto;
	margin:10px;
	margin-right:270px;
	text-align:center;
}

#galerie .titre
{
	line-height:1.5em;
	width:200px;
	text-align:center;
}

#galerie .description
{
	padding:0px 0px 5px 10px;
	width:200px;
	text-align:left;
}

#resume_galerie .resume
{
	position:relative;
	width:47%; 
	height:120px; 
	background-color: #f7efef;
	border: 1px solid #999999;
}

#resume_galerie .apercu
{
	width:120px; 
	height:100%; 
	background-color:#333333; 
	text-align:center;
}

#resume_galerie .titre
{
	text-align:center; 
	padding-top:1em; 
	font-weight:bold; 
	color:#300000;
}

#resume_galerie .desc
{
	color:#000000;
}

.navig_gal
{
	margin: 0px 2% 1em 2%; 
	height:1.5em; 
	line-height:1.5em; 
	text-align:center; 
	background-color:#333333; 
	border: 1px solid #444444;
}

/* exporama */

#exporama
{}

/* plan */

#plan {}

#plan .contre-encart {}

#plan .encart {
	float: right;
	padding: 1em;
	padding-bottom: 2em;		
	width: 12em;
	text-align: left;	
	background-color: #ffffff;		
	border: 1px solid #999999;	
}

#plan h2 { 
	text-align: left; 
	background-color: transparent;	
}

#plan .encart li {
	line-height:2em;	
	list-style: none;
}

#plan .encart ul {


}

#plan .contre-encart ul {
	display: block;
	clear: left;
	padding: 1em 0em 1em 3em;	
	padding-top: 1em;
	padding-bottom: 1em;	
	list-style: circle; }
	
#plan .contre-encart li { list-style: inherit; }

/* comptes perso */

#compte {}

#compte h2 {
	padding: 0.2em;
	margin: 0px;
	color: #ffffff; 
	background-color: #ccbcc1;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

#compte .section {
	border: 1px #666666 solid; 
	padding: 1.5em; 
	margin-bottom:2em;
}
 
#compte ul{
	margin-bottom:1em;
}

#compte li {
	padding:0.2em;
	padding-left:1.5em;
	list-style:none;
}

#compte .inactif {
	color: #999999;
}

/* annuaire al�toire */

#annuaire-aleatoire {
	width: 120px;
	margin-top: 5px;
	padding-bottom: 5px;
	background-color: #300000;
	text-align:center;	
}

#annuaire-aleatoire img, #agenda-aleatoire img{
	padding: 2px;
	margin-top: 10px;
	margin-bottom: 5px;
	border: 1px solid #999999;
}

#annuaire-aleatoire .entete, #agenda-aleatoire .entete{
	clear:both;
	font-weight: bold;	
}

/* proposer site */

#proposer-site, #derniers-articles, #derniers-corriges {
	display:block;
	width: auto;
	height:2em;
	line-height:2em;	
	text-align:center;	
	border-top: 1px solid #996633;
	border-bottom: 1px solid #996633;
	background-color: #300000;
}
#derniers-articles a, #derniers-corriges a {
	text-decoration:none;
	font-weight: bold;	
}
#proposer-site a {
	font-size:125%;
	text-decoration:none;
	font-weight: bold;	
}
/* agenda al�toire */

#agenda-aleatoire {
	width: 160px;
	margin-top: 5px;	
	padding-bottom: 5px;
	background-color: #300000;
	text-align:center;	
}

/* moteur, newsletter */
#moteur, #newsletter {
	border:0px;
	padding:0px;
	background-color: #300000;
}

#moteur fieldset, #newsletter fieldset {

}


/* onglets */    

#onglet {
	float:left;
	}
#onglet ul {
	list-style:none;
	}
#onglet li {
	float:left;
	background:url("../../images/clipart/onglet_droit_level6.png") no-repeat right top;
	height:20px;	
	line-height:20px;  
	}
#onglet a {
	display:block;
	background:url("../../images/clipart/onglet_gauche_level6.png") no-repeat left top;
	color: white;	  
	text-decoration: none;		  
	padding-left:10px;
	padding-right:10px;	  
	}
#onglet #current {
	background-image:url("../../images/clipart/onglet_droit_level1.png");
	}
#onglet #current a {
	background-image:url("../../images/clipart/onglet_gauche_level1.png");
	color: black;
	text-decoration: none;	  
	}	

/*----------------------------------------------------------------------------*/
/* selecteur classe                                                           */
/*----------------------------------------------------------------------------*/
	
/* layout */

.layout1 {
	padding : 30px; 
	padding-top : 20px; 
	padding-bottom : 20px; 
	text-align: justify;	
}

.layout2 {
	padding : 10px; 
	padding-top : 10px; 
	margin : 0px;
}

.layout3 {
	padding : 0px; 
	padding-top : 5px; 
	margin : 0px;
}

.layout4 {
	margin-top:1em;
	margin-bottom:1em;	
	padding:0.5em;
}

.layout-encart {
	padding:0.5em;
}

.layout-entete {	
	margin :20px; 
	margin-bottom: 1em;
	margin-top:0.25em;
	padding: 0em;
	padding-bottom: 0.25em; 
}	

.rg{
	float: right;
}
.lf{
	float: left;
}

/* blocs */

/* general */
.showflag1 {}

/* bloc annonces */

.annonces-droit {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;	
	background-color: #300000;
}

.annonces-gauche {
	width:120px;
	padding-top: 10px;
	background-color: #300000;
}

/* blocs image */
.imgraw{

}

.imgright{
	float: right;
}
.imgleft{
	float: left;
}

.img10{
	height : 10px;
	width : 10px;
}
.img20{
	height : 20px;
	width : 20px;
}
.icon-22{
	width: 22px;
	height: 22px;
}

.imgdeco{
	padding: 2px;
	border: 1px solid #999999;
}

.doc{
	margin-top: 10px;
	float: left;
}

.icon-block-right{
	width: 100px;
	height: 22px;
	text-align: right;
	line-height: 22px;	
	float: right;	
}

/* bloc colonne simple */
.col-single{
	padding: 10px;
	margin-top: 5px;		
	margin-bottom: 5px;	
	border: 1px solid #999999;
	text-align: left;
	width: 90%;
	min-width: 300px;
	background-color: #300000;
}

/* bloc doubles colonnes pour boutique */ 
.col_txt_left_bou{
	padding-left: 5px;		
	padding-top: 5px;		
	padding-bottom: 5px;		
	width: 125px;
	float: left;
}
.col_txt_right_bou{
	width: 125px;
	float: right;
	border: 0px solid #999999;			
}
.col_block_left{
	margin-bottom: 10px;	
	width: 275px; /* 130+120+5(padding)+15(scroll) -> esp txt/img=5px*/
	float: left;
	overflow: auto;	/* autoriser scroll. c.g. 15px */
	border: 1px solid #999999;	
	background-color: #300000;
}
.col_block_right{
	margin-bottom: 10px;		
	width: 275px; /* 130+120+5(padding)+15(scroll) -> esp txt/img=5px*/
	overflow: auto;
	float: right;
	border: 1px solid #999999;	
	background-color: #300000;
}
.col-main{
	padding-left: 5px;	
	padding-right: 5px;					
	width:555px; /* 270x2+1x4(border) */
}

/* bloc colonne principale */
.contenu {
	padding-top: 5px;
	padding-bottom: 5px;		
	margin-left: 10px;
	background-color: #ede6e1;	/* l2 */
}
.contenu ul {
	margin-left: 4px;
	margin-right: 4px;		
	list-style: none;
	background-color: #f7efef;	 /* l1 */
}
.contenu-item {
	display:block;
	height:auto;
	padding-top: 1px;
	margin-bottom: 1px;	
	padding-left: 4px;	
	padding-right: 4px;		
}
.contenu-lien {
	padding-top: 10px;
	padding-bottom: 12px;	
	padding-left: 30px;	
	font-weight: bold;
	color: black;
}

/* bloc detail */
.contenu-det {
	padding-top: 5px;
	background-color: #ede6e1;	/* l2 */
}
.contenu-det-art {
	padding-top: 5px;
}
.detail{  /* .contenu-det, .contenu-det-art */
	padding-bottom: 10px;
	margin: 0px 20px;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	color: #000000;
	border-bottom: 1px solid #A69795;
	clear: both;		
}
.detail .cartouche{
	border-bottom: 2px #ffffff solid; 
	border-right: 2px #ffffff solid; 
	border-top: 2px #c6c2b6 solid; 
	border-left: 2px #c6c2b6 solid; 
	height: 24px; 
	width: 200px; 
	background-color: #f7efef; /* l1 */
}
.detail .entete{
	padding: 2px;
	background-color: #a59e81;
	color: white;	
}
.detail .imgright{
	padding: 2px;
	margin: 10px 0px 10px 20px;
	float: right;
	text-align: center;
	border: 1px solid #300000;
}
.detail .imgleft{
	padding: 2px;
	margin: 10px 0px 10px 20px;
	float: left;
	text-align: center;
	border: 1px solid #300000;
}
.detail .corps{
	padding: 10px;
	text-align: justify;
}
.detail .corps-min{
	padding: 10px;
	text-align: justify;
	min-height: 70px; 
}
.detail .corps-min2{
	padding: 10px;
	min-height: 50px; 	
	text-align: justify;
}
.detail .icones{

	margin-top: 10px;	
	height: 20px;
}
.detail .icones-art{
	margin-top: 10px;	
	height: 20px;
	clear: both;
}
.detail .connexe{ /* info connexes �article */
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	background-color: #a59e81;	
	color: white;	
}

.pied-art
{
	border-top: 1px solid #000000;
	margin-top: -1px; /* recouvrement bordure sup */
	background-color: #a69795;	
	height: 20px;
	width: 100%;
	clear: both;
}

/* bloc contenu */
.contenu .iconright{
	float: right;
}
.contenu .titre-extrait {
	font-weight: bold;
	color: white;	
}
.contenu .titre-texte {
	font-weight: bold;
	color: white;	
}
.contenu .surtitre {
	font-weight: bold;
	color: white;	
}

/* bloc entete rubriques */
.enteterub-box {
	margin-left: 10px; 
	margin-bottom: 1px; 
	padding-left: 20px;
	line-height: 20px; 
	height: 20px; 		
	background-color: #a69795;
}

/* bloc entete detail et article */
.enteterub-box-det {
	line-height: 20px; 
	height: 20px;
	background-color: #a69795; 
}
.enteterub {
	color: white;
	font-weight: bold;	
}

/* bloc selection */
.entetesel-box
{
	width: 200px;
	height: 10px; 
	line-height: 10px; 
	color: white; 
	background-color: #999999;
}
.selbox
{
	padding: 5px; 
	border: 1px solid #444444;

}
.selbox-det
{
	background-color: #f7efef; /* l1 */
	padding: 10px; 
	color: black;

}

/* bloc gen */
.distrib-box{
	padding: 10px;
	margin-bottom: 2px;	
	border: 1px solid #999999;
	text-align: left;
	width: 400px;
	background-color: #330000;	
}

/* bloc cartouche */
.cartouche {
	padding-top: 1em;
	border-top: 2px solid #404040;
	margin-bottom: 0em;
}

/* bloc navigation */
.navig{
	width: 100%;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background-color: #a69795;
	font-weight: bold;
	color: white;		
}

.entete-ser{
	padding: 5px; 
	background-color: #a59e81;	
	color: white;
	font-weight: bold;

	font-size: 13px;
	text-align: center;		
}

/* google map */
.googlemap{
	height: 300px;
}

/* surcharge styles suivis forum de spip  */

.cadre-titre {
	font-family: verdana, arial, helvetica, sans;
	font-weight: bold;
	font-size: 12px;
	padding: 3px;
	color:black;
}

.cadre-forum {
	background-color: #fff;
	border: 1px solid #aaa;
}

.cadre-forum div.cadre-titre {
	background-color: #ccbcc1;
	border-bottom: 1px solid #aaa;
	color: #000;	
}

.cadre-padding {
	font-family: verdana, arial, helvetica, sans;
	font-size: 12px;
	padding: 6px;
	position: relative;
}

.cadre-thread-forum {
	background-color: #f9f9f9;
	border: 1px solid #ccc;
	border-top: 0;
}

.cadre-thread-forum div.cadre-titre {
	background-color: #CCC;
	color: #000;	
}

/* typographie   */

.status { font-weight: bold; font-size: 11px; color: white;	}

.rouge {color: #ff0000;}

.warning { font-weight: bold!important; font-size: 12px;	color: #ff0000!important;}

.gras{font-weight: bold;}

.grasblanc {font-weight: bold; font-size: 11px; color: white; display: inline;}

.highlight { font-weight: bold; color: #300000;}

.inline {display: inline;}

.nounder {text-decoration: none;}

.under {text-decoration: underline;}

.retrait {text-indent:1em;}

.retraitwide {text-indent:10em;}

.retrait-block {margin-left: 1em;}

.justif {text-align: justify;}

.small{font-size: 10px;}

.note{font-style: italic;}

.activeimg{}

.texte-style1{
	color: #ffffff;
	text-align: justify;
	display: inline;	
}

.texte-style2{
	color: #CCCC99;
	text-align: justify;
}


/* spip modifies */

.spip_surligne {color: red; font-weight: bold; }

.spip_logos {  }



/* habillage */

/* level0 */

.level0{
	color: #000000; 
	background-color: #f7efef;
}


/* level1 */

.level1{
	color: #000000; 
	background-color: #f7efef;
}

.level1 h2 {
	margin: 1em 0em 0.5em 0em;
	color: #ffffff; 
	background-color: #ccbcc1;
}

.level1 .entete {

	border-bottom:1px solid #ccbcc1;
	color:#300000;
	font-weight:bold;
}


.level1 .encart {
	color: #000000; 
	background-color: #ffffff;	
	border: 1px solid #ccbcc1;
}

/* level2 */

.level2{
	color: #000000; 
	background-color: #ede6e1;
}

.level2 h2 {
	margin: 0px;
	padding: 0.2em;
	color: #ffffff; 
	background-color: #ccbcc1;
	font-weight: bold;
	text-align: left;
}

.level2 h3 {
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 2px; 
	padding-left: 5px; 
	background-color: #ccbcc1;
	color: white; 
	font-weight: bold; 	
	clear: both;
}

.level2 h2 a:link    { color:#ffffdd; text-decoration:none; }
.level2 h2 a:visited { color:#EEEEEE; text-decoration:none; }
.level2 h2 a:hover   { color:#FFFFFF; text-decoration:none; }

.level2 ul{}

.level2 li {
	padding:0.2em;
	list-style:none;
}

.level2 .encart {
	background-color: #f7efef;
	border: 1px solid #ccbcc1;
}

.level2 .entete {
	border-bottom:1px solid #ccbcc1;
	color:#300000;
	font-weight:bold;
	font-size:12px;
}

.level2 p {
	padding-left: 2em;
}

.level6{
	color: #ffffff; 
	background-color: #300000;
}

/* levels */

.level0 p, .level1 p, .level2 p {
    padding: 1 0em;
    color: #000000;
}

.level1 a:link {color:#300000; text-decoration:underline;}
.level1 a:visited {color:#6b577c; text-decoration:underline;}
.level1 a:hover {color:#992d2d; text-decoration:underline;}

.level0 a:link, .level2 a:link {color:#300000; text-decoration:none;}
.level0 a:visited, .level2 a:visited {color:#6b577c; text-decoration:none;}
.level0 a:hover, .level1 a:hover, .level2 a:hover {color:#992d2d; text-decoration:none;}


/* deco */

.puce {
	float: left;
/*	vertical-align: bottom; */
	background:url("../../images/clipart/transp/puce.gif") no-repeat right;
	height:11px;
	width:8px;
	margin-left: 0em;
	}

.icon-cotation {
	float: right;
	background-image: url("../../images/clipart/transp/icon_cotation.gif");
	background-repeat: no-repeat;
	width: 22px;
	height: 22px;
}

.icon-professionnel {
	float: right;
	background-image: url("../../images/clipart/transp/icon_professionnel.gif");
	background-repeat: no-repeat;
	width: 22px;
	height: 22px;
}

.icon-site {
	float: right;
	background-image: url("../../images/clipart/transp/icon_site.gif");
	background-repeat: no-repeat;
	width: 22px;
	height: 22px;
}

.icon-eve {
	float: right;
	background-image: url("../../images/clipart/transp/icon_eve.gif");
	background-repeat: no-repeat;
	width: 22px;
	height: 22px;
}

.icon-galerie {
	float: right;
	background-image: url("../../images/clipart/transp/icon_galerie.gif");
	background-repeat: no-repeat;
	width: 22px;
	height: 22px;
}

.icon-cad {
	float: right;
	background-image: url("../../images/clipart/transp/icon_cad.gif");
	background-repeat: no-repeat;
	width: 22px;
	height: 22px;
}

.icon-feed {
	float: right;
	background-image: url("../../images/clipart/feed.png");
	background-repeat: no-repeat;
	width: 22px;
	height: 22px;
}

/* icone img */

.icon-img{
	background-image: url("../../images/clipart/icon_img.png");
	width: 22px;
	height: 22px;
	float: left;	
}

/* deco 10, l1 */

.deco_10_d_h_level1{
	background-image: url("../../images/clipart/arr_10_d_h_level1.png");
	background-repeat: no-repeat;
}

.deco_10_g_h_level1{
	background-image: url("../../images/clipart/arr_10_g_h_level1.png");
	background-repeat: no-repeat;
}

/* deco 10, l2 */

.deco_10_d_h_level2{
	background-image: url("../../images/clipart/arr_10_d_h_level2.png");
	background-repeat: no-repeat;
}

.deco_10_g_h_level2{
	background-image: url("../../images/clipart/arr_10_g_h_level2.png");
	background-repeat: no-repeat;
}

/* deco 10, l6 */

.deco-10-d-h-level6{
	background-image: url("../../images/clipart/arr_10_d_h_level6.png");
	background-repeat: no-repeat;
}

.deco-10-g-h-level6{
	background-image: url("../../images/clipart/arr_10_g_h_level6.png");
	background-repeat: no-repeat;
}

.deco-10-d-b-level6{
	background-image: url("../../images/clipart/arr_10_d_b_level6.png");
	background-repeat: no-repeat;
}

.deco-10-g-b-level6{
	background-image: url("../../images/clipart/arr_10_g_b_level6.png");
	background-repeat: no-repeat;
}


.imgportright{
	padding: 2px;
	margin: 10px 0px;
	float: right;
	text-align: center;
	border: 1px solid #300000;
	width: 200px;
}
.imgportleft{
	padding: 2px;
	margin: 10px 0px;
	float: left;
	text-align: center;
	border: 1px solid #300000;
	width: 200px;	
}

.resize
{
	width: 80%;
}

/* spip */

.spip_encadrer {
	font-family: helvetica, arial, sans-serif;
	background-color: #ede6e1;
	padding: 10px;
	margin : 10px;
	border-bottom: 2px #ffffff solid; 
	border-right: 2px #ffffff solid; 
	border-top: 2px #c6c2b6 solid; 
	border-left: 2px #c6c2b6 solid; 
}
	
.forml 
{ 
	width: 100%; 
	background-color: #FFFFFF;
}

.extrait {
	font-family: Verdana,Arial, Helvetica, sans-serif;

}

form.formrecherche { 
	margin-top: 2px;
	margin-bottom: 5px;
	padding: 2 0px;
	text-align: center;
	border: 1px solid #999999;	
}

p.spip{
	margin-top: 1em;
	margin-bottom: 1em;		
	margin-left: 10px;
	color: #000000;
	text-align: justify;	
}

.reponse_formulaire {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 110%;
	color: red;
}







