/* CSS Document */
BODY {
	font-family:Arial;
	color: #102132;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
}

.cadre_cartouche {
	border: 1px solid #CCCCCC;
	font-size: 11px;

}
a.menu:hover {text-decoration: none;	font-weight: bold;
	color: #842921;}
a.menu {text-decoration: none;	font-weight: bold;
		color: #102132;}


a:hover {text-decoration: none;	color: #842921;}
a {text-decoration: none;	color: #5A6673;}

.cadre_principale {
	background-image: url(../images/ombres.gif);
	background-repeat: repeat-y;
	width: 748px;
	height: 100%;
}
.cadre_main {
	width: 99%;
	font-size: 11px;
	text-align: justify;
}

.txt {
	font-size: 11px;
	color: #102132;
}


.titre {
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 26px;
	background-image: url(../images/fond_titre.jpg);
	background-repeat: repeat-y;
	background-position: right;
	font-weight: bolder;
	text-align: right;
	vertical-align: bottom;
}


.sous-titre {
	font-size: 15px;
	font-weight: bold;
	color: #515E6B;
	text-align: center;
}


.txtMenu {
	font-size: 11px;
	background-image: url(../images/back_menu.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
.flocon {
	background-image: url(../images/flocon.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.fond_menu {
	background-image: url(../images/menu.gif);
	background-repeat: repeat-y;
}

