@charset "UTF-8";
/* CSS Document */

*{ 
margin:0;
padding:0;
}

img
{ 
 border-style: none;
}

.hand{ 
  cursor: hand; 
} 

body, html {
	background-color:#c3c090;
	background-image:url(../images/background.gif);
	background-repeat:repeat-y;
	background-attachment:fixed;
	background-position:center;
	text-align:center;
	margin:0;
}

#wrapper {
	position:relative;
	display:block;
	background-image:url(../images/image1.jpg);
	background-repeat:no-repeat;
	margin:0 auto;
	width:852px;
	min-height:1080px;
	z-index:0;
	background-color:#FFFFFF;
}
#fondImpression {
	position:relative;
	display:none;
	margin:0 auto;
	width:782px;
	z-index:0;
	height:202px;
}

#blocTexte {
	position:absolute;
	top:165px;
	width:415px;
	left:28px;
	z-index:3;
}
#btnRetour {
	position:absolute;
	display:block;
	left:698px;
	top:355px;
	width:140px;
	height:61px;
	z-index:4;
	background-image:url(../images/boutonAccueil.gif);
}

ul#retour {
	list-style:none;
	margin: 0;
	padding: 0;
	height:61px;
	width:141px;
}

ul#retour li {
	float:left;
	display: inline;
	height:61px;
	margin:0;
	overflow: hidden;
}

ul#retour li a {
	display:block;
	height:61px;
	text-indent: -999em;
}

ul#retour li.btnRetourImg a {
	background-image:url(../images/boutonAccueil.gif);
	width:141px;
}

ul#retour li.btnRetourImg a:hover {
	background-image:url(../images/boutonAccueilOver.gif);
	width:141px;
	cursor:hand;
}


/* BOUTONS INFOS */

#infos {
	position:absolute;
	top:115px;
	right:13px;
	height:38px;
	width:397px;
	text-align:right;
	z-index:6;
}
.texteInfos {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#797330;
	
}
.texteInfos a:link {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#333333;
	text-decoration:none
}
.texteInfos a:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#797330;
	text-decoration:none
}
.texteInfos a:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#999999;
	text-decoration:none
}

/* BLOC ET MENU METEO */

#menuMeteo {
	position:absolute;
	top:135px;
	right:54px;
	width:115px;
	height:31px;
	z-index:8;
}
#menuMeteo a:hover {
	cursor:hand;
}

#blocMeteo {
	position:absolute;
	top:173px;
	left:515px;
	width:206px;
	height:181px;
	background-image:url(../images/bandeauMeteo.gif);
	background-repeat:no-repeat;
	z-index:11;
	text-align:left;
	padding-left:60px;
	padding-right:10px;
	padding-top:20px;
	visibility: hidden;
}

.typoMeteo {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:10px;
	line-height:110%;
}

.typoMeteo a:link {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:9px;
	letter-spacing:0.01em;
	line-height:110%;
	text-decoration:none;
}

.typoMeteo a:hover {
	text-decoration:underline;
}

.typoMeteo a:visited {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:9px;
	letter-spacing:0.01em;
	line-height:110%;
	text-decoration:none;
}


/*  BLOC VIDEO */

#video {
	position:absolute;
	top:488px;
	left:519px;
	width:300px;
	height:152px;
	background-color:#666666;
	z-index:10;
}

#menuTop {
	position:absolute;
	top:115px;
	left:524px;
	width:215px;
	height:52px;
	z-index:7;
}


ul#menuMeteo {
	list-style:none;
	margin: 0;
	padding: 0;
	height:31px;
	width:115px;
}

ul#menuMeteo li {
	float:left;
	display: inline;
	height:31px;
	margin:0;
	overflow: hidden;
}

ul#menuMeteo li a {
	display:block;
	height:31px;
	text-indent: -999em;
}

ul#menuMeteo li.btnMeteo a {
	background-image:url(../images/menuTopMeteo.gif);
	width:115px;
}

ul#menuMeteo li.btnMeteo a:hover {
	background-image:url(../images/menuTopMeteoOver.gif);
	width:115px;
}

.titre {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#FFFFFF;
	line-height:90%;
	text-align:left;
}
.titreGras {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#FFFFFF;
	line-height:90%;
	text-align:left;
	font-weight:bold;
}
.sousTitre {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	text-align:left;
	line-height:110%;
	font-weight:bold;
}
.texte {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	line-height:140%;
	text-align:left;
}
.texte a:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	line-height:140%;
	text-align:left;
	font-weight:bold;
	text-decoration:underline;
}
.texte a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#383d2a;
	line-height:140%;
	text-align:left;
	font-weight:bold;
	text-decoration:underline;
}
.texte a:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	line-height:140%;
	text-align:left;
	font-weight:bold;
	text-decoration:underline;
}
ul.texte {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	line-height:140%;
	text-align:left;
	margin-left:-8px;
	padding-left:20px;
}
ul.texte a:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	line-height:140%;
	text-align:left;
	font-weight:bold;
	text-decoration:underline;
}
ul.texte a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#a3bbbb;
	line-height:140%;
	text-align:left;
	font-weight:bold;
	text-decoration:underline;
}
ul.texte a:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	line-height:140%;
	text-align:left;
	font-weight:bold;
	text-decoration:underline;
}
.texteGras {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	line-height:140%;
	text-align:left;
	font-weight:bold;
}

/* BLOC LEGAL */

#bottom {
	position:absolute;
	left:483px;
	top:570px;
	width:355px;
	height:20px;
	text-align:right;
	padding-right:14px;
	z-index:8;
}


.legal {
font-family:Arial, Helvetica, sans-serif;
font-size:9px;
color:#666666;
}
.legal a:link {
text-decoration:none;
font-family:Arial, Helvetica, sans-serif;
font-size:9px;
color:#666666;
}
.legal a:hover {
text-decoration:underline;
font-family:Arial, Helvetica, sans-serif;
font-size:9px;
color:#797330;
}
.legal a:visited {
text-decoration:none;
font-family:Arial, Helvetica, sans-serif;
font-size:9px;
color:#666666;
}
