/* CSS Document */
body {
	background-color:#FFFFFF;
	scrollbar-face-color: #000000; 
	scrollbar-shadow-color: #000000;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #000000; 
	scrollbar-darkshadow-color: #000000; 
	scrollbar-track-color: rgb(51,204,204); 
	scrollbar-arrow-color: rgb(51,204,204);
	margin:0;
	text-align: center;
}


#container {
	margin-left: auto; 
    margin-right: auto;
	width:80%;
	text-align:left;
	/*border: dashed thin rgb(160,220,130);*/
}


h1 {
	font-size : x-large; 
	color : #009900;
	margin-left:10px;
}

h2 {
	font-size : large;
	color:#000066;
	margin-left:10px;
}

div#text {
	font-family: Arial, Helvetica, sans-serif;   /* font */
	font-size:small; /* font size */
	font-style :italic;
	color:#000066;	
	margin-left:10px; 
}

h3 {
	font-size : small; 
	color : #009900;
	margin-left:10px;
	margin-top: 10px;
	margin-bottom:2px;
	padding: 0;
	line-height:70%;
}

div#logo {
	width:100%;
	text-align:center;
	background-repeat:no-repeat;
	vertical-align:middle;
	border: solid thin rgb(160,220,130);
}

div#content {
	float:right;
	width: 79%;
	margin-top:10px;
	border: solid thin rgb(160,220,130);
	text-align:left; /* alignement du texte dans le cadre */
	overflow:auto;
	height:100%;
}

div#images {
	text-align: center;
}

/* ************************************** M E N U********************************/
dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu {
	width: 20%;
	margin-top:10px;
}
#menu dt {
	cursor: pointer;
	margin: 2px 0;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-weight: bold;
	color:#1D1353;
	border: 1px solid gray;
	background: rgb(160,220,130);
}
#menu dd {
	border: 1px solid gray;
}
#menu li {
	text-align: center;
	background: #fff;
}
#menu li a, #menu dt a {
	color: #000066;
	text-decoration: none;
	display: block;
	border: 0 none;
	height: 100%;	
}
#menu li a:hover, #menu dt a:hover {
	background: #eee;
}
/* liens */
#liensrep{
	color:#000066;
	font-size:small;
	font-family:font-family: Arial, Helvetica, sans-serif; 
	font-style:normal; 
	text-decoration:underline;
}

a{
	color:#1D1353;
	text-decoration:underline;
	font-family : Arial; 
	font-size : small; 
} 
a:hover {
	color:#009900;
}

