

/* ===================================================================================================
											BODY & HTML
=================================================================================================== */

body{
	margin:0px;
	padding:0px;
	background-image:url("../files/Fond_ecran_petit.png");
}

/* ===================================================================================================
									STYLES APPLIQUES A TOUS LES ELEMENTS
=================================================================================================== */

table{
	margin:auto;
}

/* ===================================================================================================
											PARTIE HAUTE
=================================================================================================== */

/* BANNIERE (TITRE) */

#en_tete{
	height:300px;
	background-image:url("../files/entete.png");
	background-position:top center;
	background-repeat:no-repeat;
	padding-left:10px;
	padding-right:10px;
	margin:0px;
}

/* DIV PARTIE HAUT */

#menu_haut{
	margin: 0px;
	padding-top:5px;
	padding-bottom:0px;
	background-image:url("./files/Fond_ecran_petit.png");
	background-repeat:repeat;
}

/* TD TABLEAU HAUT ET BAS */

.haut{
	padding-left:25px;
	padding-right:25px;
	text-align:center;
	padding-bottom:5px;
}
/* TD TABLEAU HOME */
.table_home_themes{
	vertical-align:middle;
	text-align:center;
	padding-left:50px;
	padding-right:50px;
}

.table_home_ages{
	vertical-align:middle;
	text-align:center;
	padding-left:50px;
	padding-right:50px;
	padding-bottom:35px;
}

/* TD TABLEAU tout les themes, 3_6, garcon... */
.table_themes{
	vertical-align:bottom;
	text-align:center;
	padding-left:50px;
	padding-right:50px;
	padding-top:0px;
	padding-bottom:30px;
	margin:auto;
	color:#57007F;
	font-size:larger;
	font-family:arial;
}

.nocadre{  																 /* img a sans cadre*/
	border:0px;
}

#corps{
	background-image:url("../files/Fond_ecran.png");
	background-repeat:repeat;
	padding-bottom:0px;
}

h1{  																 /*titre tableau détail*/
	text-align:center;
	font-family:Kristen ITC;
color: #57007F;
	padding-top: 35px;
	padding-bottom: 25px;
}

h2{  																 /*titre tableau acceuil*/
	color:#37B700;
	font-family:kristen ITC;
	text-align:center;
	font-size:larger;
	padding: 25px;
}
h3{  																 /*durée : 3h*/
	color:#57007F;
	font-family:kristen ITC;
	text-align:center;
	padding-bottom: 10px;
}

#td_info{  															 /*cellule tableau détail*/
	padding:0px;
	border:0px;
	vertical-align:top;
	/*border:solid 1px black;	*/
}

#garcon{  																 /* td garçon */
	color: #0094FF;
	font-size:larger;
	font-family:Kristen ITC;
	padding:0px;
}

#fille{
	color: #FF089E;
	font-size:larger;
	font-family:Kristen ITC;
	padding:0px;
}

#mixte{
	color: #FF7608;
	font-size:larger;
	font-family:Kristen ITC;
	padding-bottom:0px;
}

/* TABLEAU CONTENANT LES DEUX LUTINS DE LA PARTIE BASSE */

#table_bas{ 
	width:100%;
	padding-bottom:0px;
}

/* DIVISION CONTENANT TOUTE LA PARTIE BASSE */

/*div partie bas*/
#partie_bas{ 																 
	border-top:solid #37B700;
	background-image:url("../files/Fond_ecran_petit.png");
}

/* tableau partie-bas*/
#bas{ 																 
	background-image:url("../files/Fond_ecran_petit.png");
	margin:auto;
	padding-top:10px;
	padding-bottom:10px;
}

/* ===================================================================================================
									MISE EN FORME DES TABLEAUX DE DETAIL
=================================================================================================== */

.table_detail{
	width:800px;
	border-spacing:0px;
	border-collapse:collapse;
}

/* NIVEAU HAUT */

.table_detail .td_detail_top_left{
	width:28px;
	height:28px;
	background-image:url(../files/detail/detail_top_left.png);
	background-repeat:no-repeat;
	background-position:bottom right;
}


.table_detail .td_detail_top_center{
	width:744px;
	height:28px;
	background-image:url(../files/detail/detail_top_center.png);
	background-repeat:repeat-x;
	background-position:bottom center;
}

.table_detail .td_detail_top_right{
	width:28px;
	height:28px;
	background-image:url(../files/detail/detail_top_right.png);
	background-repeat:no-repeat;
	background-position:bottom left;
}

/* NIVEAU MILIEU */

.table_detail .td_detail_middle_left{
	width:28px;
	background-image:url(../files/detail/detail_middle_left.png);
	background-repeat:repeat-y;
	background-position:center right;
}

