/** ========================================================================
Feuille de styles pour exercice site de présentation du livre CSS2
=========================================================================**/

/**démarrage styles globaux de la page**/
	body {
		margin:0;
                padding: 10px;
                text-align: center;
		font: 90%arial, verdana, sans-serif;
		color: #333333;
	}
	a {
		text-decoration: none;
		color: #093482;
	}
	a:hover, a:focus, a:active {
		text-decoration: none;
		color: red;}
	img {
		border: 0;
	}
	a img {
		border:0 none;
	}
	.lignedesaut {
		font-size: 0;
		width: 0; height: 0;
		clear: both;
	}
        
/**fin styles globaux de la page**/        

/**démarrage global**/
#global {
	text-align: left;
	width: 980px;
	margin: auto auto;
}
/**fin global**/

/**démarrage en-tête**/
#entete {
	margin-top: -20px;
	margin-bottom: 10px;
	position: relative;
}
        /**démarrage logo et bandeau**/
	#entete h1 {
		clear: both;
	}
	#entete h1 img {
		float: left;
		margin: -10px 0 0 0;
	}
	#entete #bandeau img {
		float:right;
		width: 780px;
		height: 120px;
		padding-top: 10px;
	}
        #entete ul#info {
		position: absolute;
		top: 12px;
		right:1px;
		width: 200px;
		padding-left: 5px;
		list-style-type: none;
		font-size: 1.3em;
		font-style: italic;
		color: white;
		background: #093482;
	}
	#entete ul#info a {
		text-decoration: none;
		color: #feed01;
	}
	#entete ul#info a:hover,
		a:focus {
		color: white;
	}
        /**fin logo et bandeau**/
        
	/**démarrage menu_1 ou horizontal**/
	#menu_1 {
		height: 27px;
		margin: 0 6px;
		padding: 0;
		list-style: none;
	}
	#menu_1 li {
		float: right;
		margin-left: 6px;
	}
	#menu_1 a {
		float: left; /* Un display: block aurait été suffisant, mais sans float IE6 bugue */
		padding: 0;
		text-decoration: none;
		color: #113333;
		background: url(menu2-item.png) no-repeat left top;
	}
	#menu_1 a span {
		float: left; /* Un display: block aurait été suffisant, mais sans float IE6 bugue */
		position: relative;
		left: 1px;
		height: 27px;
		padding: 5px 10px;
		background: url(menu2-item.png) no-repeat left top;;
	}
	#menu_1 .en-cours a,
	#menu_1 .en-cours a span,
	#menu_1 a:hover,
	#menu_1 a:hover span {
		background-image: url(menu2-item-special.png);
	}
	
	/**fin menu_1 ou horizontal**/
/**fin en-tête**/
	
