

/* General */
html { 
	background-color:#6f83ab;
}

body { 
	margin:0px;
	height:100%;
}
.bordure{
border:solid 3px #36322f;
}


/* Texte */
.texte
{
	font-family: Bitstream Vera Sans;
	font-weight:bold;
	src: url(BITSTRE0.eot);
	color:#4b587d;/*#2b3553;*/
	font-size:12px;	
	letter-spacing:.05em;
	letter-spacing:.02em; !important
	word-spacing:.1em;
	text-align:left;
	orphans:10;
	line-height:1.8em;
}
.titre
{
	font-size:18px;	
}
.gras
{
	font-size:16px;	
	color:#2d3a5e;
}
.mini
{
	line-height:0.4em;	
}
.moyen
{
	line-height:12px;
	font-size:10px;	
}



/*GALERIE*/

.limage
{
	align:center;border:0;spacing:5px
}

.article
{
	height:145px;
	border: 1px solid gray;
	width:100px;
	float:left;
	margin:5px;
	
}

.divImg
{
	text-align: center;overflow:hidden;position: relative;height:93px;

}

.gal_bas
{
	border:1px solid #cdd2dd;background-Color:#e2e6ee;text-align:center;height:50px;
	/*background-Color:#CCCCCC;height:50px;text-align:center;*/
}

/*FORM*/
.impr
{
	width:100px;padding-right:15px;

}
.formulaire{
	font-family: Bitstream Vera Sans;
	src: url(BITSTRE0.eot);
	color:#181f34;
	font-size:12px;	
	border:0px;
}
.formimg{border:0px;width:5px}
.texteform{color:white}

.sectionform{background-Color:#343d6d;}

.petitform{
border:0px;width:50px;
	font-family: Bitstream Vera Sans;
	src: url(BITSTRE0.eot);
	color:#181f34;
	font-size:12px;	

}
.moyenform{
border:0px;width:80px;
	font-family: Bitstream Vera Sans;
	src: url(BITSTRE0.eot);
	color:#181f34;
	font-size:12px;	
}

.grandform{
border:0px;width:400px;
	font-family: Bitstream Vera Sans;
	src: url(BITSTRE0.eot);
	color:#181f34;
	font-size:12px;	
}

.petitformD{
border:0px;width:50px;background-Color:black;color:white;float:right;padding:3px


}
.moyenformD{
border:0px;width:80px;background-Color:black;color:white;float:right;padding:3px


}
.grandformD{
border:0px;width:400px;background-Color:black;color:white;float:right;padding:3px;


}



/*ZOOM*/

.tableau
{
	width:100%;

}
.ligne1
{
	background-Color:#f4f4f4;font-weight:normal

}
.ligne2
{
	background-Color:#e0e2e5;font-weight:normal

}
.important
{
	text-align:left;align:left;padding-left:6px;
}


/*MENU*/

.sousMenu{
border: 1px solid white;background:transparent;display:none;width:250px;position:absolute;top:210px;
	color:#333333;
filter:alpha(opacity=80); 
-moz-opacity: 0.8; 
opacity: 0.8;
}

.rangeeSM{
height:19px;
background-color:#53638d;
color:white;

}

.unMenu {	
	position:absolute;
	left:50px;
	background-color: #9acb76;
	width:845px;
	height:30px;
	z-index:1;
	padding:6;
	border:thin;
	border-color:#72a84a;

	border-width:medium
}



/* Liens */

A:link {
	color:#6f83ab;
	text-decoration:underline;
}
A:visited {
	color:#6f83ab;

}
A:hover {
	color:#8f82ab;
}

a:hover img {
filter:alpha(opacity=50); 
-moz-opacity: 0.5; 
opacity: 0.5;

}
a:link img {
filter:alpha(opacity=100);   
-moz-opacity: 1.0;   
opacity: 1.0;
margin:0px;padding:0px;
}

