@charset "utf-8";
/* CSS Document */
@import url(yaml/navigation/nav_shinybuttons.css);
/*@import url(yaml/screen/forms.css);*/


/*________________________________Global___________________________________*/

body,td,th {
	font-family: Arial, Verdana, Arial, Helvetica, sans-serif;
	/*font-family:Comic Sans MS, Verdana, Arial, sans;*/
	color: #000000;
}
body {
	/*background-color: #CCCCCC;*/
	background-image:url(./images/background.jpg);
	background-repeat:repeat;
	font-size:12px;
	margin:0;
	padding-top:11px;
}

div.fond_degrade{
	background-image:url(./images/2.jpg);
	background-repeat:repeat-x;
	float:left;
	height:220px;
	position:absolute;
	width:100%;
	z-index:-1;
	top:0;
	left:0;
}

a {
	text-decoration:none;
	color:#B6440E;
}

a:hover {
	text-decoration:underline;
}

p {
	margin:auto;
	padding:inherit;
}

a img {
	border:none;
}

h1 {
	/*font-size:14px;
	margin-left:10px;
	padding:5px;*/
	/*
	background-color:#DDDDDD;
	font-size:14px;
	padding:5px 30px;
	margin-top:0;*/
	
	color:#B6440E;
	font-size:16px;
	margin:0;
	padding:4px;
	text-align:center;
}

h2 {
	font-size:14px;
	font-style:italic;
	font-weight:bold;
	margin:0 0 5px;
}

.consigne {
	font-style:italic;
	font-size:11px;
}

/*________________________________Blocs___________________________________*/

div.conteneur {
	width:710px;
	margin:auto;
	background-color:#ffa12d;
	background-image:url('./images/fond_orange.jpg');
	background-repeat:repeat-x;
	padding:8px;
	
	/* En test */
	/*-moz-border-radius:10px;*/
}

div.contenu {
	background-color:#ffefdc;
	padding:5px;
	margin-top:10px;
	clear:both;
	
	/* En test */
	/*-moz-border-radius-bottomleft:7px;
	-moz-border-radius-bottomright:7px;*/
}

div.rubrique {
	/*/background: #f4f4f4;
    border: 1px #ddd solid;*/
	margin:0;
	padding:0;
}

div.footer {
	color:#FFFFFF;
	font-size:11px;
	padding-top:2px;
	padding-bottom:50px;
	text-align:center;
}

div.footer a{
	color:#FFFFFF;
}

img.logo_header {
	left:-4px;
	position:relative;
	top:-2px;
}
/*____________________________________HEADER ________________________________*/

div.header {
	background-image:url(images/logo.jpg);
	height:119px;
	width:713px;
}

div.header .blog {
	left:193px;
	position:relative;
	top:66px;
}

div.header .drapeau_fr {
	position:relative;
	width:24px;
	right:247px;
	top:22px;
}

div.header .drapeau_eng {
	position:relative;
	width:24px;
	right:274px;
	top:48px;
}
/*____________________________________MENU____________________________________*/

div.menu {
	margin-top:10px;
	margin-bottom:50px;
	font-size:13px;
}

/*____________________________________Général____________________________________*/

div.cadre{
	border:1px solid #999999;
	margin: 0 11px 11px;
	padding:5px;
	background-color:#FFFFFF;
	/*font-family:Comic Sans MS, Verdana, Arial, sans;*/
	text-align:justify;
	overflow:hidden;
	clear:both;
}

div.gauche{
	width:75%;
}

div.droite{
	margin-left:20%;
}

.intro {
	/*font-style:italic;*/
	background-color:#FFFFFF;
	font-size:13px;
}

.intro_accueil {
	font-size:13px;
	/*font-weight:bold;*/
}

div.question {
	border-bottom:1px solid #FFA12D;
	display:block;
	font-style:italic;
	font-weight:bold;
	padding-left:20px;
	margin-bottom:4px;
	margin-top:4px;
}

img.in_texte{
	padding:10px;
}

img.float_r{
	float:right;
}

img.float_l{
	float:left;
}

ul.activites li {clear:both;}
/*____________________________________Formulaire d'inscription____________________________________*/

/* form.yform sup { color: #800; font-weight: bold; }*/

form.yform {
    background: #f4f4f4;
    /*border: 1px #ddd solid;*/
    margin: 0 0 1em 0;
    /*padding: 10px;*/
  }
  
  form.yform label {
    color: #666;
	cursor:pointer;
  }



form.formulaire_inscription table {
	width:100%;
	border-collapse:collapse;
	 background: #f4f4f4;
    border: 1px #ddd solid;
    margin: 0 0 1em 0;
	
}

form.formulaire_inscription td {
	padding:5px 10px;
	/*border-bottom:1px solid #000000;*/
}

form.formulaire_inscription td.bouton {
	text-align:center;
}

form.formulaire_inscription td.label {
	/*background-color:#CCCCCC;*/
	width:30%;
}

form.formulaire_inscription td.champs input{
	/*width:100%;*/
}

form.formulaire_inscription .legende_formulaire {
	font-size:14px;
	background-color:#DDDDDD;
	padding:5px 30px;
}

form.formulaire_inscription .groupe_input_text input{
	display:block;
}

form.formulaire sup { color: #800; font-weight: bold; }

/*########## FAQ ###############*/

div.faq div.faq_question {
	border-bottom:1px solid #FFA12D;
	display:block;
	font-style:italic;
	font-weight:bold;
	padding-left:30px;
	margin-bottom:8px;
}

div.faq div.reponse {
	margin-bottom:15px;
}

/*________________________________Admin___________________________________*/

.admin .changement_page{
	background-color:#DDDDDD;
}

/*____________________________________Divers____________________________________*/

img.miniature { width:220px; }
/* Langues */
.align_center { text-align:center; }
.american_flag { border: 1px solid #000000; }

/* Sejours */
.google_map_div { margin:auto;text-align:center;padding-top:10px; }
.google_agrandir { color:#0000FF;text-align:left; }

/*______________________________________FRED________________________________________*/
ol li{
	list-style:none;
	font-style:italic;
}
