/*
body#people #page {
	background-color : gray;
}


#droite {
	background-color : blue;
}

#gauche { 
	background-color : green;
}


#encart #adresse {
	background-color : red;
}

ul#menu li:first-letter {
	background-color : white;
}

ul#easynav{
	background-color : yellow;
}
*/

/*  ----------------------------------------------------------- */
/*  Feuilles de styles des squelettes par defaut pour SPIP 1.9  */
/*  ----------------------------------------------------------- */

/* taille typo
 * Base				100%
 * -------------------------------------
 * 20px				1.27em
 * 19px				1.21em
 * 18px				1.15em
 * 17px				1.09em
 * 16px				1.03em
 * 15px				0.96em
 * 14px				0.88em
 * 13px				0.82em
 * 12px				0.77em
 * 11px				0.71em
 * 10px				0.65em
 *  9px				0.59em
 * Attention : en dessous de 0.71em le texte devient illisible en text smallest sur MSIE
 */

/*  ------------------------------------------
/*  Correction des styles HTML par defaut
/*  ------------------------------------------ */

html {
	font-size : 100%;
}

body {
	font-size: 1em;
	padding : 0;
	margin : 0;
}

img, table { 
	margin: 0; 
	padding: 0; 
	border: none; 
}

h1, h2, h3, h4, h5, h6 { 
	margin: 0; 
	padding: 0; 
	font-size: 1em; 
	font-weight: normal;
	font-family : Verdana;
}

li {
	list-style-type : none;
	list-style-position : inside;
	margin : 0 0 1em 0;
	padding-bottom : 0em;
	/*border-bottom : dashed 1px;*/
}

a { 
	text-decoration: none; 
	color: #333; 
}
	
a:hover { 
	text-decoration: underline; 
}

/*  ------------------------------------------
/*  Disposition a l'ecran des blocs principaux
/*  ------------------------------------------ */

body {
	padding : 0;
	
	text-align: left; 
	color: #333;

	

}


#page {
	width: 60em;
	margin-left: auto;
	margin-right: auto;
	padding:0;
	
}

#contenu {
	float : clear;
}

#droite {
	width : 29em;
	padding : 0 1em 0 1em;
	float : left;
	text-align : justify;
}

#droite a { 
	text-decoration: underline; 
	color: red; 
}

#gauche { 
	width : 20.85em;
	padding : 0 0 2em 1em;
	float : left;
	border-right : 0.15em solid gray
	
}

#encart {
	min-height : 550px;
	background-image : url("images/bande.jpg");
	background-repeat : no-repeat;
	background-position : top right;
	text-align : right;
	font-weight : bold;
}

#encart #adresse {
	margin-right  :1em;
	font-size : 0.88em;
}

ul {
	margin : 0 .5em 0 .5em;
	padding : 0;
	
}

ul#menu {
	margin : 0 150px 20px 0;
	font-family : Verdana;
	font-size : 0.88em;
	line-height : 2.5em;
	
}


ul#menu li {
	margin : 0;
	padding : 0px;
	border-bottom : dashed 1px;
}



h1#titre {
	clear : both;
	font-family : Georgia;
	color : gray;
	font-size : 3em;
	padding : 0.25em 0 0.5em 0;
	text-align : center;
}

h3 {
	padding-top : 30px;
	font-size : 1.5em;
	font-family : Verdana;
	font-variant : small-caps;
	letter-spacing : 0.50em;
}

h5 {
	font-size : .77em;
	font-family : Verdana;
	font-weight : bold;
	margin-bottom : 1em;


}

h2 {
	font-size : 1em;
	font-family : Verdana;
	font-variant : small-caps;
	letter-spacing : 0.50em;
	margin : 1em 0 1em 0 ;
	border-bottom : 1px solid gray;
}

h4#lang {
	text-align : right;
}


#droite img {
	float : right;
	width : 200px;
	margin : 1em 0 1em 1em;
}

#header img {
	float : left;
	margin : 0 1em 0 0;
}

#pied {
	clear : both;
}
#pied img{
	margin :40px 0 0 150px;
}