body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	background-color: #FFF;
	background-image: url(images/fond_page.png);
}
.titremenu {
	font-size: 12px;
	color: #FFF;
}
.petit {
	font-size: 10px;
	color: #666;
}


a:link {
	color: #727070;
	text-decoration: none;
}
a:visited {
	color: #727070;
	text-decoration: none;
}
a:hover {
	color: #ADC33C;
}
a:active {
	color: #3F3;
}
.titre {
	font-size: 20px;
	font-weight: bold;
	color: #333;
}


.sstitre {
	font-size: 16px;
	font-style: italic;
}
.fond_menu_haut {
	background-image: url(images/fond_menu.png);
	width: 641px;
	background-repeat: no-repeat;
	background-position: left top;
}

.champ {
	font-size: 12px;
	color: #666;
	border: 1px dashed #F90;
}
#baspage {
	text-align: center;
}
.texte_blanc {
	color: #FFF;
}


.fond_vert_bas {
	background-image: url(images/fond_bas.png);
	background-repeat: repeat-x;
	height: 73px;
}
.fond_transparent {
	background-image: url(images/fond_transparent.png);
}
.orange {
	color: #F9BD41;
}
.titre_vert {
	font-size: 16px;
	font-weight: bold;
	color: #060;
}
.trait_vertical {
	background-image: url(images/trait_vertical.png);
	background-repeat: no-repeat;
	background-position: right center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 5px;
}
.trait_vertical_sans_trait {
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 5px;
}

