/* 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.1; /* À 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: #666666;
}
a:visited {
    color: #666666;
}
a:hover, a:focus, a:active {
    color: crimson;
}
a img {
    border: none;
}

h1 {font-family: "Verdana", Arial, "Arial Black", serif; color: #666666; font-size: 18px; font-weight: bold; line-height: 18px;text-align: left; border-bottom: 2px solid gray;}/* Titres de 18 pixels soulignés */
h2 {font-family: "Verdana", Arial, "Arial Black", serif; color: #663333; font-size:  12px; 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: #666666; 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: 11px; font-weight: normal; line-height: 12px; text-align: left;/* Paragraphes de 12 pixels */}
a {text-decoration:none; color:#666666;}

#body
{
   margin-top: 0;
   background-color:#D2AD14;
   background-image: url("images/fondcultural.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;
	 height: 1100px;
	 background-image: url("images/shadow.png"); 
	 z-index: 0;
 }

#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:#D2AD14;
	 border-bottom: 1px solid #000;
	 z-index: 0;
 }

 #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: 250px;
   	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 */
#corps1
{
   	width: 411px;
   	height: 280px;
   	position: absolute;
   	left:282px;
   	top: 132px;
   	background-color: #000000;
    border-width: 1px;
	border-style: solid;
	border-color: #999999;
	z-index: 0;
}

/* deuxième rubrique */
#corps2
{
   	width: 391px;
   	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: 283px;
   	height: 280px;
   	position: absolute;
   	top: 422px;
	left: 410px; 
   	background-color: #FFFFFF;
	margin-left: 0px;
	padding: 0;
    border-width: 1px;
	border-style: solid;
	border-color: #999999;
}

/* pub meetinggame*/
#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;
}


/* pub meeting*/
#inscription
{
	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 */
#carreA
{
}
#carreA ul {
padding: 0;
margin: 0;
list-style-type:none;
position: absolute;
width: 164px;
height: 160px;
top: 713px;
left: 10px;
}
#carreA li
{
float:left; /*pour IE*/
}
#carreA ul li a
{
color: #666666;
text-decoration:none;
display:block;
background-image: url("images/grande_crue/carres_bas_crue.jpg");
background-repeat:no-repeat;
width: 164px;
height: 160px;
left: 529px;
padding: 0;
margin: 0px;
border-width: 1px;
border-style: solid;
border-color: #999999;
}
#carreA ul li a:hover
{
background-image: url("images/fondcadre_blanc.jpg"); 
background-repeat:no-repeat;
} 
#carreB
{
background-repeat:no-repeat;
}
#carreB ul {
padding: 0;
margin: 0;
list-style-type:none;
position: absolute;
width: 164px;
height: 160px;
top: 713px;
left: 183px;
}
#carreB li
{
float:left; /*pour IE*/
}
#carreB ul li a
{
color: #666666;
text-decoration:none;
display:block;
background-image: url("images/maurer/carres_bas_maurer.jpg");
background-repeat:no-repeat;
width: 164px;
height: 160px;
left: 183px;
padding: 0;
margin: 0px;
border-width: 1px;
border-style: solid;
border-color: #999999;
}
#carreB ul li a:hover
{
background-image: url("images/fondcadre_blanc.jpg"); 
background-repeat:no-repeat;
} 
#carreC
{
}
#carreC ul {
padding: 0;
margin: 0;
list-style-type:none;
position: absolute;
width: 164px;
height: 160px;
top: 713px;
left: 356px;
}
#carreC li
{
float:left; /*pour IE*/
}
#carreC ul li a
{
color: #666666;
text-decoration:none;
display:block;
background-image: url("images/v_e_louis/carres_bas_louis.jpg");
background-repeat:no-repeat; 
width: 164px;
height: 160px;
left: 356px;
padding: 0;
margin: 0px;
border-width: 1px;
border-style: solid;
border-color: #999999;
}
#carreC ul li a:hover
{
background-image: url("images/fondcadre_blanc.jpg"); 
background-repeat:no-repeat;
}
#carreD
{
}
#carreD ul {
padding: 0;
margin: 0;
list-style-type:none;
position: absolute;
width: 164px;
height: 160px;
top: 713px;
left: 529px;
}
#carreD li
{
float:left; /*pour IE*/
}
#carreD ul li a
{
color: #666666;
text-decoration:none;
display:block;
background-image: url("images/carres_bas_lisbonne.jpg");
background-repeat:no-repeat; 
width: 164px;
height: 160px;
left: 356px;
padding: 0;
margin: 0px;
border-width: 1px;
border-style: solid;
border-color: #999999;
}
#carreD ul li a:hover
{
background-image: url("images/fondcadre_blanc.jpg"); 
background-repeat:no-repeat;
} 
#carreE
{
}
#carreE ul {
padding: 0;
margin: 0;
list-style-type:none;
position: absolute;
width: 164px;
height: 160px;
top: 883px;
left: 10px;
}
#carreE li
{
float:left; /*pour IE*/
}
#carreE ul li a
{
color: #666666;
text-decoration:none;
display:block;
background-image: url("images/carres_bas_seine.jpg");
background-repeat:no-repeat;
width: 164px;
height: 160px;
left: 529px;
padding: 0;
margin: 0px;
border-width: 1px;
border-style: solid;
border-color: #999999;
}
#carreE ul li a:hover
{
background-image: url("images/fondcadre_blanc.jpg"); 
background-repeat:no-repeat;
} 
#carreF
{
background-repeat:no-repeat;
}
#carreF ul {
padding: 0;
margin: 0;
list-style-type:none;
position: absolute;
width: 164px;
height: 160px;
top: 883px;
left: 183px;
}
#carreF li
{
float:left; /*pour IE*/
}
#carreF ul li a
{
color: #666666;
text-decoration:none;
display:block;
background-image: url("images/apps_iphone/i_phone.jpg");
background-repeat:no-repeat;
width: 164px;
height: 160px;
left: 183px;
padding: 0;
margin: 0px;
border-width: 1px;
border-style: solid;
border-color: #999999;
}
#carreF ul li a:hover
{
background-image: url("images/fondcadre_blanc.jpg"); 
background-repeat:no-repeat;
} 
#carreG
{
}
#carreG ul {
padding: 0;
margin: 0;
list-style-type:none;
position: absolute;
width: 164px;
height: 160px;
top: 883px;
left: 356px;
}
#carreG li
{
float:left; /*pour IE*/
}
#carreG ul li a
{
color: #666666;
text-decoration:none;
display:block;
background-image: url("images/chinev.jpg");
background-repeat:no-repeat; 
width: 164px;
height: 160px;
left: 356px;
padding: 0;
margin: 0px;
border-width: 1px;
border-style: solid;
border-color: #999999;
}
#carreG ul li a:hover
{
background-image: url("images/fondcadre_blanc.jpg"); 
background-repeat:no-repeat;
}
#carreH
{
}
#carreH ul {
padding: 0;
margin: 0;
list-style-type:none;
position: absolute;
width: 164px;
height: 160px;
top: 883px;
left: 529px;
}
#carreD li
{
float:left; /*pour IE*/
}
#carreH ul li a
{
color: #666666;
text-decoration:none;
display:block;
background-image: url("images/livre_face_eternite/carres_bas_eternite.jpg");
background-repeat:no-repeat;
width: 164px;
height: 160px;
left: 529px;
padding: 0;
margin: 0px;
border-width: 1px;
border-style: solid;
border-color: #999999;
}
#carreH 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: 5px;
   text-align: center;
   border: 0px solid black;
}
#pied_de_page h1
{
   text-align: center; /* Pour centrer le titre */
}

/*Newsletter*/
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");
}