table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border-style: solid;
	border-width: 0px;
	border-color: #000000;
}

img {
	border: 0;
}

a img {
	border: 0;
	background-color: #FFFFFF;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	font-variant: small-caps;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.centrer {
	text-align: center;
}
.tableau_general {
	width: 100%;
}

.table_pied_page {
	text-align: center;
	width: 100%;
	border-top: 1px solid black;
}

.table_formulaire {
	width: 75%;
	margin: auto;
}

.table_calendrier {
	border-width: 0px;
	border-collapse: collapse;
	width: 100%;
}

.table_menu {
	width: 100%;
	vertical-align: top;
}

.table_inscription {
	width: 90%;
	margin: auto;
	border-collapse: collapse;
	border-width: 0px;
	text-align: center;
}

.ligne_menu {
	/*padding-left: 0px;
	padding-right: 0px;*/
	width: 100%;
}
.ligne_menu td:link {
	background-color: #FFFFFF;
}
.ligne_menu td:visited {
	background-color: #FFFFFF;
}
.ligne_menu td:hover {
	background-color: #FFFFFF;
}
.ligne_menu td:active {
	background-color: #FFFFFF;
}

.ligne_formulaire {
	vertical-align: top;
}

.ligne_inscription {
	vertical-align: top;
	border: 1px solid black;
}

.ligne_calendrier1 {
	width: 10%;
	border-width: 1px;
	border-style: solid; 
}
.ligne_calendrier2 {
	width: 25%;
	border-width: 1px;
	border-style: solid; 
}
.ligne_calendrier3 {
	width: 20%;
	border-width: 1px;
	border-style: solid; 
}
.ligne_calendrier4 {
	width: 15%;
	border-width: 1px;
	border-style: solid; 
}
.ligne_calendrier5 {
	width: 20%;
	border-width: 1px;
	border-style: solid; 
}
.ligne_calendrier6 {
	width: 10%;
	border-width: 1px;
	border-style: solid;
	text-align: center;
}

.cellule_logo {
	text-align: center;
}

.cellule_titre {
}

.cellule_menu {
	width: 180px;
	background-color: #FBF39B;
	vertical-align: top;
}

.cellule_puce {
	vertical-align: middle;
	width: 0px;
	font-weight: bold;
	font-size: 12px;
}

.cellule_espace {
	font-size: 8px;
}


.petit_texte {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.texte_center {
	text-align: center;
}

.lien_menu {
	text-decoration: none;
	color: #000000;
	display:block;
	width: 174px;
	border: 2px solid #FBF39B;
	padding-left: 5px;
	padding-right: 5px;
}
.lien_menu:link {
}
.lien_menu:visited {
}
.lien_menu:hover {
	background-color: #FFFFFF;
	border: 2px solid black;
}
.lien_menu:active {
}

a:hover {
	background-color: #FBF39B;
	color: #000000;
}

.date_camp_ete {
	color: #E70000;
}


