/* CSS Document */
body {
	background-color: #112181;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/fond-de-page2.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* mise en forme des conteneurs en div */

#all {
	width: 859px;
	margin-right: auto;
	margin-left: auto;
}
#header {
}
#contenu {
	width: 859px;
	background-color: #FFFFFF;
	font-size: 12px;
}
#menu {
	float: left;
	width: 250px;
	color: #000000;
}
#textes {
	float: left;
	width: 400px;
}
#footer {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	margin-top: 5px;
	color: #FFFFFF;
	width: 859px;
	margin-right: auto;
	margin-left: auto;
}


/* liens */

a:link
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
a:visited
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.page a:link
{
	color: #4A5A73;
	text-decoration: none;
	font-weight: bold;
}
.page a:hover
{
	color: #4A5A73;
	text-decoration: underline;
	font-weight: bold;
}
.page a:visited
{
	color: #4A5A73;
	text-decoration: none;
	font-weight: bold;
}

/* mise en forme du texte */

p
{
	margin: 0px;
	padding: 0px;
}
.titre
{
	font-size: 18px;
	font-weight: bold;
	color: #628448;
}
.soustitre
{
	font-size: 14px;
	font-weight: bold;
	color: #4A5A73;
}
