/* div */body {
	background : #FFFFFF url(images/background.jpg);
	font-family:'Lucida Grande';
	margin: 0px;
}
.img { 
border: 1px solid #848484; 
} 
.legende{
	color: #C0C0C0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}

#container {
	width: 700px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;

}

#dright {
	width: 520px;
	float: left;
}

#dleft {
	width: 180px;
	float: left;
}

/* class pour les cellules */

.logo {
	width: 180px;
	height: 115px;
	border-bottom: 1px dotted #7E7E7E;
}

.logo_etude_cas {
	margin-left: 10px;
	margin-top: 20px;
}

.lignecote {
	border-left: 1px dotted #7E7E7E;
}

.lignehaut {
	border-top: 1px dotted #7e7e7e;
}

.lignebas {
	border-bottom: 1px dotted #7e7e7e;
}

/* formatage texte */

h1 {
	font: normal 15px/18px "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #587736;
	text-decoration: none;
	margin-left: 10px;
	margin-top: 25px;
}

h2 {
	font: normal 15px/18px "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #6B9043;
	text-decoration: none;
	margin-left: 10px;
	margin-top: 5px;
}

h3 {
	font: normal 13px/15px "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #44527D;
	text-decoration: none;
	margin-left: 10px;
	margin-top: 5px;
}

p {
	color: #333333;
	font: normal 12px/14px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	margin-left: 10px;
	margin-top: 0px;
}

p a:link {
	color: #668248;
	text-decoration: underline;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

p a:hover {
	color: #555D4C;
	text-decoration: underline;
	background: #A3C380;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

p a:visited {
	color: #5D6492;
	font: normal 11px/13px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	margin-left: 10px;
	text-decoration: none;
}

h6 {
	color: #7D7D7D;
	font: normal 10px/14px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	margin-left: 10px;
	margin-top: 2px;
}

h6 a:link {
	color: #81A35A;
	text-decoration: underline;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

h6 a:hover {
	color: #555D4C;
	text-decoration: underline;
	background: #A3C380;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

h6 a:visited {
	color: #5D6492;
	font: normal 11px/13px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	margin-left: 10px;
	text-decoration: none;
}

/* Liste */

ul{
	list-style: none;
	margin: 0;
	padding: 0;
	color: #333333;
	text-align: left;
	font: normal 12px/14px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

li
{
color: #333333;
font: normal 12px/14px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
margin-left: 10px;
margin-top: 1px;
background: url(../fra/images/bullet.gif) no-repeat 1px 4px;
	margin-bottom: 0px;
	padding: 0px 10px 0px 15px;
}

li a:link {
	color: #668248;
	text-decoration: underline;
}

li a:visited {
	color: #5D6492;
	text-decoration: underline;
}

li a:hover {
	background-color: #A3C380;
	color: #555D4C;
	text-decoration: underline;
}

/* formatage texte sous menu */

.tablesousmenu {
	padding-right: 30px;
	padding-left: 10px;
}

.sousmenu {
	color: #595959;
	font: normal 11px/15px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	margin: 3px 30px 7px 10px;
	text-decoration: none;
}

.sousmenu a:link {
	color: #666666;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
}

.sousmenu a:hover {
	color: #555D4C;
	text-decoration: none;
	background: #A3C380;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.sousmenu a:visited {
	color: #5D6492;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}

/*--------------------------------*/
.sousmenuIN {
	color: #595959;
	font: normal 11px/15px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	margin: 3px 30px 7px 10px;
	text-decoration: none;
}

.sousmenuIN a:link {
	color: #666666;
	background: #A3C380;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
}

.sousmenuIN a:hover {
	color: #555D4C;
	text-decoration: none;
	background: #A3C380;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.sousmenuIN a:visited {
	color: #666666;
	text-decoration: underline;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}

