/*
-----------------------------------------------
CGI pour Prevost Car
created by : Martine Giguere
last modified: 2008-09-09
----------------------------------------------- */


/* regles generales
----------------------------------------------- */
html,body {font: 80%/140% Verdana, Geneva, Arial,Helvetica,Sans-Serif; color: #333;}
/*font: 80%/140%*/
body {margin: 0; padding: 0; text-align:center; background-color: #f0f5fb;}
td {padding: 2px; vertical-align: top;}
a img {border-width: 0; border: none; border-style: none; text-decoration: none;}
a {text-decoration:underline;}
a:link {color:#f85b26;}
a:visited {color: #ff9900;}	
a:hover {color: #0b0f7b;}
a:active {color: #0b0f7b;}
IMG {border-width: 0px; border: none;}

body#fenetre{
	margin: 0; padding: 0; text-align:left; background-color: #000;
}

/* Contenant global
----------------------------------------------- */
/*Seulement pour page accueil*/
#containerAcc {
	
	width:750px;
	margin:0 auto;
	border:solid 1px #d5e1f3;
	text-align:left;
	color:#333;
	position:relative;
	background: #fff url(images/imgBgAcc.gif) no-repeat top;
	}
	/*toutes les autres pages*/
	#container {
	background-color: #fff;
	width:750px;
	margin:0 auto;
	border:solid 1px #d5e1f3;
	text-align:left;
	color:#333;
	position:relative;
	}
	
	/*page direction*/
	#containerdir {
	text-align:left;
	color:#333;
	}
	
	#containerdir p{
	padding: 5px 40px 5px 0;
	margin: 0 0 0 38px;
}
#containerdir h2{
	color: #f85b26;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	background: url(images/flecheNoire.gif) no-repeat 5px;
	margin: 15px 0 15px 0px;
	padding-left: 30px;
}
	
 /* corps de la page
----------------------------------------------- */
#contenu{
	margin:0;
	padding:0;
	display:block;
    width:100%;
border-top:1px solid #d5e1f3;
	}
	
		/* Bloc entete pour logo impression
----------------------------------------------- */
#entete {
	padding: 0 0 0 40px;
	margin:0;
height:16px;
/*display:block;*/
float:left;
width:260px;
	}
	
	
/* Entete de page
----------------------------------------------- */
#headerAccueil {
	width:100%;
height:100px;
   margin:0;
   padding: 0;
	display:block;
	border-bottom: 1px solid #335ea5;
	}
	

#header {
	width:100%;
height:100px;
   margin:0;
 padding: 0;
	display:block;
	border-bottom: 1px solid #335ea5;
	background-color:#d5e1f3;
	}	
	
	
/* menu principal dans le bandeau header
----------------------------------------------- */
#menuPrincipal{
	margin:0;
	padding:16px 0 0 35px!important;
	padding:21px 0 0 35px;
	float:left;
	width:740px;
	position:relative;
}

#menuPrincipal ul {
	margin:0;
	padding:0;
	}
	#menuPrincipal ul li {
	display: inline;
	}
#menuPrincipal ul li a{
	margin:0;
	padding:3px 7px 4px;
	color:#080c7a;
	text-decoration:none;
	font-weight: bold;
	float:left;
	}
#menuPrincipal a:hover{
	color:#fff;
	text-decoration:none;
background-color:#EB7101;
	}
#menuPrincipal  li.current a {
	color: #ffffff;
	text-decoration:none;
padding:3px 7px;
background-color:#EB7101;
margin:0;
background-image:none;
	}
	

/* menu secondaire dans le bandeau header
----------------------------------------------- */
#menuSecondaire{
	margin:0;
	padding:16px 20px 16px 0;
	float:right;
	/*width:680px;*/
	width:72.7em;
	text-align:right;
	position:relative;
}
#menuSecondaire ul {
	margin:0;
	padding:0;
	text-align:right;
	}
#menuSecondaire ul li {
	display: inline;
	
	}
#menuSecondaire ul li a{
	margin:0;
	padding:0 10px;
	color:#0b0f7b;
	text-decoration:underline;
	background: url(images/flecheDroite.gif) no-repeat left;
	float:right;
	}
#menuSecondaire a:hover{
	/*background: url(images/flecheDroite.gif) no-repeat left;*/
	color:#0b0f7b;
	text-decoration:none;
	}
