#conteneur
{
	border-collapse: collapse;
	width: 100%;
}
#conteneur td
{
	padding: 0px;
	margin: 0px;
}
#conteneurBIG
{
	border-collapse: collapse;
	width: 100%;
}
#conteneurBIG td
{
	padding: 0px;
	margin: 0px;
}

#colonne_gauche
{
	background-color: #cadeff;
	background-image: url(/img/fond_haut_gauche.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	width: 1%;
	vertical-align: top
}

#haut_milieu
{
	background-color: #6788dc;
	background-image: url(/img/fond_haut_milieu.jpg);
	background-repeat: repeat-y;
	background-position: top left;
	text-align: right;
	vertical-align: middle;

}

#haut_milieu a
{
	color: #ffffff;
	text-decoration: none;
	padding-left: 3px;
	padding-right: 3px;
}

#haut_milieu a:hover
{
	color: #425da1;
	text-decoration: none;
	background-color: #cadeff;

}


#haut_milieu_calibre
{
	background-color: #6788dc;
	width: 1%;
	height: 1%;
}


#haut_milieu_bas
{
	background-color: #cadeff;
	background-image: url(/img/fond_haut_milieu_bas.jpg);
	background-repeat: repeat-y;
	background-position: top left;


}

#haut_milieu_bas_calibre
{
	background-color: #cadeff;
	width: 1%;
	height: 1%;
}


#barre
{
	background-color: #d1d1d1;
	background-image: url(/img/fond_barre.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	width: 98%;
	height: 1%;
	
	color: #425DA1;
	font-weight: bold;

	padding-left: 5px;
}

#barre_calibre
{
	background-color: #d1d1d1;
	background-image: url(/img/fond_barre.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	width: 1%;
	height: 1%;
}

#dvContenu
{
	border: 2px #d1d1d1 solid;
	
	background-color: #f2f7ff;
	padding: 15px;
}


#menu
{
	border-collapse: collapse;
	width: 1%;
	font-size: 14px;
}

#menu #groupe
{
	background-color: #f2f7ff;
	border-right: 1px #9FB6EE solid;
	border-left: 1px #9FB6EE solid;
	padding-left: 5px;
}

#menu #groupe a
{
	display: block;
	text-decoration: none;
	margin-left: -5px;
	padding-left: 5px;
	width: 100%;
	font-weight: bold;
	color: #425DA1;
	padding: 5px;
}

#menu #groupe a:hover
{
	text-decoration: none;
	padding-left: -5px;
	background-color: #CADEFF;
	width: 100%;
	margin-left: -5px;
	padding-left: 5px;
}

