/* CSS Document */
* {
margin: 0;
padding: 0;
border: 0;
}
body{
	font-family: "Comic Sans MS";
	color: #333333;
	line-height: 1.166;
	margin: 0px 2%;
	padding: 0px;
	background-color: #E5E8E9;
/*	background-image:    url(images/page/bg_grad.jpg);*/
	background-attachment: fixed;
	left: 1%;
	right: 1%;
}

/*Liens hypertexte et ancres*/
a{
	color: #005FA9;
	text-decoration: none;
}

p{
	text-decoration: none;
	margin-right: 10px;
	margin-left: 10px;
}
a:link{
	color: #005FA9;
	text-decoration: none;
}

a:visited{
	color: #005FA9;
	text-decoration: none;
}

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

/*Titres*/
h1{
 margin: 0px;
 padding: 0px;
}

h2{
 margin: 0px;
 padding: 0px;
}

/* menu entete*/
#utility{
	position:absolute;
	font-family: Verdana, sans-serif;
	font-size: 9pt;
	color: #000000;
	text-align: right;
	border: none;
	left: 1%;
	right: 1%;
	top: 0px;
	height: 20px;
	float: right;
	width: 98%;
}

#utility a{
	color: #000000;
}

#utility a:hover{
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

/*bandeau*/
#bandeau{
	position:absolute;
	border: none;
	background-image: url(images/page/bandeau.png);
	background-repeat: repeat-x;
	background-position: right;
	height: 100px;
	font-family: "Courier New", Courier, mono;
	color: #000000;
	left: 1%;
	right: 1%;
	top: 21px;
	width: 98%;
}

#bandeau h2{   
   color: #000000;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   text-align: left;
}

/*menu principal*/
#globalNav{
	position:absolute;
	height: 32px;
	color: #cccccc;
	padding: 0px;
	margin: 0px;
	background-image:    url("images/page/glbnav_background.gif");
	left: 1%;
	right: 1%;
	top: 120px;
	border: none;
	width: 98%;
}



#globalNav img{
	margin-bottom: -4px;
 
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
	font-size: 1px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
	font-size: 1px;
}
#globalLink{
	position: absolute;
	top: 3px;
	height: 22px;
	padding: 0px;
	margin: 0px;
	left: 0%;
	z-index: 100;
	overflow: hidden;
	right: 0%;
	bottom: 3px;
}

#globalLink img{
	display: block;
	}

a.glink:link{
  	font-size: 10pt;
  	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 8px 4px 8px;
	border-right: 1px solid #8FB8BC;
}

a.glink:visited{
  	font-size: 10pt;
  	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 8px 4px 8px;
	border-right: 1px solid #8FB8BC;
}

a.glink:hover{
  font-size: 80%;
	margin: 0px;
	font-weight: bold;
	padding: 2px 8px 4px 8px;
  	background-image:    url("images/page/glblnav_selected.gif");
	border-right: 1px solid #8FB8BC;
	text-decoration: none;
	color: #000000;
}

/*sous menu*/
.subglobalNav{
	position: absolute;
	top: 151px;
	left: 1%;
	height: 20px;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	color: #000000;
	right: 1%;
	border: none;
}

.subglobalNav a:link{
	font-size: 80%;
	color: #000000;
}

.subglobalNav a:visited{
	font-size: 80%;
	color: #000000;
}

.subglobalNav a:hover{
	font-size: 80%;
	color: #000000;
	font-weight: bold;
}

#contenupage{
	top: 172px;
	left: 1%;
	right: 1%;
	background-color: #E5E8E9;
	margin: 0px;
	padding: 0px;
	position: absolute;
	width: 98%;
}

#contenu{
	margin:0px 260px 0px 0px;
	background-color: #E5E8E9;
	border: none;
	height: auto;
	background-repeat: repeat-x;
	left: 1%;
	right: 1%;
	background-image: url(images/page/fond_texte.png);
}

#col_droite{
	float: right;
	width: 250px;
	padding: 0px;
	background-color: #E5E8E9;
	border: none;
	left: 1%;
	right: 1%;
	background-image: url(images/page/fond_texte.png);
	background-repeat: repeat-x;
	height: auto;
	text-align: center;
	clear: both;
}

#col_droite p{
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#piedpage{
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #cccccc;
	padding: 10px;
	margin-top: 0px;
	left: 0%;
	right: 0%;
	width: 98%;
	clear: both;
	float: left;
}

#piedpage a:hover {
	font-weight: bold;
}


.texte1 {
	font-size: 14px;
	color: #000000;
}

.texte2 {
	font-size: 14px;
	color: #0000FF;
}

.texte3 {
	font-size: 14px;
	color: #00FF00;
}

#compteur {
	text-align: center;
	border-bottom: 1px solid #cccccc;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}

.titrepage {
	font-size: 20px;
	font-style: normal;
	font-family: "Comic Sans MS";
	font-weight: bold;
}

#titrepage{
	font-size: 30px;
	font-style: normal;
	font-family: "Comic Sans MS";
	font-weight: bold;
	color: #000000;
	border-bottom: 1px solid #cccccc;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	vertical-align: middle;
}

#textepage{
	margin-left: 0px;
	margin-bottom: 0px;
	height: auto;
}

#design{
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	border-bottom: 1px solid #cccccc;
}

#bandeau h1 {
	color: #000000;
	font-family: "Comic Sans MS";
	text-align: left;
	font-weight: bolder;
}
.titre1 {
	font-weight: bold;
	color: #009999;
}

.titre2 {
	font-weight: bold;
	color: #339999;
	font-size: 150%;
}
#textepage img{
	margin: 10px;
}

#subglobal3{
	margin: 0px 0px 0px 30px;
}

#meteo{
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}

#almanach{
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}

#special{
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}