#menuSecondaire li.current{
	/*background: url(images/flecheDroite.gif) no-repeat left;*/
  	margin:0px;
	color:#666;
	padding:0 10px;
	}
/* Headings
----------------------------------------------- */
h1{
	color:#10147e;
	font-size: 1.8em;
	font-family: "HelveticaNeue Condensed", Tahoma, Helvetica, Arial, Sans-serif;
	background: url(images/flecheOrange.gif) no-repeat top left;
	margin: 25px 0 15px 13px;
	padding: 0 0 0 25px;
line-height:1em;
}
h2{
	color: #f85b26;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	background: url(images/flecheNoire.gif) no-repeat 5px;
	margin: 15px 0 15px 8px;
	padding-left: 30px;
}
h3{
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 0 0 38px;
	padding: 10px 0 2px 0;
}
h4{
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	font-weight: bold;
	margin: 0 0 0 00px;
	padding: 0px 0 2px 0;
}

h5{
	color: #ff5921;
	font-size: 11px;
	font-weight: bold;
	font-variant: small-caps;
	margin: 0px 12px 0px 8px;
	padding: 0px 0 0 30px;
}	
/* Colonne de gauche dans page accueil contenant les nouvelles
----------------------------------------------- */
#Nouvelle{
	width:190px;
	float: left;
	padding:0;
	margin:0;
}	
p.accueil{
	padding:5px 8px 10px 40px;
	margin:0;
} 


p.accueil a{
	background-image: url(images/flecheNoire.gif);
	background-position: 5px top;
	background-repeat: no-repeat;
	color: #666;
	padding: 0 8px 10px 20px;
}
p.accueil a:hover{
	color:#f85b26;
}
p.accueil a:visited{
	color: #0b0f7b;
}
.date{
	color:#eb7101;
	font-weight:bold;
}
.filet{
	border: 1px;
	border-bottom-color: #D4E0F2;
	border-bottom-style: solid;
}
/* Contenu ý droite des nouvelles dans la page accueil
------------------------------------------------*/
#contenuAcc{
	width:560px;
	margin:0;
	padding:0;
	float:right;
	}
	/* Contenu ý droite des Publications
------------------------------------------------*/
.titrepublication{
background-color: #F0F5FB;
}
.titrepub{
	color: #F85B26;
	font-weight:bold;
	font-variant: small-caps;
}
		/* Colonne de droite dans page accueil contenant les ývýnements
----------------------------------------------- */
#Events{
	width:188px;
	float: right;
	display: block;
	padding:0;
	margin:0;
	
}

#Events ul{
	margin: 0px 0 15px 8px;
	padding: 0px 0 0 48px;
	text-decoration:none;
	list-style-image: url(images/flecheNoire.gif) ; 
	list-style-position: outside;
	display: block;
	}
	
	#Events li{
	margin: 0px 10px 15px 0px;
	}
	
	#Events  a{
	color:#666;
	}


/* Colonne de droite dans page accueil contenant les highlights
----------------------------------------------- */
#Highlights{
	width:170px;
	float: right;
	display: block;
	padding:0;
	margin:0;
	
}

/* Colonne du centre contenant le flash et les quick links
----------------------------------------------- */
#flash{
	width:370px;
	float: left;
	display: block;
	padding:0;
	margin:0;
	background-color: #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
#btnGauche{
	width:100px;
	float:left;
	padding: 0;
	margin: 0;
	line-height: normal;
}
#centre{
	width:240px;
	float: right;
	padding: 0;
	margin: 0;
	vertical-align: bottom;
}
#btnCentre{
	width:120px;
	float:left;
	padding: 0;
	margin: 0;
	line-height: normal;
	vertical-align: bottom;
}
#btnDroit{
	width:120px;
	float:right;
	padding: 0;
	margin: 0;
	line-height: normal;
}
p.btn{
	padding: 5px 0 8px 35px;
	margin: 0;
	height:75px;
}
html>body p.btn a, p.btn2 a, p.btn3 a{
	text-decoration:none;
}
p.btn2{
	padding: 5px 25px 8px 20px;
	margin: 0;
	height:75px;
}
p.btn3{
	padding: 5px 20px 8px 20px;
	margin: 0;
	height:75px;
}
	/* menu vertical dans les pages sauf accueil
----------------------------------------------- */
#menu{
	float: left;
	display: block;
	width:190px;
	border-bottom: 1px solid #ccc;
	padding:0 0 20px 0;
	margin:0 0 40px 0;
	line-height:1.4em;
	text-align: left;
}
#menu img{
	padding: 0 0 15px 38px;

}
#menu a{
	text-decoration: none;
	color:#f85b26;
}
#menu a:hover{
	color:#f85b26;
	text-decoration: underline;
}
#menu ul {
	margin:0;
	padding-left:0;
	list-style-type: none;
	}
