/****************************************/
/*                              Balises globales                    */
/****************************************/
html, body{
	height:100%;
	font-size: 100%;
}

body{
	text-align:center;
	margin:0;
	padding:0;
	/* Police */
	font-family : "Futura", "Calibri", "Helvetica", "Trebuchet", "Verdana", sans-serif;
	font-size: .85em;
}

body.page{
	background:#853030 url(../images/courbePage.gif) repeat-x;
}

body.accueil{
	/*background:#853030 url(../images/courbeAccueil.gif) repeat-x;*/
	background:white;
	text-align:left;
}

/****************************************/
/*                               Contenu                               */
/****************************************/
div#contenu{
	margin-top:10px;
	margin-bottom : 20px;
	padding-right:20px;
	padding-left:20px;
}

h1{
	margin-top:10px;
	color:#22b24b;
	/*font-size:1.8em;*/
	font-size:1.4em;
	font-weight:bold;
	/*font-style:italic;*/
}

h2{
	color:#853030;
	/*color:#22b24b;*/
	font-size:1.3em;	
	font-weight:bold;
}

/*h4{
	color:black;
	font-size:1.1em;
}*/

p{
	font-size:1.1em;
	text-align:justify;
}

a{
	color:#853030;
}

ul{
	margin-bottom:10px;
}
li{
	font-size:1.1em;
}

strong{
	color:black;
	/*color:#22b24b;*/
}
.vert{
	color:#22b24b;
}

.floatdroite{
	float:right;
}

.droite{
	text-align:right;
}

.centrage{
	text-align:center;
}

.tableau td{
	font-size : 1.1em;
}

.citation{
	text-align:justify;
	border-width:1px;
	border-color:black;
	border-style:solid;
	width:500px;
	padding:10px;
}

cite{
	font-style:italic;
}

.reference{
	font-weight:bold;
}

.bloc{
	/*width:65%;*/
	width:450px;
}

.note{
	font-size:0.8em;
}

img.icone{
	height:25px;
	border:0;
}

.photo{
	float: right;
	/*width: 50%;*/
	padding: 5px;
	margin: 0;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
	border:1px solid #853030;
}

.sanspuce{
	list-style-type : none;
}

.puceCoeur{
	list-style-image:url("../images/puceCoeur.gif");
	list-style-type:disc;
}

.grosTexte{
	font-size:1.5em;
}

tr, td{
	margin:0;
}
/****************************************/
/*                              Page d'accueil                     */
/****************************************/
/* structure de la page : tableau à 2 lignes : 1 ligne présentation et 1 ligne menu */
table#pageAccueil{
	height:120%;
}

tr#presentation{
	height:60%;
}

tr#presentation td{
}

tr#menu{
	height:40%;
}

tr#menu td{
	background:#853030 url(../images/courbeAccueil.gif) repeat-x;
}

/* Partie PRESENTATION */
div#conteneur{
	position:relative;
	width:100%;
	height:400px;
}

div#textePresentation{
	position:relative;
	width:800px;
	height:400px;
	margin: 0 auto;
	/*background:red;*/
}

img#arbre{
	position:absolute;
	left:-85px;
	bottom:0px;
	z-index:-1;
}

img#titre{
	position:absolute;
	right:0px;
	border:0;
}

img#soimaime{
	position:absolute;
	bottom:0;
	right:0;
}

div#citation{
	position:absolute;
	top:250px;
	right:0px;
	width:450px;
	height:100px;
	overflow:auto;
	
	font-size: 1.3em;
	font-style:italic;
	color:#838383;
	text-align:left;
}

/* Partie MENU */
div#menuAccueil{
	width:1000px;
	margin: 30px auto 0 auto;
}

ul.pagelist{
	padding: 0;
	/*color:#838383;*/
	color:#606060;
	margin-left:20px;
}

ul.pagelist li {
	float: left;
	/*padding: 5px;*/
	margin: 5px 10px 5px 0;
	list-style: none;
	border: 1px solid #ccc;
	/*background-color: #eee;*/
	background-color: white;
	padding: 2px;
	width:30%;
	height:85px;
	font-size:1em;
}

ul.pagelist img {
	border: none;
	display: block;
}
a.pagethumb{
	float:left;
	display: block;
	padding: 2px;
	/*border: 1px solid #ccc;*/
	border: 1px solid #000;
}

a.pagethumb:focus {
	outline: none;
}

div.page-title{
	font-weight: bold;
	font-size: 1.3em;
	margin-left:95px;
	height:20px;
}

div.page-desc{
	line-height: 1.2em;
	padding-top: 5px;
	margin-left:95px;
	height:50px;
	overflow:auto;
	/*text-align:justify;*/
}

a.lienRubrique{
	font-weight: bold;
	text-decoration:underline;
	color:#606060;
}

/****************************************/
/*                              Header                                  */
/****************************************/
h1#header{
	height:40px;
	/*background:white url(../images/titre2.bmp) no-repeat top right;*/
	background:white;
	margin:0 auto;
	text-align:center;
}

h1#header a img{
	/*position:absolute;
	top:0;
	right:0;*/
	border:0;
	height:40px;
	/*z-index:5;*/
}

tr#footerIndex{
	text-align:center;
	margin:0;
	padding:0;
}

tr#footerIndex td{
	padding-top:0px;
	margin:0;
	background:#853030;
	height:50px;
}
tr#footerIndex td a{
	color:white;
}

