body {
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.4em;
	color: #252525;
	margin: 0px;
	background: #CCCCCC;
	text-align: center;
	scrollbar-face-color: #EAEAEA;
	scrollbar-arrow-color: #0C6A89;
	scrollbar-track-color: #F1F1F1;
	scrollbar-shadow-color: #EEEEEE;
	scrollbar-highlight-color: #EEEEEE;
	letter-spacing: 0.05em;
}

#page {
	position: relative;
	width: 750px;
	height: 776px;
	margin: 0px auto;
	font-size: 11px;
	text-align: left;
	background: url(../img/fond-reservoir.jpg) no-repeat;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: outset;
	border-bottom-style: solid;
	border-left-style: outset;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}

#bandeau {
	position: relative;
	width: 750px;
	top: 0px;
	left: 0px;
}

#conteneur {
	position: relative;
	width: 750px;
	height: 380px;
	margin-right: 0px;
	margin-left: 0px;
	background: url(../img/bgcadre.gif) no-repeat;
}
#conteneur2 {
	position: relative;
	width: 750px;
	height: 380px;
	margin-right: 0px;
	margin-left: 0px;
	background: url(../img/bgcadrepresse.jpg) no-repeat;
}
#menu {
	position: absolute;
	top: 0px;
	left: 46px;
	width: 145px;
	height: 380px;
	
	text-align: left;
	font-weight: bold;
}
#menu p {
	padding-left: 8px;
}

.menuactif {
	color:#E9E9E9;
	font-weight: bold;
	text-decoration:none;
}

#menu a {
	color:#333333;
	font-weight: bold;
	text-decoration:none;
}
#menu a:visited {
	color:#333333;
	font-weight: bold;
	text-decoration:none;
}
#menu a:hover {
	color:#FFFFFF;
	font-weight: bold;
	text-decoration:none;
}

#menu p {
	display: block;
	line-height: 1.2em;
	margin-bottom: 0px;
	margin-top: 2px;
	padding-top: 5px;
}

#contenu {
	position: relative;
	width: 480px;
	height: 330px;
	top: 28px;
	margin-left: 195px;
	margin-top: 30px;
	min-height: 330px;
	margin-bottom: 10px;
	overflow:auto;
	left: 15px;
}

#contenu p {
	margin-top: 3px;
	margin-left: 20px;
}

.date {
	clip: rect(auto,auto,auto,200px);
}
table {
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 3px;
}

/*Liens standards*/
a:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

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

/*Listes à puces et numérotées*/
ul {
	list-style-image: url(../../images/welcome/puce.gif);
	margin: 5px 0px 5px 35px;
	padding: 0px;
}
		
ol {
	list-style-type:decimal;
	margin: 5px 0px 5px 40px;
	padding: 0px;
}

li {
	vertical-align: middle;
}
		
/*Ligne horizontal*/
hr {
	width: 100%;
	height: 1px;
	color: #e3e3e3;
	background-color: #e3e3e3;
	border: 0px;
}

/*Titres de pages*/
h1	{
	color: #333;
	letter-spacing: 0.05em;
	margin-top: 0px;
	margin-bottom: 15px;
	margin-left: 20px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 1em;
	font-weight: bold;	
}
#page h1{
margin-top:185px;
}
h2	{
	font: bold 12px/1.3em Helvetica, Arial, sans-serif;
	color: #666;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
h3	{
	font: bold 11px/1em Helvetica, Arial, sans-serif;
	color: #666;
	margin-top: 10px;
	margin-bottom: 3px;
	margin-left: 20px;
}

/*Mise en forme du texte*/
.txt_gras	{font-weight: bold;
}
.txt_italic {
	font-style: italic;
}

#footer{
}
#footer a:link {
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}

#footer a:visited {
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}

#footer a:hover {
	color: #000000;
	text-decoration: none;
}

