
/*  ------------------------------------------
/*  Correction des styles HTML par defaut
/*  ------------------------------------------ */
body {
	background: black;
	margin: 1.5em;
	font-size: 11pt;
	color: #eeeeee;
	font-family: tahoma,arial,sans serif;
}

img, table { margin: 0; padding: 0; border: none; }
h1, h2, h3, h4, h5, h6 { margin-top: 25px; padding: 0; font-size: 1em; font-weight: bold; }

.chapo {
	color: #eeeeee;
	text-align: center;
	margin-left: 15px;
	}

.invisible {
	color: #eeeeee;
	}
	
/*-------------------------------------------
/*    Formulaire RDV
/*-----------------------------------------*/

#formrdv {
color: #aaaaaa;	
margin-top: 50px;
	}

/*----------------------------------------
/*	Disposition liste d'articles
/*--------------------------------------*/

#liste {
margin-top: 20px;
margin-left: 80px;
}

#liste #photo {
float: left;
width: 20%;
padding: 10px;
border: 1px white solid;
height: 250px;
width: 150px;
margin-bottom :25px;
}

#liste #photo2 {
float: left;
width: 20%;
padding: 10px;
border: 1px white solid;
height: 200px;
width: 150px;
}

#liste #photo3 {
float: left;
width: 20%;
padding: 10px;
border: 1px white solid;
height: 150px;
width: 150px;
}

#liste #photo4{
float: left;
width: 20%;
padding: 10px;
border: 1px white solid;
height: 270px;
width: 150px;
}

#texte {
margin-top : 10px;
}

.pagination {
clear: both;
text-align: center;
}

/*  ------------------------------------------
/*  Disposition a l'ecran des blocs principaux
/*  ------------------------------------------ */
#page {
	width: 850px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

/* Entete */
#entete {
	width: 100%;
	border-bottom: 2px solid white;
	margin-bottom: 20px;	
}

#conteneur {
margin-left: 20px;
margin-top: 15px;
}

	/*----------------------------------------
	/*   Menu horizontale
	/*--------------------------------------*/
	
.rubriques {
margin-left: 60px;
margin-top: 20px;
}

.rubriques2 {
margin-left: 10px;
}


	/*-------------------------------------
	/* encres
	/*-----------------------------------*/
	
a {
text-decoration: none;
color: orange;
}

#pied a {
margin-left: 380px;
margin-top: 20px;
position: fixed;
}

	/*-------------------------------------
	/* sous_rubrique
	/*-----------------------------------*/
	
span {
margin: 10px 10px 10px 10px.
}

	/*-------------------------------------
	/* articles
	/*-----------------------------------*/
	
#photo_art {
float : left;
width: 25%;
}

#text_art {
float: left;
width: 70%;
}	

#pied {
clear: both;
}

.ps  a{
color: red;
text-decoration:underline;
}
