html
{
	height:100%;
	margin:0px;
}
body
{
	margin:0px;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center bottom;
	background-color:#2880c7;
	height:100%;
}

*
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

img
{
	border:0px;
}

.Container
{
	width:960px;
	height:100%;
	border:1px solid #fff;
	background-color:#FFF;
	background-image:url('images/container_fond.jpg');
	background-repeat:repeat-y;
	background-position:left bottom;
}

.Menu
{
	height:388px;
}

.Content
{
	background-image:url('images/content_fond.jpg');
	background-repeat:no-repeat;
	background-position:bottom left;
}

.Pied
{
	height:40px;
	background-image:url('images/pied_fond.jpg');
	background-repeat:no-repeat;
	background-position:bottom left;
}

.Pied div
{
	margin-bottom:5px;
	text-align:center;
	font-size:11px;
	color:#FFF;
}

.Pied a
{
	font-size:11px;
	color:#FFF;
	padding-left:10px;
	padding-right:10px;
	text-decoration:none;
}

.Pied a:hover
{
	text-decoration:underline;
}


#Content_Gauche
{
	width:255px;
	border-right:1px solid #fff;
}

#Content_Droite
{
	width:270px;
	border-left:1px solid #fff;
}

#forfait
{
	position:absolute;
	z-index:1;
}

#Coordonnees
{
	height:120px;
	width:270px;
	background-color:#1c1c1c;
	border-top:1px solid #fff;
	vertical-align:middle;
	text-align:center;
	color:#fff;
}

.Titre_Bleu
{
	color:#10567f;
	text-transform:uppercase;
}

.Gris
{
	color:#4c4c4c;
}

.Titre {
	color: #1a5276;
	font-style: italic;
	font-weight: bold;
	font-size: 20px;
}

.Titre_Vert {
	color: #4A6E14;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
}

.Kaki
{
	color: #6B6C01;
	font-weight: bold;	
}

.Bleu
{
	color: #252f63;
	font-weight: bold;	
}

.Lien
{
	color: #252f63;
}

.Vert_Fonce
{
	color: #2d3f07;
	font-style: italic;
	font-weight: bold;	
}

.Fond_Gris
{
	background-color:#7a766f;
	color:#FFF;
}

.Fond_Violet
{
	background-color:#252f63;
	color:#FFF;
}

.Petit
{
	font-size:10px;
}