@charset "UTF-8";
a:link {
	color: #CCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCC;
}
a:hover {
	text-decoration: underline;
	color: #CCC;
}
a:active {
	text-decoration: none;
	color: #CCC;
}
a.menugris:link {
	color: #242424;
	text-decoration: none;
}
a.menugris:visited {
	text-decoration: none;
	color: #242424;
}
a.menugris:hover {
	color: #242424;
	font-weight: bold;
}
a.menugris:active {
	color: #242424;
	font-weight: bold;
}
a.menurose:link {
	color: #D62478;
	text-decoration: none;
}
a.menurose:visited {
	text-decoration: none;
	color: #D62478;
}
a.menurose:hover {
	color: #D62478;
	font-weight: bold;
}
a.menurose:active {
	color: #D62478;
	font-weight: bold;
}
body,td,th {
	font-size: 14px;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	color: #CCC;
}
body {
	background-image: url(images/maquettev2/fond.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	background-color: #242424;
}
/* CSS Document */

._bandeau {
	background-image: url(images/maquettev2/bandeau.jpg);
	background-repeat: repeat-y;
}
._fond_texte {
	background-image: url(images/maquette/droite_page_uni.jpg);
	background-repeat: repeat-y;
}
._page {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: DDD;
	background-image: url(images/maquettev2/fond_texte.jpg);
	background-repeat: no-repeat;
	text-align: justify;
}
._page_gauche {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: DDD;
	background-repeat: no-repeat;
	text-align: left;
}
._titre  {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #CCC;
	text-align: justify;
}
._titre_festif {
	font-family: "Handwriting - Dakota", "Comic Sans MS", sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #CCC;
	text-align: justify;
}
._credits {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #CCC;
}
._texte {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #CCC;
	text-align: justify;
}
._pas_de_texte {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 5px;
}
.menurose {
	text-align: center;
	color: #D62478;
}
.menugris {
	text-align: center;
	color: #242424;
}

