/*############## PARAMETRES CSS DE BASE  ################*/
/*###### CORPS DE PAGE #######*/
body
{
	background-color:#DFDFDF;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	border-left:0px solid #060606;
	border-right:0px;
	border-top:0px;
	border-bottom:0px;
	font-family:Arial, Verdana;
	color:black;
	font-size:14px;
	width:775px;
	*text-align:center;
}

/*###### LISTES (BALISES UL) #######*/
ul
{
	font-family:Arial, Verdana;
	color:black;
	font-size:14px;
}

/*###### PARAGRAPHES (BALISES P) #######*/
p
{
	font-family:Arial, Verdana;
	color:black;
	font-size:14px;
}

/*##########################################*/
/*############## TYPES DE POLICES ################*/
/*##########################################*/

/*######## LES TITRES #########*/
#titre
{
	text-align:center;
	font-family:Arial, Verdana;
	color:black;
	font-size:24px;
	border:0px solid black;
}

#titre1
{
	font-family: Arial, Verdana;
	color: #FFFFFF;
	font-size:35px;
}

#titre2
{
	font-family: Arial, Verdana;
	color: #FFFFFF;
	font-size:14px;
}

#titre3
{
	font-family: Arial, Verdana;
	color: black;
	font-size:20px;
}

#titre4
{
	text-align:center;
	font-family:Arial, Verdana;
	color:black;
	font-size:18px;
	border:0px solid black;
}

/*####### TYPES DE POLICE : COMMENTAIRE #######*/
#com
{
	font-family:Arial, Verdana;
	color:black;
	font-size:13px;
}



/*###################################################################*/
/*############## HEADER : ZONE VIERGE RESERVEE A L'ANIMATION FLASH ################*/
/*###################################################################*/
.header
{
	border:0px;
	border-right:0px solid #060606;
	border-left:0px solid #060606;
	border-top:2px solid #606060;
	width:775px;
	margin-left:auto;
	margin-right:auto;
}

/*######################################################*/
/*############## BORDURE GRISE AUTOUR DE LA PAGE ################*/
/*######################################################*/
.border
{
	position:absolute;
	*position:relative;
	top:253px;
	*top:0px;
	width:770px;
	border-left:2px solid #606060;
	border-right:3px solid #606060;
	border-bottom:3px solid #606060;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	margin-bottom:0px;
	background-color:#FFFFFF;
}

/*##################################################*/
/*############## DIV PRINCIPALE DE CONTENU ################*/
/*##################################################*/
.content
{
	width:756px;
	border:0px solid black;
	margin-right:7px;
	margin-left:7px;
	background-color:#FFFFFF;
	text-align:left;
}

/*#########################################*/
/*############## FOOTER DE PAGE ################*/
/*#########################################*/
.footer
{
	position:absolute;
	*position:relative;
	bottom:0px;
	margin-left:auto;
	margin-right:auto;
	border:0px solid black;
	width:770px;
	background-color:#E3001B;
	font:arial, verdana;
	font-size:12px;
	color:#FFFFFF;
	text-align:center;


}

/*#########################################*/
/*############## MENU DE BAS DE PAGE ################*/
/*#########################################*/
.menu_bas
{
	position:relative;
	bottom:30px;
	width:750px;
	border:0px solid black;
	clear:both;
	color:#E3001B;
	font-weight:bold;
	background-color:white;
	text-decoration:none;
	text-align:center;
}
/*###############################################*/
/*############## NEWS EN PAGE D'ACCUEIL ################*/
/*###############################################*/
.news
{
	position:absolute;
	float:right;
	top:90px;
	right:15px;
	border:1px solid black;
	width:188px;
	font-family:arial,verdana;
	font-size:12px;
}

/*#########################################*/
/*############## PAGE D'ACCUEIL ################*/
/*#########################################*/
.milieu_accueil
{
	position:relative;
	float:left;
	margin-left:7px;
	*margin-left:4px;
	width:560px;
	border:0px solid black;
	text-align:left;
	
}

.image_horizontal_accueil
{
	position:relative;
	border:0px solid black;
}

.image_left
{
	float:left;
	border:0px solid black;
	margin-left:10px;
}

.image_right
{
	float:right;
	border:0px solid black;
}

/*###############################################*/
/*############## PAGE "MES SPECIALITES" ################*/
/*###############################################*/
.mosaique
{
	width:725px;
	border:0px solid black;
	margin-left:25px;
	margin-top:20px;
	margin-bottom:20px;
	background-color:#FFFFFF;
	text-align:left;
}

.mosaique_interieur
{
	width:337px;
	height:120px;
	float:left;
	border:0px solid #969696;
	margin-right:5px;
	margin-left:5px;
	margin-top:20px;
	margin-bottom:20px;
	background-color:#EFEFEF;
	text-align:left;
}

.content_gauche
{
	position:relative;
	width:375px;
	float:left;
	border:0px solid black;
}

.content_droit1
{
	position:absolute;
	float:right;
	width:375px;
	top:50px;
	right:10px;
	border:0px solid black;
}

.content_droit2
{
	position:absolute;
	float:right;
	width:375px;
	top:250px;
	right:10px;
	border:0px solid black;
}

/*############################################################*/
/*####### UNE DIV QUI PREND TOUTE LA LARGEUR DE LA DIV "CONTENT" #############*/
/*############################################################*/
.div_centre
{
	width:750px;
	border:0px solid black;
	clear:both;
}

/*##########################################################################*/
/* ############### ORGNANISATION DE LA PAGE EN  2 DIV EGALES EN LARGEUR ####################*/
/*##########################################################################*/
.content_gauche_two
{
	float:left;
	width:375px;
	/*height:120px;*/
	border:0px solid black;
}

.content_droite_two
{
	float:left;
	width:375px;
	/*height:120px;*/
	border:0px solid black;
}

/*###########################################################################################################*/
/* ############### ORGANISATION DE LA PAGE EN  4 DIV EGALES EN LARGEUR AVEC ESAPACEMENT HORIZONTAUX ET VERTICAUX ####################*/
/*###########################################################################################################*/
.content_four
{
	float:left;
	width:181px;
	border:1px solid grey;
	text-align:center;
	padding:2px;
}

.espacement_vertical
{
	float:left;
	width:2px;
	border:0px solid black;
}

.espacement_horizontal
{
	float:left;
	width:756px;
	height:2px;
	border:0px solid black;
}

