.lettrine
{
float: left;
width: .7em;
font-size: 4em;
line-height: 83%;
}

.entete {
	background-image: url(../img/layout/entete_fond.png);
	background-repeat: repeat-x;
	text-align: center;
	padding:0px;
	height: 128px;
}
.texte_entete {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #004694;
	background-image: url(../img/layout/texte_entete_fond.png);
	background-repeat: repeat-x;
	height: 40px;
	letter-spacing: 0.1em;
	text-align: center;
	white-space: nowrap;
	padding-top: 6px;
}
body {
	margin: 0px;
	color: #004694;
}

p {
	margin-top: 0px;
}

li {
margin-left: 30px;
}

.cadre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	border:1px solid;
	background-color: #FBFDFF;
	border-top-color: #769DCA;
	border-left-color: #769DCA;
	border-right-width: 1px;
	border-bottom-width: 1px;
	text-align: justify;
	background-image: url(../img/layout/texte_fond.png);
	background-repeat: repeat-y;
	padding: 10px;
	margin-bottom: 30px;
}

.cadre_gauche {
	width: 50%;
	float: left;
}

.cadre_droit {
	width: 50%;
	float: right;
}

.legende {
	font-size: x-small;
	text-align: center;
}

.image {
	border: 1px solid;
}

.illustration {
	float: none;
}

.illustration_droite {
	margin-left: 10px;
	float: right;
}

.illustration_gauche {
	margin-right: 10px;
	float: left;
}

.contenu {
	margin: 20px 30px 30px;
}
.titre {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: large;
	color: #FFFFFF;
	background-color: #769DCA;
	text-align: center;
	background-repeat: repeat-x;
	font-weight: bold;
	border: 1px solid #004694;
	border-bottom: 0px;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(../img/layout/titre_fond.png);
}
a:link {
	color: #003775;
}
a:visited {
	color: #002D5E;
}
a:hover {
	color: #0053AE;
}
a:active {
	color: #0066D7;
}

.bas {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #FBFDFF;
	background-image: url(../img/layout/bas_fond.png);
	background-repeat: repeat-x;
	text-align: center;
	padding: 15px 10px 10px;
	float: none;
}

 #navcontainer
{
	border-top: 1px solid #9CC;
	font: normal normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-image: url(../img/layout/nav_fond.png);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	margin-top: 12px;
}

#navlist
{
	list-style: none outside none;
	margin-top: 3px;
	padding: 0px;
}

@media all {
#navlist {
text-align: center
}
}

#navlist li
{
bottom: 7px;
display: inline;
line-height: 1.5em;
margin: 0;
padding: 0;
position: relative;
}

html>body #navlist li
{
background: #00096d;
margin: 0 3px 0 0;
padding: 4px 0px 4px 0;
}

#navlist a, #navlist a:link, #navlist a:visited
{
	background: #5786bc;
	border: 1px solid #FFF;
	bottom: 2px;
	color: #FFF;
	cursor: pointer;
	display: inline;
	height: 1em;
	margin: 0;
	padding: 3px 5px 3px 5px;
	position: relative;
	right: 2px;
	text-decoration: none;
	background-image: url(../img/layout/nav_elem_fond_repos.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#navlist a:hover
{
	background: #004694;
	background-image: url(../img/layout/nav_elem_fond_actif.png);
	background-repeat: no-repeat;
	bottom: 1px;
	color: #FFF;
	position: relative;
	right: 1px;
	background-position: 0 0;
}

#navlist a:active
{
background: #999;
bottom: 0px;
color: #FFF;
position: relative;
right: 0px;
}

#navlist li#active
{
background: #369;
bottom: 13px;
display: inline;
margin: 0 3px 0 0;
padding: 0;
position: relative;
}

html>body #navlist li#active
{
background: #000;
margin: 0 4px 0 4px;
}

#navlist #active a, #navlist #active a:link, #navlist #active a:visited, #navlist #active a:hover
{
background: #369;
border-bottom: none;
border-left: 1px solid #9CC;
border-right: 1px solid #9CC;
border-top: 1px solid #9CC;
bottom: 0;
color: #FFF;
cursor: text;
margin: 0;
padding: 2px 5px 0 5px;
position: relative;
right: 0;
}
.langue {
	position: absolute;
	top: 5px;
	right: 5px;
}

