/*------------structure générale du site------------------------------------------------*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#000000;
	/*font-family:"Arial";*/
	font-family:Tahoma, Geneva, sans-serif;

	font-size:12px;
	color:#666666;
	background-image:url('/foto-general/bg.gif');
	background-repeat: repeat-x;
	background-position: top left;
}

#conteneur{
	width:950px;
	margin:0px auto 0px auto;
	/*margin:0;*/
}

#entete{
	height:89px;
}

#logo{
	height:89px;
	margin:0;
	padding:0;
	float:left;
}

#menu{
	height:89px;
	margin:0;
	padding:0;
	float:right;
}

#corps{
	/*margin:0 0 0 0;*/
	background-image:url('/foto-general/fond_vp.jpg') repeat-y;
}

#footer{
	margin-top:10px;
	font-size:9px;
	float:right;
}


/*----------------------------
ARTICLE
----------------------------*/
.impair{
	background-color:#DCDCDC;
}

.pair{
	background-color:#FFFFFF;
}

.article{
	margin:0px;
	padding:0 0 10px 0;
	font-family:Tahoma, Geneva, sans-serif;
	width:950px;
}

/* image */
.article img{
	margin:0px;
	padding:0px;
	border:0px;
}
.article_vp img{
	margin:0px;
	padding:0px;
	border:0px;
}

.divArticleImgGauche{
	float:left;
	margin-right:20px;
	margin-bottom:10px;
}
.divArticleImgDroite{
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}
.divArticleImgHaut{
	text-align:left;
	margin-bottom:5px;
}
.divArticleImgBas{
	text-align:left;
	margin-top:10px;
}

.divArticleImgGauche .imagelegende{
	color:#EE5228;
	font-size:10px;
	padding-left:2px;
}
.divArticleImgDroite .imagelegende{
	color:#EE5228;
	font-size:10px;
	padding-left:2px;
}
.divArticleImgHaut .imagelegende{
	color:#EE5228;
	font-size:10px;
	padding-left:2px;
}
.divArticleImgBas .imagelegende{
	color:#EE5228;
	font-size:10px;
	padding-left:2px;
}


/* titre */

.titreG{

	margin:0 0 0 0;
	padding:10px 10px 0 0;

	font-size:14px;
	font-weight:bold;
	text-transform: uppercase;
}

.titre{
	margin:0 0 0 0;
	padding:10px 15px 0 15px;

	font-size:14px;
	font-weight:bold;
	text-transform: uppercase;
}

h2{
	margin:0px 0px 5px 0px;
	padding:0px 4px 0px 4px;
	color:#000000;
	border:1px solid #000000;

	font-size:14px;
	font-weight:bold;
	text-transform: uppercase;

}


/* liens */

#texte_accueil a{
	color:#666666;
	font-weight:bold;
	text-decoration:underline;
	font-size:11px;
	padding:2px 2px 2px 2px;
	margin:0 1px 0 1px;
}

#texte_accueil a:hover{
	color:#EE5228;
	background-color:#333333;
	font-weight:bold;
	text-decoration:none;
	font-size:11px;
	padding:2px 2px 2px 2px;
	margin:0 1px 0 1px;
}

a:link{
	color:#000000;
	font-weight:bold;
	text-decoration:underline;
	font-size:11px;
	padding:2px 2px 2px 2px;
	margin:0 1px 0 1px;
}

a:visited{
	color:#000000;
	font-weight:bold;
	text-decoration:underline;
	font-size:11px;
	padding:2px 2px 2px 2px;
	margin:0 1px 0 1px;
}
a:hover{
	color:#EE5228;
	background-color:#333333;
	font-weight:bold;
	text-decoration:none;
	font-size:11px;
	padding:2px 2px 2px 2px;
	margin:0 1px 0 1px;
}
a:active{
	color:#EE5228;
	font-weight:bold;
	text-decoration:underline;
	font-size:11px;
	padding:2px 2px 2px 2px;
	margin:0 1px 0 1px;
}


/* chapeau */

.chapeau{
	margin:0px;
	padding:0px;
	color:#000000;
	font-size:12px;
	font-weight:bold;
	margin-bottom:10px;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:5px;
	padding-right:5px;

}
.chapeau p{
	margin:0px 0px 0px 19px;
	padding:0px;
}


