/* CSS Document */

/* Menu_top */
.menu_top {
	color: #ffffff;
	font-size: 12px;
	font-family:'Times New Roman';
	text-decoration:none;
	text-transform:uppercase;
}
.link_menu_top {
	color: #ffffff;
	font-size: 12px;
	font-family:'Times New Roman';
	text-decoration:none;
	text-transform:uppercase;
}
.link_menu_top:visited {
	color: #ffffff;
	font-size: 12px;
	font-family:'Times New Roman';
	text-decoration:none;
	text-transform:uppercase;
}
.link_menu_top:hover {
	color: #ffffff;
	font-size: 12px;
	font-family:'Times New Roman';
	text-decoration:underline;
	text-transform:uppercase;
}
.link_menu_top:active {
	color: #ffffff;
	font-size: 12px;
	font-family:'Times New Roman';
	text-decoration:none;
	text-transform:uppercase;
}


/* Sous Menu */
.sous_menu {
	color: #333333;
	font-size: 11px;
	font-family:'Times New Roman';
	text-decoration:none;
	text-transform:uppercase;
}
.link_sous_menu {
	color: #333333;
	font-size: 11px;
	font-family:'Times New Roman';
	text-decoration:none;
	text-transform:uppercase;
}
.link_sous_menu:visited {
	color: #333333;
	font-size: 11px;
	font-family:'Times New Roman';
	text-decoration:none;
	text-transform:uppercase;
}
.link_sous_menu:hover {
	color: #333333;
	font-size: 11px;
	font-family:'Times New Roman';
	text-decoration:underline;
	text-transform:uppercase;
}
.link_sous_menu:active {
	color: #333333;
	font-size: 11px;
	font-family:'Times New Roman';
	text-decoration:none;
	text-transform:uppercase;
}



.titre_page {
	color: #333333;
	font-size: 25px;
	font-family:'Times New Roman';
	text-decoration:none;
}

.sous_titre_gris {
	color: #333333;
	font-size: 14px;
	font-family:Tahoma;
	text-decoration:none;
	text-transform:uppercase:
}

.sous_titre_rose {
	color: #cc0394;
	font-size: 14px;
	font-family:Tahoma;
	text-decoration:none;
	text-transform:uppercase:
}

.txt {
	color: #333333;
	font-size: 13px;
	font-family:Tahoma;
	text-decoration:none;
}

.txt_rose {
	color: #cc0394;
	font-size: 13px;
	font-family:Tahoma;
	text-decoration:none;
}


.input_inscription {
	width:200px;
	height:20px;
	border-color:#b4aeae;
	border-style:solid;
	border-width:1px;
	background-color:#ffffff;
	margin-bottom:2px;
}


/* Menu_top */
.presse {
	color: #333333;
	font-size: 13px;
	font-family:Tahoma;
	text-decoration:none;
}
.link_presse {
	color: #333333;
	font-size: 13px;
	font-family:Tahoma;
	text-decoration:none;
}
.link_presse:visited {
	color: #333333;
	font-size: 13px;
	font-family:Tahoma;
	text-decoration:none;
}
.link_presse:hover {
	color: #333333;
	font-size: 13px;
	font-family:Tahoma;
	text-decoration:underline;
}
.link_presse:active {
	color: #333333;
	font-size: 13px;
	font-family:Tahoma;
	text-decoration:none;
}

