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


body


	{
	background-image:url(image/fond.jpg);
	background-repeat:repeat-x;
	
	}
	
	p  /* texte de la page*/
	
	{
		
	text-align:left;
	padding-left:4px;
	padding-right:4px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
	h3  /* Titre spécial*/
	{
	text-align:left;
	padding-left:4px;
	padding-right:4px;
	font-family:Arial, Helvetica, sans-serif;
	}
			
	.texte  /* texte dans le menu*/
			
	{
	padding-top:25px;
	}
	#global  /* la page globale*/
		{
		width:740px;
		margin:0px auto;
		
		}
	
		#entete  /* le nom le dit c'Est l'entête :P*/
		{
		text-align:left;
		padding-top:9px;
		}
		
		.image  /* Pas de bordure selon le w3c*/
		{
		border:0px;
			
		}
			
		#menu  /* le menu dégradé*/
		{
		height:42px;
		padding-top:9px;
		width:100%;
		background-image:url(image/menu.jpg);
		background-repeat:repeat-x;
		border: solid 1px #e0e0e0;
				
		}
				
		#menu li  /* le texte du menu*/
				
		{
					
		display:inline;
		margin-top:20px;
		padding-left:30px;
		padding-right:30px;
		padding-top:30px;
		padding-bottom:15px;
		text-align:center;
		border-left:dashed 1px #c2c2c2;
		font-size:12px;
		
		
		}
		#menu a  /* les liens du menu*/
		{
		text-decoration:none;color:black;
		}
		#menu .prem/* le lien du plus sur nous*/
		{
		border:0px;
		color:black;
		}
		#menu .prem a /* le lien du plus sur nous*/
					
		{
		text-decoration:underline;color:black;
						
		}
						
		#contenu  /* le gros contenu*/
		{
		padding-top:31px;
		}
			#colonnes/* les collonnes*/
			{
			padding-top:0px;height:220px;
			}
			#col1  /* première collone*/
						
			{
			display:block;
			border: solid 1px #e0e0e0;
			display:block;
			text-align:center;
			width:241px;
			height:210px;
			float:left;
			margin-right:3px;
			}
			#col2 /* la 2eme collonnes*/
						
			{
			border: solid 1px #e0e0e0;
			display:block;
			width:241px;
			float:left;
			height:210px;
			text-align:center;		
			margin-right:3px;
			}
			#col3  /* la 3ème!*/
			{
			border: solid 1px #e0e0e0;
			display:block;
			width:243px;
			height:210px;
			float:left;
			text-align:left
			margin-left:10px;
			}
		#pied  /* bas de page*/
		{
		background-image:url(image/fond.jpg);
		background-repeat:repeat-x;
		text-align:center;
		color:#868686;
		width:740px;
		margin:0px auto;
		}
	
	