/* description */
.description{
	font-size:11px;
	color:#000000;
	padding-left:0px;
}
.description p {
	color:#000000;
	font-size:11px;
	margin:0px 20px 0px 25px;
	padding:0px 0px 0px 0px;
}


.titredepliage{
	/*float:left;*/
	/*width:950px;*/
	margin:0 0 0 22px;
}
/*.depliage{

	margin:0 0 0 0;
	padding:5px 0 0 5px;
}
*/
.depliage p{
	margin:0 0 0 0px;
	padding:0 0 0 0;
}

/* fichier joint */
.fichierlie{

	font-size:11px;
	color:#000000;
	margin:5px 0 0 22px;

}


/*-------------------------
Formulaire de contact
--------------------------*/


#formulaireContact textarea,input{
	border:1px solid #000000;
}

#formulaireContact textarea{
	border:1px solid #000000;
	font-size:11px;
	font-family:Tahoma,Geneva,sans-serif;
}

#formulaireContact input{
	height:15px;
	width:150px;
	margin:1px 0 4px 0;
	font-size:9px;
}


#formulaireContact{
	color:#000000;
	background:#666666;
}

#formulaireContact table{
	margin:0 0 0 50px;
	padding:0 0 5px 0;
}

#formulaireContact .libelleformcontact2{
	font-weight:bold;
	color:#EE5228;
}

#formulaireContact .introformcontact{
	margin:0px 0 0px 50px;
	padding:10px 0 10px 0;
	color:#FFFFFF;
}

#formulaireContact .merciformcontact{
	margin:0px 0 0px 0px;
	padding:10px 0 10px 0;
}


/*--------------------------------
Pages de Liens
---------------------------------*/

.divLien{
	margin:10px 0 0 25px;
	padding:0 0 0 0;
	font-weight:bold;
}
/*---------------------------
Partenaire
-----------------------------*/
.divPartenaireImgGauche{
	float:left;
	margin:10px 15px 10px 20px;
}

.divPartenaireImgDroite{
	float:right;
	margin:15px 15px 10px 15px;
}

h2.partenaire{
	border:0;
}


/*----------------------------
	Vente privée
-----------------------------*/

#vente_privee{
	background:#666666;
	width:200px;
	float:right;
	margin:0 0 0 0;
	padding:0 0 0 0;
}

#vente_privee p{
	margin:0 0 0 0;
	padding:10px 10px 0 10px;
}

#vente_privee .txt_blanc{
	color:#FFFFFF;
	font-size:11px;
}


#vente_privee .txt_blanc a{
	color:#FFFFFF;
	font-size:11px;
}

#vente_privee .txt_blanc a:hover{
	color:#EE5228;
	background:none;
	text-decoration:underline;
	font-size:11px;
}

#vente_privee .intro{
	font-weight:bold;
	margin:0;
	background:url('/foto-general/bg_vp.jpg');
	background-repeat:no-repeat;

}

#vente_privee .oblig{
	color:#EE5228;
}

#vente_privee .form_inscription input{
	height:15px;
	width:150px;
	margin:1px 0 4px 0;
	font-size:9px;
	border:1px solid #CCCCCC;
	background:#CCCCCC;
}

/*#vente_privee .form_inscription{
	color:#000000;
	font-size:11px;
}*/

#vente_privee .inscription{
	margin:20px 0 0 0;
	padding:2px 0 2px 30px;
	background:#525252;
	font-size:14px;
	background:url('/foto-general/vp_titre.gif') top left no-repeat #525252;
}





.article_vp{
	float:left;
	margin:0px;
	padding:0 0 10px 0;
	font-family:Tahoma, Geneva, sans-serif;
	width:750px;
	height:100%;
	overflow-x:hidden; /* pour les images trop grandes en visu haut */
}


/*----------------------------

------------------------------*/
a.footerLien{
	color:#666666;
	text-decoration:none;
	font-weight:normal;
}

a:hover.footerLien{
	color:#FF6600;
	background:none;
	text-decoration:none;
	font-weight:normal;
}


#btn{
	cursor:pointer;
}