/* La mise en page principale */

body
{
	width: 760px;
	margin: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	
	background: url("images/back.jpg");
}


/* Le header */

#header
{
	width: 764px;
	height: 100px;
	margin-bottom: 10px;
	background: url("images/banniere.jpg");
	background-repeat: no-repeat;
}


/* le menu du site */

#menu
{
	float: left;
	width: 122px;
	margin-top: 5px;
	font-size: 13px;
}

.element_menu1   /* le premier bloc du menu*/
{
	background: url("images/border-menu.gif");
	border: 1px solid black;	
	margin-bottom: 20px;
	padding-top: 0px;
	
}

.element_menu1 ul
{
	list-style-image: url("images/puce.jpg");
	position: relative;
    left: 5px;
}

.element_menu1 a
{
	color: blue;
	text-decoration: none;
}

.element_menu1 a:hover
{
	color: green;
	text-decoration: underline;
}

.element_menu2  /* le deuxième bloc du menu */
{
	background: url("images/border-menu.gif");
	
	border: 1px solid black;
	height: 130px;
}

.element_menu2 ul
{
	list-style-image: url("images/puce.jpg");
	position: relative;
    	left: 5px;
}

.element_menu2 a
{
	color: blue;
	text-decoration: none;
}

.element_menu2 a:hover
{
	color: green;
	text-decoration: underline;
}



/* la partie principale du site, où seront affichés les textes */

#corps
{
	margin-left: 140px;
	margin-top: 15px;
	margin-bottom: 20px;
	padding-left: 70px;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-right: 10px;
	
	background: url("images/border-corps1.gif");
	border: 1px dotted black;
}

h1
{
	text-align: center;
	font-family: Georgia, serif;
	font-size: 1.6em;
	font-style: italic;
	color: rgb(0,35,144);
}

p
{
	text-align: justify;
	text-indent: 30px;
	font-family: Georgia, serif;
	font-size: 1em;	
}

p:first-letter
{
	font-weight: bold;
	font-size: 1.2em;
	color: rgb(0,35,144);
}

h3
{
	font-family: Georgia, Verdana, "Times New Roman", serif;
	font-style: italic;
	font-size: 1.1em;
	color: rgb(0,35,144);
}

#corps h5
{
	font-family: Georgia, Verdana, "Times New Roman", serif;
	color: rgb(191,9,4);
}

#corps a
{
	color: blue;
}

#corps a:hover
{
	color: green;
	text-decoration: underline;
}

#corps a:visited
{
	text-decoration: none;
	color: purple;
}

a img
{
	border: none;
}

.imagefloatleft
{
	float: left;
	margin-right: 5px;
}

.maj-rss
{
	color: red;
}


/* Le pied de page */

#footer
{
	margin-bottom: 10px;
	padding: 5px;
	
	border: 1px solid black;
	background: url("images/bground.gif");
}

#footer p
{
	text-align: center;
	font-size: 0.6em;
}