﻿/* balise a = lien hyper text*/

body
{
	background:url(fond.jpg) repeat-x ;
	background-color : #000000 ;
	color : red;
	margin:0;
}

#content 
{
	float : left;	
}

#header
{
	background:url(loog.jpg) no-repeat ;
	color : black;
	width : 1000;
	height : 234;
	float : left;
	/*padding : 5x 5px 5x 5px ;*/
}

#menu
{
	background:url(menu.jpg) no-repeat ;
	text-align:left;
	color : black;
	font-size: 16px ;
	width : 199px ;
	height : 749px ;
	float : left ;
	padding : 5x 5px 5x 5px ;
}
#menu a{

	margin-left:10px;
	color : black ;
	display:block;
	width : 180px ;
	margin-top:5px;

	}
	#menu a:hover{
	
	background-color :#CC0000 ;	
	}
#center
{	
	background:url(center.jpg);
	background-repeat: no-repeat;
	color : black;
	width : 800px;
	height : 750px ;
	float : left ;
		/* haut droite bas gauche */
	padding : 3x 5px 3px 3px ;  /*sert pour ne pas commencer a ecrire en haut a gauche dans l'angle */
}

#footer
{
	color:black;
	font-size:10px;
	background : #004075	;
	width : 1000px ;
	height : 15px;
	float : left;
	/*padding : 5x 5px 5x 5px ;*/
}


a:link{text-decoration:none;color:blue;}
a:visited{text-decoration:none;color:Red;}
a:hover{text-decoration:underline;font-weight:bold;color:green;}


