body
{
	background: url('images/bg.jpg') repeat-x #e9e7df;
	font-family: Trebuchet MS, "Times New Roman", Times, serif;
	font-size: small;
	color: #444444;
	margin: 0 0 0 0;
	
	/* Changer la couleur des scrollbar : ne marche qu'avec IExplore */
	scrollbar-3dlight-color : #999999;
	scrollbar-arrow-color : #cccccc;
	scrollbar-base-color : #666666;
	scrollbar-darkshadow-color : Black;
	scrollbar-face-color : #666666;
	scrollbar-highlight-color : #cccccc;
	scrollbar-shadow-color : #999999;
	scrollbar-track-color : #8B8B8B;
}

#top
{
	width: 809px;
	height: 214px;
	background: url(images/top.jpg) no-repeat;
}

#middle
{
	width: 742px;
	height: auto;
	background: url(images/middle.gif) repeat-y;
	padding: 30px 100px 10px 100px;
	width: 542px;
}

#bottom
{
	margin-top: 0;
	width: 900px;
	height: 180px;
	background: url(images/bottom.jpg) no-repeat;
}

#menu
{
	color: #505050;	
	margin: 0;
}

#menu_gauche
{
	width: 22px;
	height: 49px;
	background: url(images/menu_gauche.gif) no-repeat;
	margin-top: 117px;
	margin-left: 10px;
	float:left;
}

#menu_centre
{
	width: auto;
	height: 49px;
	background: url(images/menu_centre.gif) repeat-x;
	font-size: 13px;
	margin: 0 0 0 0;
	margin-top: 117px;
	float:left;
	padding: 0 0 0 0;
	/*padding-top: 10px;*/
}

*html #menu_centre /* CSS HACK */
{
padding-top: 10px;
}

#menu_droite
{
	width: 29px;
	height: 49px;
	background: url(images/menu_droite.gif) no-repeat;
	margin-top: 117px;
	float:left;
}

/*------------LE LOGO ANIME--------------*/
#logo_anime
{
	margin-top: 79px;
	margin-left: 94px;
	float: left;
}

/*------------LA LISTE DU MENU--------------*/
/*--------- bien IMBRIQUER les balises pour le signalement ---------*/
ul
{
	margin-left: 0;
	white-space : nowrap;
}

ul li.premier /* pour pas qu'il y ait de bordure sur le 1er */
{
    margin-left: -30px;
    border-left: none;
	list-style: none;
}

*html ul li.premier /* CSS HACK */
{
    margin-left: 0;
}

ul li
{
	border-left: 1px solid;
	list-style-type: none;
	padding: 0.3em;
	display: inline;
}

/*------------LES LIENS--------------*/
a
{
	text-decoration: none;
	color: #505050;
}

a:hover
{
	text-decoration: underline;
}

/*------------LE TEXTE--------------*/
p
{
	text-indent: 20px;
	text-align: justify;
}

h1
{
	font-size: 50px;
	color: #EAEAEA;
	text-align: right;
	line-height: 138px;
	padding-right: 150px;
	margin-top: -30px;
	margin-bottom: -10px;
}

/*------------LES DIFFERENTS H1-------------*/

#accueil
{
	background: url(images/accueil.jpg) right no-repeat;
}

#sitesweb
{
	background: url(images/sitesweb.jpg) right no-repeat;
}

#tarifs
{
	background: url(images/tarifs.jpg) right no-repeat;
}

#reparation
{
	background: url(images/reparation.jpg) right no-repeat;
}

#contact
{
	background: url(images/contact.jpg) right no-repeat;
}

/*------------H2-----------*/
#middle h2 /* tous les h2 du corps*/
{
	background: url("images/icone_terre.gif") no-repeat; /* Une petite image de fond sur les titres h2 */
	padding-left: 40px;
	padding-top: 5px;
	text-align: left;
}

/*------------LES TABLEAUX-----------*/
table
{
width:100%;
}

th
{
	padding-top: 20px;
}

.sombre
{
	background-color: #F4F4F4;
}