* {
	margin:0;
	padding:0;
}

body {
	background-color: #000000;
	font-family:Arial, sans-serif;
	color:#FFFFFF;	
	width:750px;
	margin-left:auto;
	margin-right:auto;	
}

img{
	border: none ;
} 

#ariane{
	text-align:left;
	font-size:14px;
	padding-left:30px;
}

#retouraccueil{
	
	text-decoration:underline;
}



a:link, a:visited, a:active { 
	color: #ffbb00;
    text-decoration: none;
 }
a:hover { 
	color: white;
	text-decoration: none;
 }


#container {
	margin-top:20px;

}

#header {
/*	width:900px;*/

	margin:0 auto;
	font-size:30px;
	text-align:center;
	font-weight:100;
}
.prenom{
	color:#999999;
}


#sous_titre {
	/*width:880px;*/
	padding:10px;
	margin:0 auto;
	font-size:14px;
	color :#ffbb00;
	font-weight:100;
	line-height:1.4em;
	text-align:center;
}

.ligne {
	margin-top:8px;
	color:#606060;
	width:900px;
	margin:0 auto;
}




#contenu {
	
}


.titre {
	/*width:894px;*/
	margin:25px auto 10px auto;	
	padding:2px 5px;
	font-size:18px;
	letter-spacing:1px;
	text-transform:uppercase;
	background:#4c4c4c;
	color:#FFF;
	text-align:left;
	font-weight:100;
}


.vignettes {
	/*width:900px;*/
	margin:0 auto;	
	/*background:#5a5a5a;*/
}
.vignettes a{
	text-decoration:underline;
}

.vignettes tr
{
	height:30px;
}

.vignettes td
{
	line-height:1.2em;
}

.vignettes td p{
	margin-top:3px;
	font-size:12px;
	font-weight:100;
	color :#FFF;
	
}


.titre_prod {
	font-size:15px;
	color:white;
	font-weight:100;
	color :#ffbb00;
}
.soustitre_prod {
	margin-top:3px;
	color:#999999;
	font-size:12px;
	font-weight:400;
}







.demos {
	margin-left:30px;
	padding:20px 0;
}


li.uneprod {	
	width:216px;
	height:110px;
}



.lien_image {
	width:216px;
	height:110px;
	display:block;
	border:solid 3px grey;
	color:#666666;
}


a.lien_image:hover {
	border:solid 3px #FFF;
}



.lien_real {
	width:216px;
	height:110px;
	display:block;
	border:solid 3px grey;
	color:#666666;
}


a.lien_real:hover {
	border:solid 3px #FFF;
}



a.lien_texte:link, a.lien_texte:visited {
	color: #ffbb00;
	font-size:12px;
	font-weight:normal;
}

a.lien_texte:hover {
	color:white;
}



#contact {
/*	width:900px;*/
	margin:5px auto 0 auto;
	text-align:center;
}



#footer {
	clear:both;
/*	width:880px;*/
	margin:0 auto;
	border-top:1px dashed #333333;
	padding:10px;
	font-size:11px;
	text-align:center;
}


#navgen {
	/*width:900px;*/
	margin:0 auto;
	margin-top:5px;
	border-top:1px dashed #333333;
	margin-bottom:20px;
}

.drapeauEn{
	background:url(../images/drapeau-en.png)top left no-repeat;
	width:20px;
	height:13px;
	display:block;
	margin:0;
	padding:0;
	float:right;
}
.drapeauFr{
	background:url(../images/drapeau-fr.png)top left no-repeat;
	width:20px;
	height:13px;
	display:block;
	margin:0;
	padding:0;
	float:right;
}
