/*general*/

body{
	scrollbar-face-color: #FFFFCC; 
	scrollbar-shadow-color: #660000;
	scrollbar-highlight-color: #FFFFCC;
	scrollbar-3dlight-color: White; 
	scrollbar-darkshadow-color: Black; 
	scrollbar-track-color: #FFFFCC; 
	scrollbar-arrow-color: #663300;
	margin: 0 0 0 0;
	text-align: center;
	font-family: Garamond, Times, serif;
	font-size: 15px;
}

body.home{
	background: #FFFFCC url(../IMG/fond_home.jpg) no-repeat top center;
}

body.general{
	background: #FFFFCC url(../IMG/fond.jpg) no-repeat top center;
}

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

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

#page{
	position: static;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	width: 863px;
	height: 707px;
	text-align: left;
	z-index: 0;
}

#titre{
	position: relative;
	margin-top: 30px;
	width: 863px;
	height: 80px;
	text-align: left;
	z-index: 0;
}

#nav{
	position: relative;
	float: left;
	text-align: left;
	width: 170px;
	height: 600px;
	margin: 10px 0 0 0;
	z-index: 0;
}

#date{
	position: absolute;
	z-index:10;
	font-size:10px;
	text-align: center;
	margin-top: 660px;
	margin-left: 20px;
}

#navpage{
	position: absolute;
	z-index:20;
	font-size:11px;
	text-align: center;
	margin-top: 605px;
	margin-left: 190px;
}

#texte{
	position: static;
	text-align: left;
	width: 660px;
	height: 600px;
	margin: 20px 0 0 190px;
	z-index: 0;
}
#contentPage{
	position:absolute;
	text-align: left;
	width: 660px;
	height: 600px;
	margin: 20px 0 0 190px;
	z-index: 0;
	left: 71px;
	top: 107px;
}
/*menu*/

dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

dl#menu {
	width: 160px;
	height: 600px;
	margin: 0 0 0 0;
	z-index: 1;
}

dl#menu dt {
	color: #990000;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	margin-top: 20px;
	margin-left: 10px;
}

dl#menu dt.rubrique {
	font-variant: small-caps;
	font-size: 15px;
	letter-spacing: -0.5px;
}

dl#menu dd {
	margin-top: 0px;
	margin-left: 10px;
}

dl#menu li {
	padding: 0 0 0 18px;
	color: black;
	text-align: left;
	font-variant: normal;
	font-size: 14px;
	background: url(../IMG/puce.gif) no-repeat 10px 0;
}

dl#menu li a{
	color: black;
	font-weight: normal;
	text-decoration: none;
	display: inline;
}

dl#menu dt a {
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}

/*Texte*/

.blocTitre{
	color: #003300;
	margin: 0 0 14px 0;
	font-weight: bold;
	z-index: 1;
}

.titre{
	font-variant: small-caps;
	font-size: 18px;
}

.blocTexte{
	width: 650px;
	margin: 0 0 30px 0;
	z-index: 1;
}

.imgTexte{
	float: left;
	margin: 0 10px 20px 0;
	height: 190px;
	width: 200px;
	z-index: 2;
}

.paragraphe{
	height: 190px;
	z-index: 2;
}

.paragraphe2{
	width: 420px;
	z-index: 2;
}

.legende{
	margin: 6px 0 0 2px;
	font-size: 11px;
	z-index: 3;
}

/*accueil*/

#intro{
	text-align: left;
	width: 650px;
	height: 200px;
	margin: 0 0 0 0;
}

#contenu{
	text-align: left;
	width: 650px;
	margin: 30px 0 0 0;
}

.titreActu{
	color: #003300;
	font-weight: bold;
}

.actu{
	margin-bottom: 15px;
}

#listactu{
	margin-top: 10px;
}

#listactu ul{
	list-style-type : none;
	margin: 10px 0 0 0;
	padding: 0 0 0 0;
}
#listactu li{
	padding: 0 0 0 20px;
	background: url(../IMG/puce.gif) no-repeat 10px 0;
}
/*Liens*/
.titreLiens{
	color: #003300;
	font-weight: bold;
}

#liens{
	margin-bottom: 15px;
}

#liens ul{
	list-style-type : none;
	margin: 10px 0 0 0;
	padding: 0 0 0 0;
}
#liens li{
	padding: 0 0 0 20px;
	background: url(../IMG/puce.gif) no-repeat 10px 0;
}