#menu ul ul{
	margin:0 0 0 30px;
	padding-left:15px;
	}
*+html #menu ul ul{/*hack for IE7*/
	margin:0 0 0 0px;
	}
*html #menu ul ul{/*hack for IE6*/
	margin:0 0 0 0px;
	}
/*html>body #menu ul ul{
	margin:0;
	padding-left:45px;
	}*/
#menu ul li {
	margin-left:30px;
	padding:0 0 3px 8px;
	background:  url(images/flecheOrangePetite.gif) no-repeat top left;
	}
#menu ul li#active{
	margin-left:30px;
	padding-left:8px;
	
}
#menu ul ul li {
	margin-left:0;
	list-style: none;
	background:  url(images/flecheGrise.gif) no-repeat top left;
	padding:0 0 3px 8px;
}
#menu ul ul li a {
margin-left: 0px;
}

#menu .current{
	color:#f85b26;
	font-weight:bold;
	text-decoration:none;
	}
#menu	.subcurrent{
	padding-left:0px;
	color:#666;
	font-weight:bold;
	text-decoration:none;
	}
	
#menu ul ul li a{
		color: #666;
	}

	
#menu ul ul a:hover{
		color: #666;
	}
	
	p.boutique{
	margin: 0px 12px 0px 8px;
	padding: 0px 0 0 30px;
	color: #636563;
	font-size: 10px;
	}
	
	table.marketCoach{
	margin: 0px 12px 0px 38px;
	padding: 0px 0 0 30px;
	color: #636563;
	font-size: 10px;
	}
	
		
	.sous-titreboutique{
	color: #ff5921;
	}
	
	p.merci{
	color: #ff9a00;
	font-weight: bold;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px 10px 5px 38px;
	margin: 0 px 12px 0 px 0px;
	}
	
	td.filetcalendrier{
	border: 1px;
	border-top-color: #ccc;
	border-top-style: solid;
	padding: 0px;
	margin: 0px;
	text-align: left;
}
	
	/* contenu de droite dans les pages sauf accueil
----------------------------------------------- */
#contenuDroit{
	float:right;
	display: block;
	width:558px;
	border-left: 1px solid #ccc;
	padding:0 0 40px 0;
	margin:0;
	height:100%;
}
#contenuDroit p{
	padding: 5px 40px 5px 0;
	margin: 0 0 0 38px;
	text-align: justify;
}
#contenuDroit ul{
	padding: 5px 40px 5px 20px;
	margin: 0 0 0 38px;
	list-style-position: outside;
	list-style-image: url(images/bullet.gif);
}
#contenuDroit li{
	padding-bottom:5px;
}
#tableau{
	padding: 5px 40px 5px 0;
	margin: 0 0 0 38px;
}
#tableau2{
width: 650px;
	padding: 5px 5px 5px 0;
	margin: 0 0 0 0px;
}
#preview{
	border: 1px solid #ccc;
margin: 0 0 0 40px;
padding: 0 0 0 0px;
width: 480px;
}
td.market{
padding: 0px 0 5px 5px;
vertical-align: bottom;
}
td.marketimg{
padding: 0px 0 5px 0px;
}

td.boutique{
padding: 0px 5px 5px 15px;
color: #636563;
text-decoration: none;
font-size: 10px;
text-align: left;
}

.prix{
color: #ff9A00;   
vertical-align: bottom;
font-weight: bold;
}

.titreboutique{
color: #ff9A00; 
font-weight: bold;  
vertical-align: top;
}

.titrecalender{
color: #ff9A00; 
font-weight: bold;  
vertical-align: top;
font-size: 11px;
}

.moreP{
padding: 0px 5px 0px 12px;
background: url(images/flecheOrangePetite.gif) no-repeat 2px;
}

.datecalender{
color: #636563; 
font-weight: bold;  
}

td.boutiqueimg{
padding: 0px 0 30px 0px;
}

td.boutiqueimg img{
border: 1px solid #ccc;
padding-bottom: 0px;
vertical-align: top;
}

