body
{
	background-color: White;
	color: Black;
	margin: 0;
	padding:0;
	background-image: url("images/cotespagne2.gif");
	background-repeat: no-repeat;
	background-attachment: fixed;
}

h1
{
	font-size: 125%;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
}

#texte h2
{
	font-size: 110%;
	text-align: right;
	font-style: italic;
	width: 100%;
}

p.ital
{
	font-style: italic;
	width: 99%;
}

li
{
	list-style-type: disc;
	margin-bottom: 1ex;
}

dt
{
	margin-top: 1ex;
}

/* ##########################
#####  Barre de navigation #####
##########################*/
#navigation
{
	 width:100%;
	 background-color: #3B6EB0;
	 layer-background-color: #3B6EB0;
	 border: 1px none #000000;
	 text-align: center;
	 padding: 10px 10px;
	 float:left;
}

#navigation a
{
	padding: 10px 10px;
}

#navigation a:link
{
	color: #FFD800;
	text-decoration: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
}

#navigation a:hover
{
	color: White;
	text-decoration: underline;
}

#navigation a:visited
{
	color: #FF891C;
	text-decoration: none;
}
/*#########################*/
#section
{
	float: left;
	margin: 0 0 0 15px;
	padding:0;
}
#section p a
{
	padding: 10px 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FF891C;
	font-size: 80%;
	font-weight: bold;
}

#section p a:hover
{
	color: #000099;
	text-decoration: underline;
}

#photo
{
	float:right;
	margin: 10px 0 0 0;
	padding: 0;
}

/*###################################*/

#texte
{
	float: left;
	height:70%;
	overflow: auto;
	margin: 0 10px 0 10px;
	padding-right: 7px;
	scrollbar-face-color: #000066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #000066;
	text-align: justify;
}

#texte p
{
	text-indent: 2em;
}

#texte p.centre
{
	text-indent: 0;
	text-align: center;
	margin: 0;
	padding: 0;
	width: 100%;
	color: #FF9933;
	font: bold 95% "MS Sans Serif", Geneva, sans-serif;
}
/*###################################*/
img.gauche,#texte div.gauche
{
	float: left;
	/*margin-left: 10px;*/
	margin-right: 10px;
}

#texte div.centre
{
	width: 100%;
	text-align: center;
	clear: both;
}

img.droite,#texte div.droite
{
	float: right;
	margin-left: 10px;
}

#texte div.centre p,#texte div.gauche p,#texte div.droite p
{
	text-align: justify;
	margin: 0;
	padding: 0;
	color: #FF9933;
	font: bold 95% "MS Sans Serif", Geneva, sans-serif;
	text-indent: 0;
}

/*###################################*/
#pied
{
	margin-top: 10px;
	text-align: center;
}
