body {
	margin: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: .8em;
	color: black;
	height: 100%;
	background-color: #ffffff; 
}

#page {
	width: 100%;
	margin-left: auto;
	margin-right: auto; 
}

#main-title {
	/*background-image: url(images/logo_digital.gif);
	*/
	/*background-repeat: no-repeat;
	*/
	/*background-position: 5px;
	*/
	margin-bottom: 10px;
	margin-left: 0;
	margin-right: 0;
	padding-top: 17px;
	padding-bottom: 30px;
	padding-left: 160px;
	padding-right: 0;
	background-color: #c4e6f8;
	border-top: 1px black solid;
	border-bottom: 1px black solid;
	color: #f87e0a;
	font-weight: bold;
	font-size: 1.7em;
	text-align: right;
	letter-spacing: .4em; 
}

h1 {
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 1em;
	color: #77774f;
	border-bottom: 1px #999 dashed;
	padding-bottom: 10px;
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
	font-weight: bold;
	text-align: left; 
}

img {
	border: none;
}

#main-text {
	margin-top: 0;
	margin-bottom: 50px;
	margin-left: 160px;
	margin-right: 30px; 
}

#photo {
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	text-align: center;
	border: 1px #999999 solid; 
	font-size: .7em;
}

p, ul, ol {
	/*line-height: 1.9em;
	*/
	margin-top: 0;
	margin-bottom: 17px;
	margin-left: 0;
	margin-right: 0;
	padding: 0; 
}

h2 {
	margin-top: 0;
	margin-bottom: 15px;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
	font-size: 1em;
	color: #f87e0a;
	font-weight: bold; 
}

ol, ul {
	margin-left: 25px; 
}

li {
	list-style: none;
	background-image: url(images/coche.gif);
	background-repeat: no-repeat;
	padding-left: 2em; 
}

.cadre {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	border: 1px #999999 solid;
}

table {
	margin-top: 0;
	margin-bottom: 17px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	border: none; 
}

a:link, a:visited {
	color: #ea9e57;
	text-decoration: none;
	font-weight: bold; 
}

a:hover {
	color: #ad5e15;
	text-decoration: none;
	font-weight: bold; 
}

/* Styles pour la barre de navigation. */

#menu {
	width: 140px;
	/*height: 500px; */
	text-align: right;
	border-right: 1px #999 dashed;
	font-weight: bold;
	color: #f87e0a;
	float: left;
	margin-top: 30px;
}

#menu p {
	padding-right: 10px;
	margin-bottom: 10px;
	font-size: .7em;
	line-height: 15px;
	text-align: right; 
}

#menu a:link, #menu a:visited {
	color: #7f7f6f; 
}

#menu a:hover, #menu a.current {
	color: #33332c; 
}

/* Styles pour le footer */

#footer {
	clear: both;
	text-align: center;
	background-color: #f87e0a;
	color: #ffffff;
	margin-top: 2em;
	margin-bottom: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px black solid;
	font-size: .9em;
	word-spacing: 5px; 
}

#footer a:link, #footer a:visited {
	color: #e2e2c5; 
}

#footer a:hover {
	color: #e2e2c5;
	text-decoration: underline; 
}

/* Styles pour le formulaire */

#formulaire {
	border: 1px #e6e6e6 solid;
	padding: 1em;
	margin-left: auto;
	margin-right: auto; 
}

#formulaire .lib {
	text-align: right;
	margin-left: 1em;
	color: #f87e0a; 
}

.rouge {
	color: #ff0000; 
}

/* Texte pour rˇfˇrencement */

#ref {
	font-size: .2em;
	color: #ffffff;
	display: none;
	visibility: hidden; 
}