.table_detail .td_detail_middle_center{
	width:744px;
	padding:10px 10px 10px 10px;
    background-color:#CEFF0A;}

.table_detail .td_detail_middle_center .div_detail_image{
	width:310px;
	height:350px;
    background-color:#CEFF0A;	float:left;
	/* border:solid 4px #267F00; */
}

.table_detail .td_detail_middle_center .div_detail_image img{
	width:310px;
	height:350px;
}

.table_detail .td_detail_middle_center .div_detail_texte{
	width:310px;
	height:302px;
	overflow:auto;
	background-color:#FFFFFF;
	float:right;
	border:solid 4px #267F00;
	padding:20px;
	text-indent:20px;
	text-align:left;
}

.table_detail .td_detail_middle_right{
	width:28px;
	background-image:url(../files/detail/detail_middle_right.png);
	background-repeat:repeat-y;
	background-position:center left;
}

/* NIVEAU BAS */

.table_detail .td_detail_bottom_left{
	width:28px;
	height:28px;
	background-image:url(../files/detail/detail_bottom_left.png);
	background-repeat:no-repeat;
	background-position:top right;
}

.table_detail .td_detail_bottom_center{
	width:744px;
	height:28px;
	background-image:url(../files/detail/detail_bottom_center.png);
	background-repeat:repeat-x;
	background-position:top center;
}

.table_detail .td_detail_bottom_right{
	width:28px;
	height:28px;
	background-image:url(../files/detail/detail_bottom_right.png);
	background-repeat:no-repeat;
	background-position:top left;
}

/* ===================================================================================================
											MISE EN FORME DES LIENS
=================================================================================================== */

a{
	text-decoration:none;
    color : #57007F;
}

.a_partie_bas{
	text-decoration:underline;
	color: #37B700;}

.lien_detail {
	color: #37B700;
	text-decoration:underline;
	font-weight:bold;
}

.tarif {
	color :#57007F;
	text-decoration:underline;
    font-size:14pt;
}

.p_tarifs{
	color: #37B700;
	border-top: solid 2px #37B700;
  	border-bottom: solid 2px #37B700;
    padding: 5px;
}
.p_tarifs_noel{
	color: #FFFFFF;
	border-top: solid 2px #FFFFFF;
  	border-bottom: solid 2px #FFFFFF;
    padding: 5px;
}
.tarif_noel {
	background-image:url("../files/Fond_ecran_tarif_noel_petit.png");    
}

/* ===================================================================================================
											MISE EN FORME FORMULAIRE
=================================================================================================== */

label {
	color:#37B700;
	font-weight:bold;
	margin:3px;
}
input {
	background-color:#CF6;
	margin:3px;
}
option{
	background-color:#CF6;
}
select {
	margin:3px;
}
textarea{
	background-color:#CF6;
}
.td_label {
	text-align:right;
	padding-right:25px;
}
.td_form {
	text-align:left;
}


/* ===================================================================================================
											MISE EN FORME PARTENAIRES
=================================================================================================== */



.table_partenaires{
	width:800px;
	border-spacing:0px;
	border-collapse:collapse;
}

/* NIVEAU HAUT */

.table_partenaires .td_partenaires_top_left{
	width:28px;
	height:28px;
	background-image:url(../files/detail/detail_top_left.png);
	background-repeat:no-repeat;
	background-position:bottom right;
}


.table_partenaires .td_partenaires_top_center{
	width:744px;
	height:28px;
	background-image:url(../files/detail/detail_top_center.png);
	background-repeat:repeat-x;
	background-position:bottom center;
}

.table_partenaires .td_partenaires_top_right{
	width:28px;
	height:28px;
	background-image:url(../files/detail/detail_top_right.png);
	background-repeat:no-repeat;
	background-position:bottom left;
}

/* NIVEAU MILIEU */

.table_partenaires .td_partenaires_middle_left{
	width:28px;
	background-image:url(../files/detail/detail_middle_left.png);
	background-repeat:repeat-y;
	background-position:center right;
}

.table_partenaires .td_partenaires_middle_center{
	width:744px;
	padding:10px 10px 10px 10px;
    background-color:#CEFF0A;
}

.table_partenaires .td_partenaires_middle_center .div_partenaires_image{
	width:150px;
	height:150px;
    
	float:left;
	/* border:solid 4px #267F00; */
}

.table_partenaires .td_partenaires_middle_center .div_partenaires_image img{
	width:150px;
	height:150px;
}

.table_partenaires .td_partenaires_middle_center .div_partenaires_texte{
	width:450px;
	height:100px;
	overflow:auto;
	background-color:#FFFFFF;
	float:right;
	border:solid 4px #267F00;
	padding:20px;
	text-indent:20px;
	text-align:left;
}

.table_partenaires .td_partenaires_middle_right{
	width:28px;
	background-image:url(../files/detail/detail_middle_right.png);
	background-repeat:repeat-y;
	background-position:center left;
}

/* NIVEAU BAS */

.table_partenaires .td_partenaires_bottom_left{
	width:28px;
	height:28px;
	background-image:url(../files/detail/detail_bottom_left.png);
	background-repeat:no-repeat;
	background-position:top right;
}

.table_partenaires .td_partenaires_bottom_center{
	width:744px;
	height:28px;
	background-image:url(../files/detail/detail_bottom_center.png);
	background-repeat:repeat-x;
	background-position:top center;
}

.table_partenaires .td_partenaires_bottom_right{
	width:28px;
	height:28px;
	background-image:url(../files/detail/detail_bottom_right.png);
	background-repeat:no-repeat;
	background-position:top left;
}

