/* --------------------------------------------------------
Page HTML		: MiseEnPage.css
Sujet			: Feuille de style
Date			: 11/11/2005
Auteur			: Damien RUIZ
Contexte		: HTML 4.01
Application		: www.construit-ton-jeu.com
--------------------------------------------------------- */

/************************************************************
		Formatage des écritures
*************************************************************/
body
{

	
	background-color:#7aabee;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #00057b;
	line-height: 1.166;		
}

a
{	
	color: #334d55;
	text-decoration: none;
	
}

a:link
{
	color: #334d55;
	text-decoration: none;
	
	
}

a:visited
{
	color: #334d55;
	text-decoration: none;	
	
}

a:hover
{
	color: #334d55;
	text-decoration: underline;
	
}


p
{
	font-size: 12px;
}


#menugauche {
	
	float : left;
	width: 200px;
	text-align: left;
	border-right: 3px solid #6495ed;
	border-top: 3px solid #6495ed;
	border-bottom: 3px solid #6495ed;
	padding-bottom: 10px;
	
	
}

h1
{
 	font-size: 24px;
 	color: #334d55;
 	margin: 0px;
 	padding: 0px; 	
	background-color:#7aabee;
}

h2
{
 	font-size: 20px;
 	color: #000000;
 	margin: 0px;
 	padding: 0px;
	background-color:#7aabee;
}

h3
{
 	font-size: 18px;
 	color: #334d55;
 	margin: 0px;
 	padding: 0px;
	background-color:#7aabee;
}

table
{
	margin:0; 
	padding:0;
}
h4
{
 	font-size: 16px;
 	font-weight: normal;
 	color: #333333;
 	margin: 0px;
 	padding: 0px;
	background-color:#7aabee;
}

h5
{
 	font-size: 14px;
 	color: #334d55;
 	margin: 0px;
 	padding: 0px;
	background-color:#7aabee;
}

h6
{
	font-size: 12px;
}

ul
{
 	list-style-type: square;
}

ul ul
{
 	list-style-type: disc;
}

ul ul ul
{
 	list-style-type: none;
}
.ImageIndex
{
  background-repeat:no-repeat;
   background-image:url(premierepage.jpg) ;
   width:100%;
   height:100%;
 }
 
 td.ecrire_lettre
 {
	background:transparent;
 }
 
 input.ecrire_lettre
 {
 background:transparent;
 border : 0 px transparent;
 font-weight: bold;
 }
.ecrire_lettre
{
background:transparent;
}

