﻿@charset "utf-8";
/* CSS Document */

/*
Design d'exemple du Site du Zr0
Ralis par zaz, venom et mateo21
<lien url="http://www.siteduzero.com">http://www.siteduzero.com</lien>
*/

body  {
	font-family:Verdana, Geneva, sans-serif;
	background: #303030;
	margin: 0; /* il est conseillé de mettre à zéro la marge et le remplissage de l'élément body, pour tenir compte des différentes valeurs par défaut des navigateurs */
	padding: 0;
	text-align: center; /* ce paramétrage centre le conteneur dans les navigateurs IE 5.x. Le texte est ensuite aligné à gauche (valeur par défaut) dans le sélecteur #container */
	color: #000000;
}
#container {
	width: 1115px;  /* paramétrage de la largeur à 20 pixels de moins que le plein écran (800 pixels) pour tenir compte de l'habillage du navigateur et éviter l'apparition d'un ascenseur horizontal */
	background-image:url("contact.jpg"); /* les marges automatiques (et dotées d'une largeur positive) centrent la page */
	border: 1px solid #303030;
	text-align: left; /* ce paramétrage annule le paramètre text-align:center de l'élément body. */
	height: 752px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 

/* ---------------------------------------------- L'en-tte -------------------------------------------------------- */

#en_tete
{
   height:220px;
   background-repeat:no-repeat;
   /*margin-bottom: 10px;*/
   
}

#Hmenu
{
	margin-right:200px;
}
		/* ++++++++++++++++++++++++++++++++++++++ Menu de l'en-tete ++++++++++++++++++++++++++++++++++++*/
		
#Hmenu a
{
	float:right;
	margin-right:18px;
	margin-top:177px;
	text-decoration:none;
	color:#FFF;
	font-weight:bold;
	font-size:13px;
}
#en_tete a:hover
{
	color:#106DB1;
}


/* ----------------------------------------------------------Le corps de la page -------------------------------------------------*/

#corps
{
	width:1024px;
	height:467px;
   	color:#000;
	background-repeat:no-repeat;
  /* background-image:url(../img/presentation.png);*/
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

#corps p.tel
{
	height:40px;
	line-height:40px;
	width:1024px;
	text-align:left;
	font-weight:bold;
	font-size:25px;
	margin-left:50px;
	color:#454545;
	margin-top:50px;
}




table
{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	font-size:12px;
}

td 
{
	font-weight:bold; 
	text-align:right;
}

td.liste
{
	text-align:left;
}

th 
{ 
	color:white; 
	padding:0; 
	border-bottom:1px solid white;
}

input.nom
{
	background-color:#CCCCCC; 
	color:#505050; 
	border-color:#ffffff;
}
textarea{
background-color:#CCCCCC; 
	color:#505050; 
	border-color:#ffffff;
}

div.nepasvoir p:first-line 
{
	font-weight:bold;
}

tr#nepasimprimer 
{
	display:none;
}


div.nepasvoir {display: none;}
td.info{border-left : 3px solid white; border-bottom: 1px solid white;border-top: 1px solid white; color:#CCCCCC;}
td.champhaut{border-right : 1px solid white;border-top: 1px solid white;}
td.champ{border-right : 1px solid white;}
td.champbas{border-right : 1px solid white;border-bottom: 1px solid white;}
td {padding: 0.25em 1px;}
td.subject{border-left : 3px solid white; border-bottom: 1px solid white; color:#CCCCCC;}
td.liste{ border-right: 1px solid white; border-bottom: 1px solid white;}
td.contenu{border-left : 3px solid white; border-bottom: 1px solid white; color:#CCCCCC;}
td.contenant{border-right : 1px solid white; border-bottom: 1px solid white}


/*------------------------------------Bas de Page---------------------------------------------*/
#footer { 
	/*padding: 0 10px 0 20px;  ce remplissage correspond à l'alignement à gauche des éléments des div qui apparaissent au-dessus. 
	background:#DDDDDD;*/
	text-align:center;
	margin-top:-50px;
} 
#footer a#cii{
	color:#106DB1;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
}

#footer a.cii2{
	color:#FFFFFF;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
}

/*+++++++++++++++++++++++++++++++++Mentions Legales++++++++++++++++++++++++++++++*/


#footer a#mentiona{
	margin-top:1px;
	color:#000;
	float:left;
	text-decoration:none;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	font-weight:400;
	padding-left:45px;
}

#footer a:hover#mentiona{
	color:#666;
}
	/*+++++++++++++++++++++++++++++++++Copyright++++++++++++++++++++++++++++++*/


#footer a#copya{
	margin-top:1px;
	color:#000;
	text-decoration:none;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	font-weight:400;
	float:right;
	padding-right:55px;
}

#footer a:hover#copya{
	color:#666;
}

#footer strong /*x en vert de sitix*/
{
   color: lime;
   text-decoration: none;
}

