﻿@charset "utf-8";

/****************************************************************************************
					styles de base 
*****************************************************************************************/

body {
	font-family:Georgia, Times, Serif;
	font-size:100%;
	background-color: #f0e7e8;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}

h1, h2, h3, h4, h5, h6, p {
	margin:0
}

img {border:none}

.clear {
	clear:both;
}


/****************************************************************************************
					mise en page
*****************************************************************************************/

#page {
	width: 845px;
	background:#fff url(images/cadre-haut.jpg) no-repeat top left;
	margin:20px auto;
	text-align:left;
	position:relative;
}

 #contenu {
	background:url(images/cadre-bas.jpg) no-repeat bottom left;
	height:100%;
}

.contenu {
	padding:18px 16px 10px 16px;
	height:100%;
}

.gauche {
	float:left;
	width:580px;
}

#article {
	min-height:300px;
}

.lecon #article {
	min-height:382px;
}

.home .gauche .colonne {
	float:left;
	width: 145px;
	color: white;
}

.lecon .gauche .colonne {
	float:left;
	width: 184px;
	color: white;
}

.home #navLecon {
	background: url(images/home-lecon-fond.jpg) repeat-y bottom left;
}
.lecon #navLecon {
	background: url(images/page-lecon-fond.jpg) repeat-y bottom left;
	height:100%;
}

.home .navLecon {
	padding:0 0 8px 0;
	min-height:151px;
	background: url(images/home-lecon-bas.jpg) no-repeat bottom left;
}

.lecon .navLecon {
	padding:0 0 8px 0;
	background: url(images/page-lecon-bas.jpg) no-repeat bottom left;
	height:100%;
}


.droite {
	text-align:right;
}

#navDivers {
	height:298px;
}

#navCompagnon {
	float:right;
	width:230px;
	text-align:left;
}

.colUn {
	float:left;
	width:250px;
}
.colDeux {
	float:left;
	width:246px;
}
.gouttiere {
	float:left;
	width:15px;
	height:100px;
}



/* changement du visuel d'arrière plan */
.home .contenu {
	background:url(images/visuel-home.jpg) no-repeat top right;	
}
.leconUn .contenu {
	background:url(images/visuel-1.jpg) no-repeat top right;
}
.leconDeux .contenu {
	background:url(images/visuel-2.jpg) no-repeat top right;
}
.leconTrois .contenu {
	background:url(images/visuel-3.jpg) no-repeat top right;
}
.leconQuatre .contenu {
	background:url(images/visuel-4.jpg) no-repeat top right;
}

/****************************************************************************************
					styles de texte 
*****************************************************************************************/
#article h1 {
	margin-bottom:12px;
	margin-left:8px;
}

.lecon #article h1 {
	margin-left:0;
	margin-bottom:6px;
}

#article p {
	font-size:15px;
	margin-bottom:12px;
	margin-left:8px;
}

.lecon #article p {
	font-size:11px;
	line-height:14px;
	margin-bottom:6px;
	margin-left:0;
}

#article p.intro {
	font-weight:bold;
	font-size:12px;
	color:#c1004e;
}

#article .surligne {
	font-weight:bold;
	color:#56267d;
}

#article a {
	color:#000;
}
#article a:hover {
	color:#c1004e;
}

.lecon h2 {
		clear:left;
		font-size:16px;
		color:#e788b6;
		font-family: Verdana;
		margin:0 0 6px 0;
}

#navLecon h2 {
	margin:4px 15px 8px 10px;
	font-size:19px;
	font-weight:normal;
	line-height:19px;
}

.home #navLecon p {
	font-size:12px;
	margin:0 15px 0 10px;
}
.lecon #navLecon p {
	font-size:11px;
	margin:6px 0 0 6px;
	word-spacing: 0.02em;
	letter-spacing: -0.025em
}

#navCompagnon p {
	font-size:12px;
	color:#748c28;
	font-weight:bold;
	padding-bottom:5px;
}

#retour {
	position:absolute;
	right:195px;
}
