body
{
	padding: 0px;
	margin: 0px;
	left: 0px;
	top: 0px;
	background-color: #FFFFDD;
	font: 80% verdana, arial, sans-serif;
}

a, a:link, a:visited, a:active
{
	color: blue;	
}
a:hover
{
	color: #b82611;
}
A.archives
{
	text-decoration: none;
	color: black;
	cursor: pointer;
}

#conteneur
{
	position: absolute;
	margin: 0px;
	left: 0px;
	top: 0px;
	padding: 0;
}

#bandeau_news, #texteDefilant
{
	margin-top: 10px;
	width: 600px;
	margin-bottom: 10px;
	display: block;
	color: red;
	font-style: italic;
	font-size: 12px;
}

#bandeau_news { color: blue; }

.MenuBanniere
{
	position: absolute;
	width: 185px;
	height: 26px;
	top: 101px;
	text-align: center;
	border: 0;
	color: white;
	background-color: #16ab2d;
	padding: 2px;
	font-size: 10px;
	font-weight: bold;
}
.MenuBanniereOmbre
{
	position: absolute;
	width: 185px;
	height: 26px;
	top: 106px;
	border: 0;
	background-color: gray;
	padding: 2px;
}
.MenuBanniere a, .MenuBanniere a:link, .MenuBanniere a:active, .MenuBanniere a:visited, .MenuBanniere a:hover
{
	color: white;
	text-decoration: none;
}

dl, dt, dd, ul, li {
	display: block;
	margin: 2;
	padding: 0;
	list-style-type: none;
}
#menu {
	left: 5px;
}
dl#menu {
	width: 225px;
	margin-top: 105px;
	position: absolute;
}
dl#menu dt {
	cursor: pointer;
	margin: 2px 0;
	display: block;
	overflow : visible;
	height:auto!important;height:25px;min-height:25px;
	text-align: left;
	font-weight: bold;
	font-size: 13;
	border: 1px solid gray;
	background: #b82611;
}
dl#menu dd {
	border: 1px solid gray;
	display: none;
}
dl#menu li {
	text-align: left;
	background: #16AB2D;
}
dl#menu li a, dl#menu dt a {
	font-size: 13;
	color: #ffffff;
	text-decoration: none;
	display: block;
	border: 0 none;
	height:100%;
}

dl#menu dt a:hover {
	background: #248209;
        overflow : visible;
        height:auto!important;height:25px;min-height:25px;
}
dl#menu li a:hover {
        background: #248209;
        overflow : visible;
        height:auto!important;height:15px;min-height:15px;
}


/* MISE EN PAGE DU CORPS */

.corpsTitreA
{
	font-size: 14;
	font-weight: bold;
	color: #b82611;
	text-align: center;
}
.corpsTitreB
{
	font-size: 13;
	font-weight: bold;
	color: green;
	margin-top: 20px;
}
.corpsParagraphe
{
	font-size: 11;
	margin-top: 10px;
	text-align: justify;
}
.corpsAlinea
{
	margin-left: 20px;
}
.corpsTableau
{
	width: 100%;
	font-size: 11;
	border: 1px black solid;
	border-bottom:0;
	border-right:0;
}

.corpsTableau tr td
{
	border-bottom: 1px black solid;
	border-right: 1px black solid;
}

.corpsTableau tr td.cellule
{
	text-align: justify;
}

.mention
{
	font-size: 12px
}

.erreur
{
	border: 1px dashed #b82611;
	background-color: #ffc0c0;
	color: #b82611;
	font-weight: bold;
	font-style: italic;
	padding: 5px;
	margin-bottom: 10px;
        margin-top: 10px;
        margin-bottom: 10px;
}

.confirmation
{
        border: 1px dashed #16ab2d;
        background-color: #CCFFCC;
        color: #16ab2d;
        font-weight: bold;
        font-style: italic;
        padding: 5px;
        margin-top: 10px;
        margin-bottom: 10px;
}

FORM INPUT
{
	font: 100% verdana, arial, sans-serif;
	margin-bottom: 2px;
}

FORM LABEL
{
	display: inline;
	float: left;
	width: 130px;
	text-align: right;
	padding-right: 5px;
}