/**démarrage Barre gauche**/	
	#barre_gauche {
		margin: 0;
		padding:0;
		list-style: none;
		width: 320px;
		float: left;
	}
	#barre_gauche #photo-gauche {
		float:left;
		width: 120px;
		}
	
	 /**démarrage menu_2 ou vertical**/
	#menu_2 {
		float: right;
		width: 160px;
		font-size: 0.90em;
		margin: 0;
		padding: 1px 0 0 6px;
		list-style: none;
	}
	#menu_2 li {
		text-align: right;
		margin-bottom: 0;
	}
	#menu_2 li.haut_de_liste {
		text-align: left;
		padding: 5px 0 0 5px;
		height: 27px;
		margin-bottom: 0;
		color: #113333;
		background: #e6dd8e;
	}
	#menu_2 li.haut_de_liste_pas_en-cours {
		text-align: right;
		padding: 5px 10px 0 5px;
		height: 27px;
		margin-bottom: 0;
		color: black;
		background: #978A67;
	}
	#menu_2 a {
		display: block;
		width: 100%; /* Nécessaire pour IE6. Voir concept de HasLayout */
		text-decoration: none;
		color: #feed01;
		background: #978A67;
	}
	#menu_2 a span {
		display: block;
		position: relative;
		bottom: 1px;
		padding: 6px 10px 6px 10px;
		background: #978A67;
	}
	#menu_2 .en-cours a,
	#menu_2 .en-cours a span,
	#menu_2 a:hover,
	#menu_2 a:hover span {
		color: #113333;
		background: #e6dd8e;
	}
	#menu_2 .premier_inverse a {
		text-align: left;
		margin-top: 15px;
		margin-bottom: 0;
		display: block;
		width: 100%; /* Nécessaire pour IE6. Voir concept de HasLayout */
		color: #feed01;
		background: #093482;
	}
		#menu_2 .premier_inverse a span {
		text-align: left;
		display: block;
		position: relative;
		bottom: 1px;
		padding: 6px 10px 6px 10px;
		background: #093482;
	}
		#menu_2 .premier_inverse a:hover,
		#menu_2 .premier_inverse a:hover span {
		color: #113333;
		background: #e6dd8e;
	}
	#menu_2 .premier_inverse_en-cours a {
		text-align: left;
		margin-top: 15px;
		margin-bottom: 0;
		display: block;
		width: 100%; /* Nécessaire pour IE6. Voir concept de HasLayout */
		color: #113333;
		background: #e6dd8e;
	}
	#menu_2 .premier_inverse_en-cours a span {
		text-align: left;
		display: block;
		position: relative;
		bottom: 1px;
		padding: 6px 10px 6px 10px;
		color: #113333;
		background: #e6dd8e;
	}
	#menu_2 .deuxieme_inverse a {
		text-align: left;
		margin-bottom: 15px;
		display: block;
		width: 100%; /* Nécessaire pour IE6. Voir concept de HasLayout */
		color: #feed01;
		background: #093482;
	}

	#menu_2 .deuxieme_inverse a span {
		text-align: left;
		display: block;
		position: relative;
		bottom: 1px;
		padding: 6px 10px 6px 10px;
		background: #093482;
	}
		#menu_2 .deuxieme_inverse a:hover,
		#menu_2 .deuxieme_inverse a:hover span {
		color: #113333;
		background: #e6dd8e;
	}
		#menu_2 .deuxieme_inverse_en-cours a {
		text-align: left;
		margin-bottom: 15px;
		display: block;
		width: 100%; /* Nécessaire pour IE6. Voir concept de HasLayout */
		color: #113333;
		background: #e6dd8e;
	}
	#menu_2 .deuxieme_inverse_en-cours a span {
		text-align: left;
		display: block;
		position: relative;
		bottom: 1px;
		padding: 6px 10px 6px 10px;
		color: #113333;
		background: #e6dd8e;
	}
		#menu_2 .troisieme_inverse a {
		text-align: left;
		display: block;
		width: 100%; /* Nécessaire pour IE6. Voir concept de HasLayout */
		text-decoration: none;
		color: #feed01;
		background: #e6dd8e;
	}
		#menu_2 .troisieme_inverse a span {
		text-align: left;
		display: block;
		position: relative;
		bottom: 0;
		padding: 6px 10px 6px 10px;
		background: #978A67;
	}
		#menu_2 .troisieme_inverse a:hover,
		#menu_2 .troisieme_inverse a:hover span {
		color: #113333;
		background: #e6dd8e;
	}
		#menu_2 .troisieme_inverse_en-cours a {
		text-align: left;
		display: block;
		width: 100%; /* Nécessaire pour IE6. Voir concept de HasLayout */
		color: #113333;
		background: #e6dd8e;
	}
		#menu_2 .troisieme_inverse_en-cours a span {
		text-align: left;
		display: block;
		position: relative;
		bottom: 1px;
		padding: 6px 10px 6px 10px;
		color: #113333;
		background: #e6dd8e;
	}
	/**fin menu_2 ou vertical**/
	
/**fin en-tête**/

