body {
	font-family: Verdana, Arial;
	background-color: #FFFFFF;
}
.exemple {
	text-transform: none;
	color: #999999;
}


#contenu {
	height: 560px;
	width: 872px;
	position: relative;
	bottom: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
	background-color: #FFFFFF;
}
#contenu #txt {
	height: 510px;
	width: 870px;
	padding: 0px;
	text-align: left;
	overflow: auto;
}

#contenu #txt #gauchevert {
	height: 460px;
	width: 200px;
	text-align: center;
	overflow: hidden;
	border: thin solid #269061;
	float: left;
}

#contenu #txt #droitevert{
	height: 455px;
	width: 647px;
	text-align: justify;
	overflow: auto;
	border: thin solid #269061;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	background-repeat: no-repeat;
	background-position: center center;
}


#contenu #txt #gauchejaune {
	height: 460px;
	width: 200px;
	text-align: center;
	overflow: hidden;
	border: thin solid #F8B82A;
	float: left;
}

#contenu #txt #droitejaune{
	height: 455px;
	width: 647px;
	text-align: left;
	overflow: auto;
	border: thin solid #F8B82A;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}



#contenu #txt #gaucherouge {
	height: 460px;
	width: 200px;
	text-align: center;
	overflow: hidden;
	border: thin solid #CC0000;
	float: left;
}

#contenu #txt #droiterouge{
	height: 455px;
	width: 647px;
	text-align: left;
	overflow: auto;
	border: thin solid #CC0000;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

#contenu #txt #gauchebleuciel {
	height: 460px;
	width: 200px;
	text-align: center;
	overflow: hidden;
	border: thin solid #0066FF;
	float: left;
}

#contenu #txt #droitebleuciel{
	height: 455px;
	width: 647px;
	text-align: left;
	overflow: auto;
	border: thin solid #0066FF;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

#contenu #txt #gauchebleumarine {
	height: 460px;
	width: 200px;
	text-align: center;
	overflow: hidden;
	border: thin solid #003366;
	float: left;
}

#contenu #txt #droitebleumarine {
	height: 455px;
	width: 647px;
	text-align: left;
	overflow: auto;
	border: thin solid #003366;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}



#contenu #txt #gauchegris {
	height: 460px;
	width: 200px;
	text-align: center;
	overflow: hidden;
	border: thin solid #999999;
	float: left;
}

#contenu #txt #droitegris {
	height: 455px;
	width: 647px;
	text-align: left;
	overflow: auto;
	border: thin solid #999999;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}



#contenu #menu {
	height: 50px;
	width: 860px;
	margin: 5px;
	padding: 5px;
}
#contenu #menubas {
	float: left;
	height: 20px;
	width: 860px;
	margin-top: 5px;
	border-top-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	padding: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}



.normalnoir {
	font-size: 11.5px;
	color: #000000;
	font-style: normal;
	text-transform: none;
	font-weight: normal;
	line-height: 20px;
	text-decoration: none;
	text-align: justify;
}


.normalbleuciel {
	font-size: 11.5px;
	color: #0066FF;
	font-style: normal;
	text-transform: none;
	font-weight: bold;
	line-height: 20px;
	text-decoration: none;
	text-align: justify;
}
.normalpetitbleuciel {
	font-size: 10px;
	color: #0066FF;
	font-style: normal;
	text-transform: none;
	font-weight: normal;
	line-height: 20px;
	text-decoration: none;
	text-align: center;
}

.normalpetitblanc {
	font-size: 4px;
	color: #FFFFFF;
	font-style: normal;
	text-transform: none;
	font-weight: normal;
	line-height: 20px;
	text-decoration: none;
	text-align: center;
}

.normalpetitbleumarine {
	font-size: 10px;
	color: #003366;
	font-style: normal;
	text-transform: none;
	font-weight: normal;
	line-height: 20px;
	text-align: center;
}


.normaljaune {
	font-size: 11.5px;
	color: #F8B82A;
	font-style: normal;
	text-transform: none;
	font-weight: bold;
	line-height: 20px;
	text-decoration: none;
	text-align: justify;
}

.normalrouge {
	font-size: 11.5px;
	color: #CC0000;
	font-style: normal;
	text-transform: none;
	font-weight: bold;
	line-height: 20px;
	text-decoration: none;
	text-align: justify;
}

.normalbleumarine {
	font-size: 11.5px;
	color: #003366;
	font-style: normal;
	text-transform: none;
	font-weight: bold;
	line-height: 20px;
	text-decoration: none;
	text-align: justify;
}
.normalblanc {
	font-size: 11.5px;
	font-style: normal;
	text-transform: none;
	font-weight: normal;
	line-height: 20px;
	text-decoration: none;
	text-align: justify;
	color: #FFFFFF;
}

.normalgris {
	font-size: 11.5px;
	font-style: normal;
	text-transform: none;
	font-weight: normal;
	line-height: 20px;
	text-decoration: none;
	text-align: justify;
	color: #666666;
}
.comment {
	font-size: 9px;
	font-style: italic;
	color: #333333;
	line-height: 17px;
}

.normalvert {
	font-size: 11.5px;
	color: #269061;
	font-style: normal;
	text-transform: none;
	font-weight: bold;
	line-height: 20px;
	text-decoration: none;
	text-align: justify;
}
a.normalnoir:link {
	text-decoration: none;
}
a.normalnoir:hover {
	color: #333333;
	text-decoration: underline;
}
a.normalnoir:visited {
	text-decoration: none;
}
a.normalnoir:active {
	text-decoration: none;
}

.sousmenunoir {
	font-size: 15px;
	color: #000000;
	line-height: 25px;
}

.sousmenurouge {
	font-size: 15px;
	color: #CC0000;
	line-height: 25px;
}

.sousmenujaune {
	font-size: 15px;
	color: #F8B82A;
	line-height: 25px;
}

.sousmenuvert {
	font-size: 15px;
	color: #269061;
	line-height: 25px;
}

.sousmenubleuciel {
	font-size: 15px;
	color: #0066FF;
	line-height: 25px;
}

.sousmenubleumarine {
	font-size: 15px;
	color: #003366;
	line-height: 25px;
}
a.sousmenu:link {
	text-decoration: none;
	color: #FFFFFF;
}
a.sousmenu:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a.sousmenu:visited {
	color: #FFFFFF;
}
a.sousmenu:active {
	color: #FFFFFF;
}


a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
