/**
* Général
*/
body
{
	background-color: #C9DEF1;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}

img
{
	display: inline;
	border: 0px;
}

ul , li
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

a
{
	color: #1F2186;
	text-decoration: none;
	font-weight: bold;
}

h1
{
	text-align: center;
	margin: 0px;
}

p
{
	margin: 0px;
	padding: 0px;
}

/**
* Contenu
*/
div#contenu
{
	width: 85%;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}

/**
* Contenu - le texte
*/
div#texte p a
{
	color: #2665B0;
	margin-top: 0px;
	text-decoration: none;
	font-weight: bold;
}

div#texte p a:hover
{
	text-decoration: underline;
	font-weight: bold;
}

p#titre
{
	background-image: url('./images/decoupage/droite_top.gif');
	margin-top: -33px;
	margin-left: -5px;
	color: #1F2186;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	padding-bottom: 3px;
	padding-top: 50px;
	width: 750px;
	height: 20px;
	position: absolute;
}


div#texte
{
	background-image: url('./images/decoupage/droite_middle.gif');
	width: 732px;

	padding-top: 50px;

}


div#texte p
{
	padding: 0px 45px 0px 40px;
}

/**
* Image
*/
img#logo
{
	float:left;
	margin-left:0px;
}

/**
* Menu
*/
div.rubrique
{
	background-repeat: repeat-x;
	width: 180px;
	height: 24px;
	font-size: 15px;
	text-align: center;
	padding-top: 12px;
	color: #1F2186;
	font-weight: bold;
}

div.rubrique p
{
	padding-top: 5px;
}

div.menu
{
	margin-top: 0px;
	font-size: 14px;
	color: #FFFFFF;
	width: 180px;
	height: 225px;
}

div.menu ul
{
	list-style-image: url('./images/puce.gif');
	padding: 15px;
 	margin-left: 25px;
}
	li {

	padding-left: 3px;
}

div#menu_gauche
{
	background-image: url('./images/decoupage/gauche_middle.jpg');
 	margin-top: -14px;
 	margin-left: 0px;

	width: 177px;

}


/**
* Structuration des blocs
*/
div#centre
{
	margin-left: 177px;
	top: 130px;
	width: 783px;
	position: absolute;
}

/**
* Footer
*/
p#footer
{
	background-image: url('./images/decoupage/droite_bottom.gif');
	text-align: center;
	margin-left: -11px;
	color: #1F2186;
	font-size: 9px;
	padding-bottom: 3px;
	padding-top: 25px;
	height: 20px;
}

/**
* Truc utile
*/
#clear_5
{
	clear: both;
	height: 5px;
}

#clear_1
{
	clear: both;
	height: 1px;
}

#clear_14
{
	clear: both;
	height: 14px;
}
