body {
	color: #083347;
	margin: 0px;
	scrollbar-face-color: #0B5F9A;
	scrollbar-shadow-color: #2FA9FF;
	scrollbar-highlight-color: #2FA9FF;
	scrollbar-3dlight-color: #000052;
	scrollbar-darkshadow-color: #0B5F9A;
	scrollbar-track-color: #0D456D;
	scrollbar-arrow-color: #FFFFFF;
	margin: 0px;
	background-color: #02513B;
	background-repeat: repeat;
	vertical-align: top;
}

.iframe {
	color: #083347;
	margin: 0px;
	scrollbar-face-color: #0B5F9A;
	scrollbar-shadow-color: #2FA9FF;
	scrollbar-highlight-color: #2FA9FF;
	scrollbar-3dlight-color: #000052;
	scrollbar-darkshadow-color: #0B5F9A;
	scrollbar-track-color: #0D456D;
	scrollbar-arrow-color: #FFFFFF;
	margin: 0px;
	background-color: #FFFFFF;
	background-repeat: repeat;
	vertical-align: top;
}

.titre {
        font-family: "Georgia", Times New Roman, Times, serif;
		font-weight: bold;
		font-style: italic;
        font-size: 13px;
        margin: 0px;
}

td {
        font-family: "Georgia", Times New Roman, Times, serif;
        font-size: 10px;
        margin: 10px;
}

.copyr {
        font-family: Georgia, "Times New Roman", Times, serif;
		color: #FFFFFF;
		font-weight: bold;
        font-size: 10px;
        margin: 0px;
}
/* Style du calendrier */
 #general
 {
  font-family: Arial;
  font-size: 10pt;
 }

 a:link,a:active,a:visited
 {
        text-decoration:none;
        color:#0000FF;
 }

 a:hover
 {
        text-decoration:underline;
        color:#FF0000;
 }
/* Style des actualités */
#Actu {
	position: relative;
	left:0px;
	top:0px;
	font-family : sans-serif;
	font-size : 14pt;
	font-weight : bold;
	text-align:center;
	width: 170px;
	background-color : Yellow;
	border-width : 1px;
	border-style : solid;
	border-color:navy;
	color:Navy;
}
#ActuContenant {
	height: 200px;
	top: 0px;
	left: 0px;
	overflow: hidden;
	position: relative;
	visibility: visible;
	width: 170px;
	font-family : sans-serif;
	font-size : 10pt;
	font-weight : normal;
	border-width : 1px;
	border-style : solid;
	border-color:navy;
	text-align:left;
	background-color : white;
} 
#ActuTexte {
	left: 0px;
	position: absolute;
	padding-left:10px;
	top: 0px;
	padding-right : 10px;
}