/**démarrage contenu**/
#contenu {
	float: right;
	width: 650px;
	padding: 0;
	margin: 0;
	text-align: justify;
	font-size: 0.9em;
}
	/**démarrage bloc principal**/
	
	/**démarrage encadré**/
	#contenu .encadre {
		float: right;
		background-color: #feed01;
		color:#093482;
		border: 1px solid #777;
		padding: 0 5px;
		margin: 45px 3px 5px 20px;
		font-size: 1em;
		width: 300px;
	}
	#contenu .encadre_don {
		float: right;
		background-color: #feed01;
		color:#093482;
		border: 1px solid #777;
		padding: 0 5px;
		margin: 45px 3px 5px 20px;
		font-size: 1em;
		width: 200px;
		text-align: center;
	}
	#contenu .encadre_remerciements {
		float: right;
		background-color: #feed01;
		color:#093482;
		border: 1px solid #777;
		padding: 0 5px;
		margin: 45px 3px 5px 20px;
		font-size: 1em;
		width: 220px;
		text-align: right;
	}
	#contenu .encadre li {
		list-style: disc ;
		margin-left: -20px;
	}
    	#contenu .encadre_photo {
		float: right;
		text-align: center;
		background-color: #7ea494;
		color:#093482;
		border: 1px solid #777;
		padding: 10px 0 5px 0;
		margin: 45px 3px 5px 10px;
		font-size: 1em;
		width: 140px;
	}
	#contenu .encadre_photo_actu1 {
		float: right;
		text-align: center;
		background-color: #fff;
		color:#093482;
		border: 4px solid #e31300;
		padding: 10px 0 5px 0;
		margin: 45px 3px 5px 10px;
		font-size: 1em;
		width: 250px;
	}
	#contenu .encadre_photo_actu {
		float: right;
		text-align: center;
		background-color: white;
		color:#093482;
		border: 5px solid #362d26;
		padding: 10px 0 5px 0;
		margin: 45px 3px 5px 10px;
		font-size: 1em;
		width: 190px;
	}
	#contenu .encadre_photo_actu2 {
		float: right;
		text-align: center;
		background-color: white;
		color:#093482;
		border: 5px solid #d6b645;
		padding: 10px 0 5px 0;
		margin: 45px 3px 5px 10px;
		font-size: 1em;
		width: 170px;
	}
	/*#contenu .encadre_photo_actu img {
		width: 300px;
		height: 180px;
	}*/
	#contenu .encadre_photo_benevole {
		float: right;
		text-align: center;
		background-color: #532baf;
		color:#093482;
		border: 1px solid #777;
		padding: 10px 0 5px 0;
		margin: 45px 3px 5px 10px;
		font-size: 1em;
		width: 290px;
	}
	#contenu .encadre_photo_benevole img {
		width: 270px;
		height: 200px;
	}
	/**fin encadré**/
	

	/**démarrage présentation**/
	
	#contenu #presentation {
	}
	#contenu #presentation .titre {
		margin-top: 0;
		font-size: 1.5em;
		font-variant: small-caps;
		color: #777;
		text-align: left;
		font-weight: bold;
	}
	#contenu #presentation ul {
		list-style: none;
	}
	#contenu #presentation li.actualite {
		text-align: left;
		width: 325px;
		margin-left: -40px;
		margin-bottom: 5px;
		padding-bottom: 5px;
		border-bottom: 1px dotted black;
	}
	
	#contenu #presentation li.actualite a {
		font-size: 1.1em;
		color: black;
		text-decoration: none;
	}
	#contenu #presentation li.actualite a:hover {
		color: red;
		text-decoration: none;
	}
	#contenu #presentation li.barre_jaune_et_bleue {
		text-align: right;
		font-size: 1.2em;
		margin-bottom: 15px;
		margin-left: -40px;
		font-variant: small-caps;
		font-weight: bold;
		background: #feed01;
	}
	#contenu #presentation li.barre_jaune_et_bleue a {
		color: #093482;
	}	
	#contenu #presentation li.barre_jaune_et_bleue a:hover, a:focus {
		color: gray;
		text-decoration: none;
	}
	#contenu #presentation li.classique {
		font-size: 1.1em;
		margin-bottom: -10px;
		margin-left: -30px;
	}
	#contenu #presentation li.benevole {
		text-align: left;
		font-size: 1.1em;
		margin-bottom: 15px;
		margin-left: -30px;
	}
	#contenu #presentation li.benevole_1 {
		list-style: circle;
		font-size: 1em;
		margin-bottom: 5px;
		margin-left: -5px;
	}
	#contenu #presentation p.benevole {
		font-size: 1.1em;
		margin-top: -5px;
		margin-bottom: -10px;
		margin-left: -30px;
	}
	#contenu #presentation p.asterix {
		font-size: 0.8em;
		margin-top: 0;
		margin-bottom: 20px;
		margin-left: 10px;
		font-style: italic;
	}
	#contenu #presentation li.avant-tableau {
		font-size: 1.1em;
		margin-bottom: 30px;
		margin-left: -30px;
	}
	
	#contenu #presentation p.texte_de_bullet {
		font-size: 1em;
		margin-bottom: 25px;
	}
	#contenu #presentation .texte_de_bullet a:hover, a:active{
		color: red;
	}
	#contenu #presentation img{
		float: left;
		margin: 35px 5px;
		width: 280px;
		height: 200px;
		padding: 2px;
		border: 1px solid #ccc;
	}
	#contenu #presentation .partenaire img{
		float: left;
		margin: 10px 5px;
		width: auto;
		height: 45px;;
		padding: 2px;
		border: 1px solid #ccc;
	}
	#contenu #presentation .info_logistique {
		font-size: 1.2em;
		color: #0000cd;
		font-variant: small-caps;
		margin-bottom: -5px;
	}
	#contenu #presentation .texte_info_logistique {
		font-size: 0.9em;
		color: #0000cd;
		text-align: left;
		font-style: italic;
	}
	#contenu #presentation table {
		margin: -29px auto 0;
		text-align: left;
		border-collapse: collapse;
		border: 1px solid #888;
	}
	#contenu #presentation table td {
		padding:4px 6px;
	}
		
	/**fin bloc principal**/


/**démarrage pied de page**/
#pieddepage {
	clear: both;
	border-top: 5px solid #1E2015;
	font-size: 0.9em;
	padding: 10px 0 30px;
}
/**fin pied de page**/