.previous{
	color: #636563;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	background: url(images/flecheNoireDroite.gif) no-repeat 5px;
	margin: 15px 0 15px 35px;
	padding-left: 25px;
	}

.next{
	color: #636563;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	background: url(images/flecheNoire.gif) no-repeat 2px;
	margin: 15px 0 15px 0px;
	padding-left: 22px;
	}

table.legende{
margin: 0;
padding: 2px 5px 2px 5px;
border: 1px solid #D4E0F2;
width: 220px;
margin-bottom: 20px;
line-height: normal;
}
table.conversion{
margin: 0;
padding: 2px 5px 2px 5px;
border: 1px solid #D4E0F2;
width:90%;
}
table.nouvelles{
margin: 0 0 0 0px;
padding: 2px 5px 2px 5px;
border: 0px solid #D4E0F2;
}
td.conversion{
background-color: #F0F5FB;
}
td.conversionfilet{
border-bottom: 1px solid #D4E0F2; 
}
table.spec{
width: 100%;
padding: 12px;
}
table.spec2{
width: 100%;
padding: 0px;
}

table.grande{
width: 450px;
margin-left: 38px;
}

table.Filtre{
width: 300px;
margin-left: 37px;
background-color: #f0f5fb;
border: 1px solid #ccc;
padding-left: 20px;
padding-right: 0px;
margin-right: 0px;
}

td.Filtre{
padding: 5px 5px 5px 5px;
vertical-align: top;
text-align: left;
}
table.Filtre2{
width: 450px;
margin-left: 0px;
background-color: #f0f5fb;
border: 1px solid #ccc;
padding-left: 20px;
padding-right: 0px;
margin-right: 0px;
}

table.marketCoach{
width: 500px;
margin-left: 37px;
}

td.network{
text-align: justify;
padding: 0;
}

td.marketCoach{
padding: 5px 15px 5px 0px;
vertical-align: top;
text-align: justify;
}

td.marketCoach img{
margin: 5px 38px 0 15px;
vertical-align: top;
float: right;
border: 1px solid #ccc;
}
div.imageVideo{
	float:right;
	margin: 5px 20px 5px 10px;
	padding:5px;
	text-align:center;
	background-color: #f0f5fb;
}
div.imageVideo img{
	border: 1px solid #ccc;
}
div.imageVideo p{
	margin:0;
	padding:5px 0;
	text-align:center;

}
td.marketCoachThumbnail{
padding: 5px 15px 5px 38px;
vertical-align: top;
color:#F85B26;
}

td.marketCoachThumbnail img{
margin: 5px 20px 15px 0px;
border: 1px solid #ccc;
}

.characteristique{
color:#F85B26;
font-size: 120%;
font-weight: bold;
}

.characteristique2{
color:#ff9A00;
font-size: 120%;
font-weight: bold;
}

.characteristique3{
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	}
	
#vent ul{
margin-left:38px;
list-style-image: url(images/vent.gif);
list-style-position: outside;	
}

.datenews{
	color: #F85B26;
	font-weight:normal;
	font-size: 90%;
	text-align: left;
}

table.mini{
margin: 10px 40px 0 38px;
}
table.mini img{
border: 1px solid #ccc;
padding: 0px;
vertical-align: top;
}
img.floatLeft{
margin-right: 10px;
float:left;
}

td.mini{
padding: 0 3px 3px 3px;
vertical-align: top;
line-height: normal;
text-align: left;
}
table.mini table.mini{
	margin: 0 0 0 38px;
}
td.publication{
padding: 5px;
border-bottom: 1px solid #D4E0F2;


}
table.mini td.publication{

}
.titreimg{
	color: #10147e;
	font-weight:bold;
}

.notavailable{
color: Red;
padding-left: 14px;
background-image: url(images/flecherouge.gif);
background-position: left;
background-repeat: no-repeat;
background-attachment: fixed;
}
#lien{
	margin-left: 38px;
}
#lien ul{
padding-left:0;
margin-left:17px;
	list-style-image: url(images/flecheNoire.gif);
	list-style-position: outside;	
}
#lien li a{
	color:#666;
	
}
#lien a:hover{
	color: #f85b26;
}
#lien a:visited{
	color: #10147e;
}
	/* contenu de droite pour les liens nouvelles
----------------------------------------------- */
#news{
	margin-left: 0 0 5px 40px;
}
#news ul{
margin-left:38px;
list-style-image: url(images/flecheNoire.gif);
list-style-position: outside;	
}
#news li a{
	color:#666;
	
}
#news a:hover{
	color: #f85b26;
}
#news a:visited{
	color: #10147e;
}
	/* FIN contenu de droite pour les liens nouvelles
----------------------------------------------- */

