/* main.css
	balises et classes
	*/

a {
	text-decoration: none;
}

body {
	font-family: 'Verdana', 'Helvetica', sans-serif;
	color: #000;
	/*background-color: #B4AEA4;*/
	background-color: #B6AE9B;
	margin: 0px;
	text-align: center;
}

img {
	border: 0;
}

.adresse {
	font-family: 'Arial', 'Helvetica', sans-serif;
	color: #391D0D;
	font-size: 11px;
	line-height: 14px;
	padding-top: 16px;
}

.courant {
	font-size: 11px;
	color: #86361A;
	line-height: 14px;
}
a.liens {
	color: #928C8C;
}
a.liens:hover {
	color: #B30C41;
}
.menu1 {
	background-color: #FF8226;
}
.menu1on {
	background-color: #86361A;
}
a.menu_pcp {
	color: #FFF;
	font-size: 10px;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 11px;
	margin-left: 5px;
}
a.menu_pcp:hover {
	color: #B30C41;
}
a.menu_pcp_on {
	font-size: 10px;
	color: #B30C41;
	text-transform: uppercase;
	line-height: 13px;
	margin-left: 5px;
}
/*#tab_logo td.menu2 {
	font-family: 'Arial', 'Helvetica', sans-serif;
	font-size: 10px;
	text-align: right;
	vertical-align: bottom;
}*/
td.menu2 a {
	color: #928C8C;
}
td.menu2 a:hover {
	color: #B30C41;
}
.normal {
	font-size: 11px;
	color: #000;
	line-height: 14px;
}
.orange {
	color: #FF8226;
}
#retour a {
	font-family: 'Arial', 'Helvetica', sans-serif;
	font-size: 10px;
	color: #FFF;
	text-transform: uppercase;
	margin-top: 2px;
	margin-left: 8px;
	display: block;
}
#retour a:hover {
	color: #B30C41;
}
.titre1 {
	font-size: 11px;
	color: #FF8226;
	font-weight: bold;
	text-transform: uppercase;
}
.titre2 {
	font-size: 11px;
	color: #444;
	font-weight: bold;
}