/**** Règles générales ****/

body, contenu, p, h1, h2, h3, h4, h5, img, ul {
	margin: 0px;
	padding: 0px;

}

body {
	background: #FCE475;
	text-align:	center;
}

contenu, p {
	font: 0.9em/1.3em Arial, Helvetica, sans-serif;
	color: #443900;
	margin-bottom: 10px;

}

img	{
	text-align: left;
	border-style: none;
}

#contenu {
	margin: 0px auto;
	background-image: url(images/fond.jpg);
	background-repeat: no-repeat;
	width: 650px;
	text-align: justify;

}


/**** Titre et grande image de droite ****/

#titre {
	width: 540px;
	margin: 0 auto 0 50px;
	padding: 30px 0px 3px;
}
#image {
	float: right;
	width: 294px;
	height: 277px;
/*	border: thin dotted #CC6633;*/
}



/**** Comportement du menu ****/
ul{
	font: bolder 0.9em/1.3em Arial, Helvetica, sans-serif;
	color: #443900;
	text-align: left;
}
ul#menu {
	width: 330px;
	margin: 50px 0px 0px 0px;
	list-style: none;
/*	border: thin dotted #CC6633;*/
	color: #3443900;
	font: italic 900 normal 1.2em/1.3em "Times New Roman", Times, Georgia, serif;
	text-align: left;
}
#menu a:link, a:visited {
	color: #AE8410;
	text-decoration: none;
}
	
#menu a:hover, #menu li a:active {
	color: #B43505;
}



/**** Contenu du texte ****/

#texte {
	clear: both;
	margin: 30px 0px 0px 50px;
	padding: 30px 0px 30px 0;
	width: 560px;
	
}

em {
	font: italic 0.9em/1.2em Arial, Helvetica, sans-serif;
	color: #776500;
}
strong {
	font: italic bold 0.9em/1.2em Arial, Helvetica, sans-serif;
	color: #AC6311;
}
h5 {
	font: bold 0.9em/1.3em Arial, Helvetica, sans-serif;
	color: #443900;
	padding: 15px 0px 10px;
	text-align: left;

}
h4 {
	font: bold 1em/1.3em Arial, Helvetica, sans-serif;
	color: #8F4818;
	padding: 25px 0px 15px;
	text-align: left;
}

.sommaire {
	height: auto;
	width: 560px;
/*	border: thin dotted #CC6633;*/
	margin: 0px;
	padding: 0px 0px 15px;
}

.sommaire img {
	padding: 0px 15px 15px 0px;
	width: 180px;	
	float: left;
/*		border: thin dotted #CC6633;*/
}

.sommaire h4, .sommaire p, .sommaire h5, .sommaire ul {
	width: 350px;	
	float: right;
/*	border: thin dotted #CC6633;*/
}
.sommaire hr {
	visibility: hidden;
	color: #FCE475;
	clear: both;
/*		border: thin dotted #CC6633;*/
}
.sommaire ul {
	margin: 0 0 5px 0px;
	padding: 0 0 20px 0px;
	list-style-type: disc;
	list-style-image: url(images/point.gif);
/*	text-indent: 1em;*/
}

.sommaire li {
	padding-bottom: 5px;
	margin-left: 1.2em;
}


/**** Divers liens dans le texte ****/

#texte a, #texte a:link, #texte a:visited {
	color: #AC6311;
	font-weight: bold;
	text-decoration: none;
}
#texte a:active {
	color: #FF6600;
	font-weight: bold
}

#texte a:hover {
	color: #AC6311;
	text-decoration: underline;
}


/**** Bas de page ****/

h6 {
	margin: 40px 0px 20px;
	font: italic bold 0.8em/1.1em "Times New Roman", Times, serif;
	text-align: center;
	clear: both;
	/*float: Aucune;*/
}


/*.pres {
	line-height: 28px ;
h6 {
	font-family: Arial, Helvetica, sans-serif; font-size: 11pt; color: #443900;	
}
*/


/*a {  color: #CC6600; font-weight: bold; }*/
/*a:active {  color: #FF6600; font-weight: bold}
a:hover {  color: #B43505}
a:visited {  color: #666666}


/*#menu img {
	border: thin dotted #0066CC;

}*/
/*#menu li span {
	display: block;
	text-indent: -2000px;

}*/

/*a {
	color:#339933;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}*/
#texte em strong {
	font-size: 1em;
	font-weight: bold;
	color: #333;
}

