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

body
{
	background-color:#FF6262;
}

#carre
{
	width:950px;
	height:817px;
	margin-top:-8px;
	margin-right:auto;
	margin-left:auto;
	border:1px solid #000000;
	background-color:#c93b2c;
}

#banniere
{
	width:950px;
	height:135px;
	background-image:url(images/banniere.jpg);
	position:relative;
}

#menu
{
	width:950px;
	height:90px;	
}

img
{
	border:0px;
}


#titre_form
{
	width:950px;
	height:29px;
	background-image:url(images/titre_form.jpg)
}

#titre_bien
{
	width:950px;
	height:29px;
	background-image:url(images/titre_bienvenue.jpg)
}

#titre_presen
{
	width:950px;
	height:29px;
	background-image:url(images/titre_presentation.jpg)
}

#titre_restau
{
	width:950px;
	height:29px;
	background-image:url(images/titre_restauration.jpg)
}

#titre_cadres
{
	width:950px;
	height:29px;
	background-image:url(images/titre_cadres.jpg)
}

#titre_pose
{
	width:950px;
	height:29px;
	background-image:url(images/titre_pose_or.jpg)
}

#titre_boutique
{
	width:950px;
	height:29px;
	background-image:url(images/titre_boutique.jpg)
}

#titre_horaires
{
	width:950px;
	height:29px;
	background-image:url(images/titre_horaires.jpg)
}

#titre_con
{
	width:950px;
	height:29px;
	background-image:url(images/titre_contacts.jpg)
}

#gauche
{
	width:450px;
	height:563px;
	background-image:url(images/fond.jpg);
	float:left;
	overflow:auto;
}

#texte
{
	width:385px;
	font-family:"Times New Roman", Times, serif;
	font-size:15px;
	color:#000000;
	margin-top:5px;
	margin-left:40px;
	font-style:oblique;
	text-align:justify;
}

#texte_horaire
{
	width:385px;
	font-family:"Times New Roman", Times, serif;
	font-size:15px;
	color:#000000;
	margin-top:5px;
	margin-left:40px;
	font-style:oblique;
}

#droite
{
	width:464px;
	height:563px;
	float:right;
}

a.lien_pub:link 
	{
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	color:#000000;
	text-decoration:none;
	}
a.lien_pub:visited 
	{
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	color:#000000;
	text-decoration:none;
	}
	
a.lien_pub:hover 
	{
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	color:#000000;
	text-decoration:line-through;
	} 