/* CSS Document */

/* --- STYLES DE BASE --- */

/* Page */
html {
    font-size: 100%; /* Évite un bug d'IE 6-7. (1) */
}
body {
    margin: 0;
    padding: 0; /* Remettre à zéro si nécessaire. */
    /* Pensez à utiliser une collection de polices (2), par ex:
    font-family: Arial, Helvetica, FreeSans, sans-serif; */
    font-size: .8em; /* À adapter pour la police choisie. (3) */
    line-height: 1.4; /* À adapter au design. (4) */
    color: black;
    background: white;
}

/* Titres */
h1, h2, h3, h4, h5, h6 {
    margin: .2em 0 .8em 0; /* Rapproche le titre du texte. (5) */
    line-height: 1.4;
    font-weight: bold; /* Valeur par défaut. (6) */
    font-style: normal;
}
/* Liens */
a {
    text-decoration: underline;
}
a:link {
    color: #333333;
}
a:visited {
    color: #333333;
}
a:hover, a:focus, a:active {
    color: crimson;
}
a img {
    border: none;
}

h1 {font-family: "Verdana", Arial, "Arial Black", serif; color: #666666; font-size: 16px; font-weight: bold; line-height: 16px;text-align: left; border-bottom: 2px solid gray;}/* Titres de 18 pixels soulignés */
h2 {font-family: "Verdana", Arial, "Arial Black", serif; color: #000099; font-size:  13px; font-weight: bold; line-height: 14px; text-align: left;}/* Titres de 14 pixels */
h3 {font-family: "Verdana", Arial, "Arial Black", serif; color: #666666; font-size:  12px; font-weight: bold; text-decoration: none; text-align: center;}/* Titres de 12 pixels */
h4 {font-family: "Verdana", Arial, "Arial Black", serif; color: #000099; font-size:  11px; font-weight: bold; text-align: center;}/* Titres de 11 pixels */
h5 {font-family: "Verdana", Arial, "Arial Black", serif; color: #333333; font-size:  10px; font-weight: bold; text-decoration: none; text-align: center;}/* Titres de 10 pixels */
h6 {font-family: "Verdana", Arial, "Arial Black", serif; color: #333333; font-size: 9px; font-weight: bold; text-align: center;}/* pied de page de 9 pixels */
p {font-family: "Verdana", Arial, "Arial Black", serif; color: #333333; font-size: 12px; font-weight: normal; line-height: 15px; text-align: left;/* Paragraphes de 12 pixels */}
a {text-decoration:none; color:#666666;}

#body
{
   margin: absolute;
   margin-top: 0;
   margin-left: 0;
   padding: 0px;
   background-color:#024C97;
   background-image: url("images/fondglobe.jpg");
   background-repeat:no-repeat;
 }

#boite
{
     position: relative; /* on positionne le conteneur */
     margin-left: auto;
     margin-right: auto;
	 margin-top: 0;
     width: 996px;
     text-align: left;
	 border: 0px solid #000;
	 height: 1100px;
	 background-image: url("images/shadow.png"); 
 }

#conteneur
{
     position: relative; /* on positionne le conteneur */
     margin-left: auto;
     margin-right: auto;
	 margin-top: 0;
     width: 976px;
     text-align: left;
	 border: 0px solid #000;
	 height: 1100px;
     background-color:#024C97;
	 border-bottom: 1px solid #000;
 }
 
#haut
{
     position: relative; /* on positionne le conteneur */
     margin-left: 0x;
     margin-right: auto;
	 top: 0px;
	 margin-top: 0;
     width: 956px;
     text-align: left;
	 border: 0px solid #000;
	 height: 115px;
	 background-color:#006600;
	 z-index: 10;
 }
 
 #page
{
     position: relative; /* on positionne le conteneur */
     margin-left: 10px;
     margin-right: auto;
	 top: 132px;
	 margin-top: 0;
     width: 956px;
     text-align: left;
	 border: 0px solid #000;
	 height: 912px;
	 background-color:#006600;
	 z-index: 0;
 }
 


/* actualités */

#actus
{
   	width: 285px;
   	height: 275px;
   	position: absolute;
   	top: 132px;
    left: 10px;
	background-color: #FFFFFF;
   	padding-top:0px;
   	padding-bottom:5px;
   	padding-right:5px;
   	padding-left:7px;
    border-width: 1px;
	border-style: solid;
	border-color: #999999;
	z-index: 0;
}
/* première rubrique */
#anim_voyage
{
   	width: 376px;
   	height: 280px;
   	position: absolute;
   	left:317px;
   	top: 132px;
   	background-color: #FFFFFF;
    border-width: 1px;
	border-style: solid;
	border-color: #999999;
	z-index: 0;
}

/* deuxième rubrique */
#corps2
{
   	width: 395px;
   	height: 280px;
   	position: absolute;
   	top: 422px;
	left: 10px; 
   	background-color: #FFFFFF;
	margin-left: 0px;
	padding: 0;
    border-width: 1px;
	border-style: solid;
	border-color: #999999;
}

/* troisième rubrique */
#corps3
{
   	width: 277px;
   	height: 280px;
   	position: absolute;
   	top: 422px;
	left: 416px; 
   	background-color: #FFFFFF;
	margin-left: 0px;
	padding: 0;
    border-width: 1px;
	border-style: solid;
	border-color: #999999;
}

/* pub meeting*/
#meetinggame
{
	width: 260px;
   	height: 420px;
  	position: absolute;
    left:705px;
    top: 132px;
    border-width: 1px;
	border-style: solid;
	border-color: #999999;
	background-color: #FFFFFF;
	z-index: 0;
}
/* première pub */
#real
{
   	width: 260px;
   	height: 280px;
   	position: absolute;
   	left:705px;
   	top: 562px;
   	background-color: #FFFFFF;
    border-width: 1px;
	border-style: solid;
	border-color: #999999;
}


/* Les carrés */

#carres
{
}

#carre_a
{
position: absolute;
width: 164px;
height: 160px;
top: 713px;
left: 10px;
}
#carre_a ul 
{
padding: 0;
margin: 0;
list-style-type:none;
position: absolute;
}
#carre_a li
{
margin:auto;
padding:0;
float:left; /*pour IE*/
}
#carre_a ul li a
{
color: #666666;
text-decoration:none;
display:block;
background-image: url("images/naturel.jpg");
background-repeat:no-repeat;
width: 164px;
height: 160px;
left: 10px;
padding: 0;
margin: 0px;
border-width: 1px;
border-style: solid;
border-color: #999999;
}
#carre_a ul li a:hover
{
background-image: url("images/fondcadre_blanc.jpg"); 
background-repeat:no-repeat;
}

#carre_b
{
position: absolute;
width: 164px;
height: 160px;
top: 713px;
left: 183px;
}
#carre_b ul 
{
padding: 0;
margin: 0;
list-style-type:none;
position: absolute;
}
#carre_b li
{
margin:auto;
padding:0;
float:left; /*pour IE*/
}
#carre_b ul li a
{
color: #666666;
text-decoration:none;
display:block;
background-image: url("images/bagages.jpg");
background-repeat:no-repeat;
width: 164px;
height: 160px;
left: 183px;
padding: 0;
margin: 0px;
border-width: 1px;
border-style: solid;
border-color: #999999;
}
#carre_b ul li a:hover
{
background-image: url("images/fondcadre_blanc.jpg"); 
background-repeat:no-repeat;
}


#carre_c
{
position: absolute;
width: 164px;
height: 160px;
top: 713px;
left: 356px;
}
#carre_c ul 
{
padding: 0;
margin: 0;
list-style-type:none;
position: absolute;
}
#carre_c li
{
margin:auto;
padding:0;
float:left; /*pour IE*/
}
#carre_c ul li a
{
color: #666666;
text-decoration:none;
display:block;
background-image: url("images/praiav.jpg");
background-repeat:no-repeat;
width: 164px;
height: 160px;
left: 356px;
padding: 0;
margin: 0px;
border-width: 1px;
border-style: solid;
border-color: #999999;
}
#carre_c ul li a:hover
{
background-image: url("images/fondcadre_blanc.jpg"); 
background-repeat:no-repeat;
}


#carre_d
{
position: absolute;
width: 164px;
height: 160px;
top: 713px;
left: 529px;
}
#carre_d ul 
{
padding: 0;
margin: 0;
list-style-type:none;
position: absolute;
}
#carre_d li
{
margin:auto;
padding:0;
float:left; /*pour IE*/
}
#carre_d ul li a
{
color: #666666;
text-decoration:none;
display:block;
background-image: url("images/pavchinesv.jpg");
background-repeat:no-repeat;
width: 164px;
height: 160px;
left: 529px;
padding: 0;
margin: 0px;
border-width: 1px;
border-style: solid;
border-color: #999999;
}
#carre_d ul li a:hover
{
background-image: url("images/fondcadre_blanc.jpg"); 
background-repeat:no-repeat;
}

#carre_e
{
position: absolute;
width: 164px;
height: 160px;
top: 883px;
left: 10px;
}
#carre_e ul 
{
padding: 0;
margin: 0;
list-style-type:none;
position: absolute;
}
#carre_e li
{
margin:auto;
padding:0;
float:left; /*pour IE*/
}
#carre_e ul li a
{
color: #666666;
text-decoration:none;
display:block;
background-image: url("images/objet_sony.jpg");
background-repeat:no-repeat;
width: 164px;
height: 160px;
left: 10px;
padding: 0;
margin: 0px;
border-width: 1px;
border-style: solid;
border-color: #999999;
}
#carre_e ul li a:hover
{
background-image: url("images/fondcadre_blanc.jpg"); 
background-repeat:no-repeat;
}

#carre_f
{
position: absolute;
width: 164px;
height: 160px;
top: 883px;
left: 183px;
}
#carre_f ul 
{
padding: 0;
margin: 0;
list-style-type:none;
position: absolute;
}
#carre_f li
{
margin:auto;
padding:0;
float:left; /*pour IE*/
}
#carre_f ul li a
{
color: #666666;
text-decoration:none;
display:block;
background-image: url("images/lhommev.jpg");
background-repeat:no-repeat;
width: 164px;
height: 160px;
left: 183px;
padding: 0;
margin: 0px;
border-width: 1px;
border-style: solid;
border-color: #999999;
}
#carre_f ul li a:hover
{
background-image: url("images/fondcadre_blanc.jpg"); 
background-repeat:no-repeat;
}


#carre_g
{
position: absolute;
width: 164px;
height: 160px;
top: 883px;
left: 356px;
}
#carre_g ul 
{
padding: 0;
margin: 0;
list-style-type:none;
position: absolute;
}
#carre_g li
{
margin:auto;
padding:0;
float:left; /*pour IE*/
}
#carre_g ul li a
{
color: #666666;
text-decoration:none;
display:block;
background-image: url("images/nauticv.jpg");
background-repeat:no-repeat;
width: 164px;
height: 160px;
left: 356px;
padding: 0;
margin: 0px;
border-width: 1px;
border-style: solid;
border-color: #999999;
}
#carre_g ul li a:hover
{
background-image: url("images/fondcadre_blanc.jpg"); 
background-repeat:no-repeat;
}


#carre_h
{
position: absolute;
width: 164px;
height: 160px;
top: 883px;
left: 529px;
}
#carre_h ul 
{
padding: 0;
margin: 0;
list-style-type:none;
position: absolute;
}
#carre_h li
{
margin:auto;
padding:0;
float:left; /*pour IE*/
}
#carre_h ul li a
{
color: #666666;
text-decoration:none;
display:block;
background-image: url("images/guide_nav_v.jpg");
background-repeat:no-repeat;
width: 164px;
height: 160px;
left: 529px;
padding: 0;
margin: 0px;
border-width: 1px;
border-style: solid;
border-color: #999999;
}
#carre_h ul li a:hover
{
background-image: url("images/fondcadre_blanc.jpg"); 
background-repeat:no-repeat;
}


/* le pied de page */
#pied_de_page
{
   width: 950px;
   height: 30px;
   position: absolute;
   top: 1060px;
   padding: 8px;
   left: 10px;
   text-align: center;
   border: 0px solid black;
}
#pied_de_page h1
{
   text-align: center; /* Pour centrer le titre */
}

Feuille de styles pour formulaire contact.php
màj du 17.05.2005
*/

FORM {
	margin: 0
}
FORM * {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}
TEXTAREA, INPUT, LABEL {
	margin: 0 5px 5px 0
}
TEXTAREA, INPUT {
	border: #666 1px solid; 
	background-color: #fff;
	width: 180px; 
	margin-left:20px;
}

FORM P {
	clear: both; margin: 0;
}
FORM LABEL {
	float: left; width: 10%; text-align: left;
}
#submit {
	background:url(../newsletter/bouton_envoyerF.jpg) no-repeat;
	width: 82px;
	height: 18px;
	border: 0px;
	font-weight:bold;
	cursor:pointer;
	margin-left: 55px;
}
#submit:hover {
	background-image: url("../newsletter/bouton_envoyerC.jpg");
}
.alerte {
	padding-top:20px; font-weight: bold; text-align: center; font-size: 10px; color: #ed1a3a;
}
.focus {
	background: #ff9
	}


#newsletter
{
   	width: 250px;
   	height: 190px;
   	position: absolute;
   	left: 705px;
   	top: 853px;
   	padding-top:0px;
    padding-bottom:0px;
    padding-right:5px;
    padding-left:5px;
    border-width: 1px;
	border-style: solid;
	border-color: #999999;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 14px;
	background-image: url("newsletter/newsletter.jpg");
}