table.search{
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}
	
td.search{
font-weight: bold;
	margin: 0px;
	padding:0 10px 3px 0;
	text-align: right;
	vertical-align: top;
	line-height: normal;
}
td.input{
	margin: 0px;
	padding:0 0 3px 0;
	text-align: left;
	font-size: 90%;
}

select, input{
font-size:1em;
}

.designbtn{
 border:1px solid #d5e1f3;
 margin:0px;
 padding-top:1px;
 padding-bottom:1px;
 font: bold 1em  Verdana, Geneva,Arial, Helvetica, sans-serif;
 background: url(../images/designBtn.gif) repeat-x;
 cursor: pointer;
}


.ligneCouleur{
	background-color:#f0f5fb;
	padding: 2px;
}

.ligneCouleurTexte{
	background-color:#f0f5fb;
	padding: 2px;
	text-align: left;
}

.ligneCouleurChiffre{
	background-color:#f0f5fb;
	padding: 2px;
	text-align: center;
}

.ligneBlancheChiffre{
	background-color:#ffffff;
	padding: 2px;
	text-align: center;
}

.ligneBlancheTexte{
	background-color:#ffffff;
	padding: 2px;
	text-align: left;
}
 th a{
	font-family: Tahoma, Verdana, sans-serif;
	font-weight: normal;
}
	 /* onglets pour les caracteristiques
----------------------------------------------- */
	#onglets{
		font:  1em Tahoma, Verdana, Geneva, Arial, sans-serif;
		text-align:left;
		border-bottom:0px solid #d5e1f3;
		 padding-bottom: 2px;
		margin:3px 25px 0px 38px;
		background-color: #fff;
		line-height: 2em;
		
		
	}
	#onglets ul, #onglets li {
	display: inline;
	list-style-type: none;
	list-style:none;
	margin:0;
	padding:0;
	}
#onglets a{
	padding:2px 3px;
	color: #8FA6D8;
	text-decoration:none;
	margin:0 0 0 1px;
	 background-color: #ffffff;
	border: 1px solid #d5e1f3;
	line-height:12px;

	}
	#onglets li.current a{
		border-bottom:1px solid #d5e1f3;
		border-top:1px solid #d5e1f3;
		border-right:1px solid #d5e1f3;
		border-left:1px solid #d5e1f3;
		color:#f85b26;
		background-color: #fff;
		text-decoration:none;
		font-weight:normal;
	}
	#onglets a:hover{
		color:#0b0f7b;
	}
#caracteristic{
	border-bottom:1px solid #d5e1f3;
	border-top:1px solid #d5e1f3;
	border-right:1px solid #d5e1f3;
	border-left:1px solid #d5e1f3;
	margin:0 25px 0px 38px;
	padding:20px;
}
#caracteristic table{
	width:100%;
	margin: 0;
	padding: 0;
}
	 /* onglets pour le Contact Us
----------------------------------------------- */
#contact table{
	font: 120% Tahoma, Verdana, Geneva, Arial, sans-serif;
	text-align:left;
	border-bottom:0px solid #d5e1f3;
	margin:0 25px 0px 38px;
	padding:10px 10px 5px 20px;
	background-color: #fff;
	width: 500px;
}
table.ligneCouleur2{
	background-color:#f0f5fb;

}

table.ligneCouleur3{
	background-color:#ffffff;
	width: 250px;
margin-right:10px;
	}
	
table.ligneCouleur2 strong{
	color:#F85B26;
	font-size: 120%;
	font-weight: bold;
}

.lvl1{
	color:#F85B26;
	font-size: 120%;
	font-weight: bold;
}
.lvl2{
	color:#F85B26;
	font-size: 110%;
	font-weight: bold;
}

.ImageInText{
	margin-right:10px;
	border:1px solid #ccc;
	padding:0;
}

	#contact ul, #info li {
	display: block;
	list-style-type: none;
	list-style:none;
	list-style-image: none;
	}