/****************************************/
/*                   Structure de la page                      */
/****************************************/
table#conteneur{
	height:100%;
	text-align:left;
	background:white;
	width:800px;
	margin-left: auto; 
	margin-right: auto;
}

td#normal{
	width:800px;
	height:90%;
	background:white;
}

tr#footer{
	text-align:center;
}

tr#footer td{
	padding-top:19px;
	background:url(../images/baspage.gif) no-repeat #853030;
	height:50px;
}
tr#footer td a{
	color:white;
}

/****************************************/
/*                         Fil d'ariane                               */
/****************************************/
p#filAriane{
	clear:left;
	text-align:right;
	padding:0;
	padding-right:20px;
	padding-top:10px;
	margin:0;
	margin-top:0px;
	/*font-size:1.2em;	*/
	/*color:#22b24b;*/
	color:black;
	/*background:#f4edc3;*/
	color:#853030;
	font-size:1.0em;	
}

p#filAriane a{
	font-weight:normal;
	text-decoration:underline;
	/*color:#22b24b;*/
	color:black;
	color:#853030;
}

p#filAriane a.pageCourante{
	font-weight:bold;
	text-decoration:none;
	/*color:#853030;*/
	color:black;
	color:#853030;
}

/****************************************/
/*                    Sommaire section                          */
/****************************************/
#sidebar{
	/*clear: both;*/
	float: right;
	width: 30%;
	padding: 10px;
	margin: 0;
	margin:20px;
	border:1px solid #853030;
}

#sidebar ul
{
	list-style: circle;
	/*text-indent: -18px;*/
	/*padding-left: 18px;*/
	/*font: .9em/1.4em "Lucida Sans", Tahoma, Verdana, Arial, 	sans-serif;*/
}		
#sidebar a{
	/*text-decoration:none;*/
	color:black;
}

#sidebar h3{
	margin:0;
}

/****************************************/
/*                                  Menu                                 */
/****************************************/
div#menu{
	height:210px;
	font-weight:bold;
}

div#menu ul{
	position:relative;
	/*top:170px;*/
	top:0px;
	height:45px;
	/*background:#f4edc3;*/
	background:url(../images/bandeau.jpg) #853030;
	margin:0;
	list-style: none; 
	padding:1px;

}

div#menu ul li{
	/*position:relative;
	top:10px;*/
	float:left;
	/*background:blue;*/
	width:100px;
	height:45px;
	/*border: solid 1px black;*/
	margin-right:5px;
	text-align:center;
}

div#menu ul li a{
	display:block;
	width:100px;
	height:37px;
	/*text-indent:-4000px;*/
	font-variant:small-caps;
	text-decoration:none;
	color:white;
}

div#menu ul li a span{
	position:relative;
	/*top:25px;*/
}

/*div#menu ul li a:hover{
	text-indent:0px;
	font-size:1.2em;
	color:white;*
	/*background:url(../images/menu/fond.png);*/
/*}*/

div#menu li a:hover, div#menu li a:focus, div#menu li a:active {
  border-bottom:8px solid #f4edc3;
}

div#menu h1.pageCourante{
	position:relative;
	top:0px;
	height:170px;
	font-weight:bold;
	margin:0;
	font-size:1.1em;
}

div#menu h1.pageCourante a{
	display:block;
	margin:0;
	width:800px;
	height:170px;
	color:white;
	text-indent:-4000px;
	font-size:2em;
	text-decoration:none;
}

div#menu h1.pageCourante a span{
	position:absolute;
	top:130px;
	left:30px;
}

div#menu h1#page1{
	background: url('../images/menu/menu1_01b.jpg') no-repeat; 
}
div#menu h1#page2{
	background: url('../images/menu/menu1_02b.jpg') no-repeat; 
}
div#menu h1#page3{
	background: url('../images/menu/menu1_03b.jpg') no-repeat; 
}
div#menu h1#page4{
	background: url('../images/menu/menu1_04b.jpg') no-repeat; 
}
div#menu h1#page5{
	background: url('../images/menu/menu1_05b.jpg') no-repeat; 
}
div#menu h1#page6{
	background: url('../images/menu/menu1_06b.jpg') no-repeat; 
}
div#menu h1#page7{
	background: url('../images/menu/menu1_07b.jpg') no-repeat; 
}
div#menu h1#page8{
	background: url('../images/menu/menu1_default.jpg') no-repeat; 
}
div#menu h1#plan{
	background: url('../images/menu/menu1_planb.jpg') no-repeat; 
}
div#menu h1#apropos{
	background: url('../images/menu/menu1_aproposb.jpg') no-repeat; 
}
div#menu h1#page2-1{
	background: url('../images/menu/menu1_21b.jpg') no-repeat; 
}
div#menu h1#page2-2{
	background: url('../images/menu/menu1_22b.jpg') no-repeat; 
}
div#menu h1#page2-3{
	background: url('../images/menu/menu1_23b.jpg') no-repeat; 
}
h1#page1 a:hover,
h1#page2 a:hover,
h1#page3 a:hover,
h1#page4 a:hover,
h1#page5 a:hover,
h1#page6 a:hover,
h1#page7 a:hover,
h1#page8 a:hover,
h1#plan a:hover,
h1#apropos a:hover{
	background:none;
	font-size:2em;
	color:white;
}

/****************************************/
/*               Plan du site			                */
/****************************************/
ul#plansite{
	list-style-type:disc;
}

ul#plansite ul, ul#plansite li{
	list-style-type:disc;
}
