/* Feuille de style ecran, copyright LunaWeb*/

/*Global*/
html, body {
  height: 100%;
  width: 100%;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  border: none;
  background-color: #fff;
}

a {
	color : #666666;
	text-decoration : none;
}

a:hover {
	color : #ED252A;
	text-decoration: none;
}

a.rouge, a.red {
	color : #ED252A;
}

input {
	border: 1px solid #999;
	background-color: #E9E9E9;
}

input:focus, textarea:focus {
	background-color: #FFFCD3;
}
/*Fin Global*/


/*Menu Haut*/
ul.menus{
	list-style-type: none;
	margin:0;
	padding:0;
	height:50px;	
	text-align:center;
}

li.menus{
	margin-top:0;
	float:left;
	margin-left:7px;		
}

#menu{
	position:absolute;
}

#menu ul{
	width:420px;
	list-style-type: none;
}

#menu a{
	width: 75px;
	height:20px;
	float:left;
	display:block;
	text-align:center;
	background: none;
}

#menu a:hover{
	background-color: #FFF;
}

#menu a span {
	position:absolute;
	text-decoration:none;
	display:none;
	padding:5px;
}

#menu a:hover span{

	display:inline;
	position:absolute;
	top:35px;
	left:0;
	width:420px;
	height:5px;
	text-align:left;
}
/*Fin Menu Haut*/

/*Menu Droit*/

.path{
	font-size : 10px;
	color : #999999;
}
.path_home{
	font-size : 10px;
	color : #999999;
}
.pbold{	font-weight: bold;
	font-size : 10px;
	line-height : 13px;
	color : #666666;
}
.predroll{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-weight: normal;
font-size : 11px;
line-height : 14px;
color : #ed252a;
}
.date{	font-weight: bold;
	font-size : 10px;
	color : #999999;
}
.sublink{	font-weight: bold;
	font-size : 10px;
	color : #999999;
}
.subtitle{	font-weight: bold;
	font-size : 11px;
	color : #666666;
}

.pintro{	font-size : 10px;
	font-weight: bold;
	color : #999999;
	line-height: 15px;
}
.formfield{	font-size : 10px;
	font-weight: bold;
	color : #999999;
	line-height: 15px;
	padding-bottom: 2px
}
.fright
	{
	float: right;
}
/*Menu Droit*/


/*Contenu*/
.pagetitle {
	font-size : 13px;
	color : #666666;
	font-weight : bold;
	line-height: 15px;
}

p {
	color : #666666;
	font-size : 11px;
	line-height: 14px;
}

.captions{	
	font-size:10px;
	color:#999;
}

.subtitle{
	font-weight: bold;
	font-size:10px;
	line-height:15px;
	color:#666;
}

.alt_subtitle{	
	font-size:13px;
	color:#999;
	font-weight:bold;	
}

h1 {
	font-size : 15px;
	color : #ed252a;
	font-weight : bold;
	line-height: 22px;
}	

.red {
	color: #ed252a;
}
	
.intro{	
	font-size:10px;
	font-weight:bold;
	color:#999;
	line-height:15px;
}

tbody {
	color : #666666;
	font-size : 11px;
	line-height: 14px;
}

.hometitle {
	color : #666666;
	font-size : 11px;
	line-height: 14px;
	font-weight : bold;
}

.hometext {
	color : #666666;
	font-size : 11px;
	line-height: 17px;	
}
.headlinetext {
	color : #999999;
	font-size : 11px;
	line-height: 15px;
}
.plinklist {
	color : #666666;
	font-size : 11px;
	margin-right : 10px;
	line-height : 17px;
}
.linklisttitle {
	color : #ed252a;
	font-size : 10px;
	margin-right : 0px;
	font-weight : bold;
	vertical-align: baseline;
}

.intros {
	font-size : 11px;
	line-height : 18px;
	color : #666666;
	font-weight : normal;
	margin-right : 20px;
}
.formatlink {
	color : #ed252a;
}
.formatlink:hover {
	text-decoration: underline;
}

td#contenu ul {
	list-style-image: url(images/puce.gif)
}

td#contenu li a { 
	color: #666; 
	text-decoration:underline; 
	font-size:11px
}

td#contenu li a:hover {
	color: #ed252a;
}

	/*Tableaux vignettes*/
	.elements{
		width:160px;
		height:56px;
		padding-top:0px;	
		vertical-align: top;	
	}
	
	.txtelements{	
		width:100px;
		padding-top:13px;	
		position:absolute;
		padding-left:60px;
		padding-right:25px;	
	}
	/*Fin tableaux vignettes*/
	


/*Footer*/
.footerbg {
	background-color: #666;
}

a.drapeaux {
	border: 1px solid #fff;
	text-decoration: none;
}

a.drapeaux:hover {
	border: 1px solid #FF0003;
}

.chgtlangue img {
	padding-left: 15px;
}

/*Typographie*/
.pdf-doc:after {
	content: url(images/pdf-icon.gif);
	margin-left:3px;
}

.formselect{
	font-size : 10px;
	color : #666666;
	width : 142px;
}

hr{
	color : #cccccc;
	height : 0.5px;
}

/*Special Page Accueil*/
#pub {
	width:175px;
	height:65px;	
	margin-bottom:5px;
}
