/*****************************************************
* Nom du fichier : screen.css -> (affichage pour écran)*
* Concepteur : Emmanuel BILHEUDE                       *
* Date : Décembre 2008                                 *
* Version : 2.0                                        *
*****************************************************/
html 
{
min-height: 100%;
}

* 
{
	margin: 0;
	padding: 0;
}

.inner-container 
{
	border: 2px solid #D7D7D2;
	background: #ffffff;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 2px;
	width: 700px;
}

.outer-container 
{
	background: url(img/background.jpg) #3e0b0a repeat-x;
	padding-bottom: 64px;
}

/* définition de la balise body */
body 
{
	background: #5c0202 center top;
	color: #444;
	font: normal 62.5% Tahoma,sans-serif;
	padding-top: 2px;
}

/* définition de l'en-tête */
.en-tete 
{   background-image: url(img/header.jpg);
	height: 159px;
	margin-bottom: 5px;
	text-align: center;
}

.mot
{
	padding: 10px;
	border-top: solid #D7D7D2 1px;
	border-bottom: solid #D7D7D2 1px;
}


/* Définition du contenu */
.contenu 
{
	margin-top: 0px;
	padding: 20px;
}

.contenu .description
{
	color: #664;
	font-size: 0.9em;
	margin-bottom: 30px;
}

.contenu li
{
	margin-left: 18px;
}
.contenu p 
{
	font-family: "Lucida Sans Unicode",sans-serif;
	text-align: justify;
	text-align: center;
}

.lecteur
{
	text-align:center;
}

.contact
{
	text-align: center;
}

.contact a img
{
	text-decoration: none;
	color: #ffffff;
}

/* Définition du pied de page */
.pied 
{
	background: url(img/degrade.jpg) repeat-x;
	color: #F7F7F2;
	font: bold 1em sans-serif;
	margin-top: 5px;
	padding: 10px 12px;
	text-align: center;
}
.pied a 
{
	color: #F7F7F2;
	text-decoration: none;
}

/* Définition autre */
.clearer 
{
	clear: both;
	font-size: 0;
}

.texte-gauche
{
	float: left;
}

.texte-droite 
{
	float: right;
}


h1,h2,h3,h4 
{
	padding-top: 6px; 
	color: #aaaaaa;
	margin-bottom: 4px;
}

p,code,ul 
{
	padding-bottom: 1.2em;
}

li 
{
	list-style: none;
}

h1 
{
	font: normal 2.5em Tahoma,sans-serif;
	text-align:center;
}

h2 
{
	font: bold 1.4em sans-serif;
}

h3 
{
	font: bold 3em Tahoma,sans-serif;
}

h4 
{ 
	text-align:center ;
	font: bold 2em Tahoma,sans-serif;
}


/*Définition Formulaire*/

#formulaire
{
  padding : 0px 40px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
}

#champ label
{
  display: block;
  width: 135px;
  float: left;
  margin-top: 2px;
  margin-bottom: 2px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
}

#champ input
{
  width: 200px;
}

input
{
  margin-top: 2px;
  margin-bottom: 2px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
}

fieldset
{
  margin-bottom: 4px;
  border-color: #000000;
  padding: 10px;
}

fieldset legend
{
  margin-bottom: 4px;
  font-family: verdana, arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
}

#envoyer
{
  text-align: center;
}

textarea
{
	margin-left: 0px;
	margin-bottom: 10px;
}