#contact a{
	color: #F85B26;
	text-decoration:none;
	background-color: #ffffff;
	}
	#contact li.current {
	color: #121882;
	font-weight:bold;
	display: block;
	list-style-type: none;
	list-style:none;
	list-style-image: none;
	}
	#contact a:hover{
		color:#0b0f7b;
	}		
	
	#adresse table{
	border-bottom:0px solid #d5e1f3;
	border-top:0px solid #d5e1f3;
	border-right:0px solid #d5e1f3;
	border-left:0px solid #d5e1f3;
	margin:0 25px 0px 38px;
	padding:10px 10px 5px 20px;
	width: 500px;
}

/* div pour les photos et description des vendeurs
----------------------------------------------- */
#vendeur{
	padding:0;
	margin: 10px 68px 0px 38px;
	text-align:right;
	
}
#vendeur table{
	width:400px;
	margin: 0;
	padding: 0;

}
#vendeur td{
	padding:0;
}
#vendeur p{
text-align:right;
	padding:0 10px 5px 0;
	margin:0;
}
.photo{
	width:62px;
	padding:2px 0 0 2px;
}

td.servicepicture{
	text-align:right;
}
/*
td.servicepicture img{
	border: 1px solid #ECECEC;
	margin-left:3px;
}
*/
td.photo img{
	border: 1px solid #ECECEC;
	margin-left:3px;
}
#vendeur img{
	border: 1px solid #ECECEC;
}
/* Fil D'ariane
----------------------------------------------- */
#ariane{
	font-size:100%; 
	color: #727272;
padding:0;
margin: 25px 0 15px 38px;
}
/* haut de page
----------------------------------------------- */
.top{
		text-align:right;
		margin:2px 40px;
		clear:both;
	}

/*Bas de page
----------------------------------------------- */
#BasDePage {
	clear:both;
	margin:0 25px;
	padding:0;
	font-size:.9em;
	width:700px;
	}
	
#BasDePage ul {
border-top: 1px solid #ccc;
background-color: #fff;
	margin:0 25px;
	padding:10px 0;
	color:#7a7a7a;
height:40px;
}
	
#BasDePage ul li {
  display: inline;
padding: 0;
 margin: 0;
list-style: none;

}
#BasDePage ul li a {
 text-decoration:underline;
 padding: 0 5px;
 margin: 0;

}
.copyright {
margin:0;
padding:0 20px;
float:right;
width:480px;
text-align:center;

}
.fairesuivre {
font-weight: bold;
color: #666;
padding-bottom: 10px;
font-size: 120% ;
}

table.Offre{
	margin-left: 35px;
	margin-right: 0px;
	font-weight: normal;
	width: 450px;
	text-align: justify;
}
td.dateOffre{
font-weight: bold;
float: right;
margin-right: 0px;
text-align: right;
}
h6{
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 0 0 0px;
	padding: 10px 0 2px 0;
}

.sendjob{
	color: #0b0f7b;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin: 0 0 0 0px;
	padding: 10px 0 2px 0;
}


#menu ul li a.rallye{
	color: #EF100A;
	font-weight:bold;
	font-size: 110%;
	}	
/*Page ultimate Class*/

body#ultimate{
	margin: 0; 
	padding: 0; 
	text-align:left; 
	background-color: #000;
}
body#ultimate #container {
	border:none;
	color:#000;
	}
body#ultimate #contenu{
	border:none;
padding-bottom:10px;
	}
#ultimateLogo{
	float:right;
	margin:40px 20px;
	width:290px;
	text-align:right;
	}
body#ultimate h1{
	text-transform: uppercase;
	width:370px;
	margin: 25px 0 10px 0;
}
body#ultimate p{
	margin: 5px 0 15px 0;
	padding: 0 0 0 25px;
	width:370px;
	font-size:130%;
}

body#ultimate #BasDePage p{
	margin: 20px 0 15px 0;
	padding: 0 0 0 0;
	width:700px;
	font-size:105%;
	font-family: Arial, Helvetica, sans-serif;
}
/*fiche descriptive certified service providers*/
.fiche{
	border: 1px solid #D4E0F2;
	padding:2px;
	margin:5px 0 10px 0;
}
.fiche th.header1{
	border: 1px solid #D4E0F2;
	text-align:left;
	background-color:#F0F5FB;
	padding:2px;
	margin:1px;
}
.fiche th.header2{
	background-color:#fff;
	text-align:left;
	padding:2px;
	margin:1px;
}
.fiche th.header3{
	text-align:right;
	width:120px;
	padding:2px;
	margin:1px;
}
.fiche td{
	background-color:#F0F5FB;
	padding:2px;
	margin:1px;
}