/*
sélecteur de classe, plusieurs appels possibles : <h1 class="maclasse">
.maclasse {color : blue ;} 

sélecteur de id, unique par document, appel : <div id="test">
#test {background-color : blue ;} 

sélecteur de style standard
p {color : black}

*/

.lien{
font-family: Gill, Helvetica, sans-serif;
color:#FFFF66;
font-size:1em;
text-decoration: underline;
font-weight:bold;
text-align:center;
}

.lienhover{
font-family: Gill, Helvetica, sans-serif;
color:#FFFF66;
font-size:1em;
text-decoration: underline;
font-weight:bold;
text-align:center;
}

.Style1 {
color: #FFFF00;
font-weight: bold;
}
	
/*lien actif : alink , lien visite: vlink, texte simple: text, lien gris clair: link*/

a:link {
font-family: Gill, Helvetica, sans-serif;
color:#FFFF66;
font-size:1em;
text-decoration: underline;
}

a:visited{
font-family: Gill, Helvetica, sans-serif;
color:#FFFF66;
}

a:hover {
font-family: Gill, Helvetica, sans-serif;
color:#00FFFF;
}


body{
	background-color: #003366;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


p,h1,h2,h3,h4,legend{
font-family: Gill, Helvetica, sans-serif;
font-weight:normal;
color:#FFFFFF;
background:transparent;
}

li{color:#FFFFFF;
}
h1{
font-size:1.7em;
}
h2{
font-size:1.5em;
}
h3{
font-size:1.1em;
}
h4{
font-size:0.9em;
}
p{
font-size:0.8em;
}
legend{
font-size:0.8em;
}

fieldset{
width:765px;
}

.footer{
font-family: Gill, Helvetica, sans-serif;
font-weight:normal;
color:#FFFFFF;
font-size:10px;
text-align:center;
}

.form{
font-family: Gill, Helvetica, sans-serif;
font-weight:normal;
color:#FFFFFF;
background:transparent;
}
.formobl{
font-family: Gill, Helvetica, sans-serif;
font-weight:normal;
color:#FFFF00;
background:transparent;
}
.formgreen{
font-family: Gill, Helvetica, sans-serif;
font-weight:normal;
color:#00FF00;
background:transparent;
}
.formred{
font-family: Gill, Helvetica, sans-serif;
font-weight:normal;
color:#FF0000;
background:#00FF00;
}
.formgreenwhite{
font-family: Gill, Helvetica, sans-serif;
font-weight:normal;
color:#00FF00;
background:#FFFFFF;
}
.cadre_haut{
width:700px;
height:110px;
background-color:#003366;
border-color:#FFFFFF;
}

.cadre_corps{
	background-image:url(/images/mer.jpg);
	border-top-width:1px;
   border-top-style:solid;
   border-top-color:#4A708B;
   border-left-width:1px;
   border-left-style:solid;
   border-left-color:#4A708B;
   border-bottom-width:1px;
   border-bottom-style:solid;
   border-bottom-color:#4A708B;
   border-right-width:1px;
   border-right-style:solid;
   border-right-color:#4A708B;
	width:780px;
	background-color:#0B527E;
	border-spacing: 1pt;
	border-color:#FFFFFF;
}

.cadre_corps2{
width:770px;
background-color:#003366;
border-spacing: 1pt;
border-color:#FFFFFF;
}

.cadre_presse{
border:1pt;
background-image:url(/images/mer.jpg);
width:780px;
background-color:#003366;
border-spacing: 5pt;
border-color:#FFFFFF;
}
.cadre_bas{
border:2pt;
width:780px;
background-color:#003366;
background-image:url(/images/mer.jpg);
border-color:#FFFFFF;
}

.cadre_stat{
border:2pt;
width:500px;
border-color:#FFFFFF;
color:#FFFFFF;
text-align:center;
}
