/*************************************** STYLES SPECIFIQUES AU SITE ****************************************/
body
{
	margin: 4px 0px 4px 0px;
	padding: 0;
	text-align: center;
	background-color: #D4CFDF;
	font-family: verdana, sans-serif, sans;
	font-size: 12px;
}

div.page
{
	width: 992px;
	margin: 0px auto 10px auto;
}

div.titre
{
	width: 990px;
	border: solid 1px #423B5D;
	color: #FFFFFF;
}

div.titre a
{
	color: #FFFFFF;
	text-decoration: underline;
}

div.cadre_barre
{
	width: 990px;
	height: 32px;
	background: url('images/barre-site.png') repeat-x;
	background-color: #F4EDF7;
}

div.barre
{
	width: 990px;
	height: 32px;
	background: url('images/barre-site.png') repeat-x;
	background-color: #F4EDF7;
	border-left: solid 1px #423B5D;
	border-right: solid 1px #423B5D;
	font-weight: bold;
	text-align: center;
	color: #000000;
	line-height: 22px;
}

div.barre a
{
	text-decoration: none;
	font: inherit;
	color: #6C2266;
}

div.barre a:hover
{
	text-decoration: none;
	font: inherit;
	color: #B269AC;
}

span.barre-liens
{
	float: left;
	padding-top: 2px;
	padding-left: 7px;
	font-size: 16px;
}

span.barre-compte
{
	float: right;
	padding-top: 3px;
	padding-right: 7px;
	font-size: 12px;
}

span.barre-connexion
{
	float: right;
	padding-top: 3px;
	padding-right: 10px;
	font-size: 12px;
	text-align: left;
}

span.barre-connexion input
{
	border: solid 1px #BBBBBB;
	font-size: 11px;
}

div.colonnes-site
{
	width: 990px;
	min-height: 2000px;
	border-bottom: solid 1px #423B5D;
	border-left: solid 1px #423B5D;
	border-right: solid 1px #423B5D;
	padding-bottom: 30px;
	background-color: #F4EDF7;
	clear: both;
}

div.colonnes-site-accueil
{
	width: 990px;
	min-height: 2000px;
	border-bottom: solid 1px #423B5D;
	border-left: solid 1px #423B5D;
	border-right: solid 1px #423B5D;
	padding-bottom: 30px;
	background-color: #F4EDF7;
	clear: both;
}

div.menug
{
	float: left;
	width: 170px;
	padding-left: 7px;
	text-align: left;
	font-size: 11px;
}

div.menud
{
	float: right;
	width: 170px;
	padding-left: 7px;
	text-align: left;
	font-size: 11px;
}

div.menug ul, li
{
	list-style: none;
	padding: 0;
	margin: 0;
}

div.menud ul, li
{
	list-style: none;
	padding: 0;
	margin: 0;
}

div.menug-titre
{
	margin-top: 15px;
	padding: 5px 0px 0px 25px;
	background: url('../commun/images/h2.png') no-repeat;
	background-position: 2px 6px;
	font-size: 16px;
	color: #1833A7;
	font-weight: bold;
}

div.menud-titre
{
	margin-top: 15px;
	padding: 5px 0px 0px 25px;
	background: url('../commun/images/h2.png') no-repeat;
	background-position: 2px 6px;
	font-size: 16px;
	color: #1833A7;
	font-weight: bold;
}

div.contenu
{
	width: 791px;
	margin: 0px 0px 4px 177px;
	padding: 5px 0px 30px 10px;
	text-align: justify;
	border-left: solid 2px #423B5D;
}

div.contenu-accueil
{
	width: 612px;
	height: 100%;
	margin: 0px 0px 4px 177px;
	padding: 5px 10px 30px 10px;
	text-align: justify;
	border-left: solid 2px #423B5D;
	border-right: solid 2px #423B5D;
}