/* CSS Document */

/* Import du layout */
@import "layout.css";



/* Style du body */ 
body{
	background:url(../images/fond_page.jpg) repeat-x #65c0e8;
	margin:1px;
	padding: 0;	
	color: #000;
	font-size: 80%;
	font-family:Arial, Helvetica, sans-serif;
}

/* Redefinition des balises titres
-------------------------------------------------------- */
h1, h2, h3, h4, h5, h6{
	font-family: "Trebuchet MS", sans-serif;
}

h1{font-size: 1.5em;}
h2{font-size: 1.4em;}
h3{font-size: 1.3em;}
h4{font-size: 1.2em;}
h5{font-size: 0.9em;}
h6{font-size: 0.9em;}



/* Champs de Formulaires
-------------------------------------------------------- */
input,textarea{
	border: 1px solid #999;
	margin : 2px;
}

textarea{
	width: 100%;
	font-size: 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}


/* Lien generique
-------------------------------------------------------- */
a{
	color: #1e7a03;
	font-weight:bold;
}

a:visited{
	color: #1e7a03;
}

a:hover{
	color: #1e7a03;
	text-decoration:none;
}

hr {
	height: 1px;
	margin: 0.3em 0 0.1em  3em;
	padding: 0;
	color: #000000;
	background-color: #000000;
	border: 0;
	clear:both;

}

.separation {
	border-bottom:1px dashed  #0b3756;
	clear:both;
	line-height:1px;
	height:3px;
}






/* Listes
-------------------------------------------------------- */
dl
{
margin: 0.5em 0 0.5em;
padding: 0;
color:#999999;
}

dt
{
position: relative;
left: 0.5em;
top: 0.4em;
width: 6.7em;
font-weight: bold;
font-size:0.8em;
border: 0px solid #CCCCCC;
text-align:right;
}

dd
{
color:#000;
border-left: 1px solid #CCCCCC;
margin: 0 0 0 6.5em;
padding: 0 0 0 0.6em;
font-size:10px;
background: #fff url(../images/bullet_carre_gris.gif) no-repeat -4px 2px;
}


/* miniatures photo 
-------------------------------------------------------- */
.tab_photo tr td  {
	padding-bottom:10px;
	text-align:center;
}



.miniature_photo2
{
	margin: 2px;

/* Suppression du margin, du padding et des puces du <ul> */
}


.miniature_photo
{
	margin: 4px 5px ;
	padding: 0 ;
	list-style-type: none ;
	text-align:left;
/* Suppression du margin, du padding et des puces du <ul> */
}

.miniature_photo li
{
	display:inline;
	margin: 0 5px 5px 0 ;
	padding: 0px ;

}

.miniature_photo  img 
{
	border:1px solid #CCCCCC;
}

.bouton_menu
{
	padding:2px 2px 5px 5px;

}

.lien_fleche {
text-align:right;
background:url(../images/lien_fleche.gif) left center no-repeat;
padding-left:15px;
font-size:11px;

}

/* intro du corps home
-------------------------------------------------------- */
.introduction {
	padding:0px 1px 10px 20px;
	font-size:12px;
	line-height:13px;

}

.tab_30 {
	float:left;
	width:130px;
	padding:1px 10px;
	border:0px solid #000;
}

.tab_350 {
	float:left;
	width:350px;
	padding:10px 10px;
	border:0px solid #000;
}


.tab_50 {
	float:left;
	width:160px;
	padding:1px 10px;
	border:0px solid #000;
}

.tab_full {
	padding:1px 10px;
	border:0px solid #000;
}


.tab_10 {
	float:left;
	width:20px;
	padding:0;
}


.lien_accueil {
		padding:3px;
}

.lien_accueil a, .lien_accueil a:visited{
		font-size: 0.9em;
		font-weight:normal;
		color:#3785AB;
}

.date_jour {
text-align:right;
font-family:Arial, Helvetica, sans-serif;
font-size:0.9em;
padding:5px;
}


/*** Mise en forme du formulaire ***/

#titreForm, #piedForm {	/*** Mise en forme du titre et du pied de formulaire ***/
	font: bold 1.1em arial, hevetica, sans-serif;
	color: white;
	background:#FFF;
	margin: 0;
	padding: .5em;
}

#piedForm {
	text-align: center; /*** Les boutons sont alignes a droite ***/
}

#piedForm input {
	font-weight: bold; /*** Pour ameliorer la lisibilite des boutons ***/
	margin-left: 1em;
}

#corpForm {	/*** Mise en forme du corp du formulaire (bordure, couleur du fond...) ***/
	border: 0px dotted #000;
	color: #000000;

	margin: 0;
	padding: 1em;
}
#corpForm fieldset {	/*** Mise en forme des cadres ***/
	margin: 0;
	font-style: normal;
	padding: 0 1em 1em;
	border: 1px dotted #633130;
	
}
#corpForm legend {	/*** Mise en forme des titres des cadres ***/
	font-weight: bold;
	color: black;
	background: transparent;
}
#corpForm p {	/*** Mise en forme des lignes du formulaire ***/
	padding: .2em 0;
	margin: 0 0 .2em 0;
	color:#000000;
}
#corpForm fieldset.coordonnees label {	/*** Mise en forme des intitules de champs ***/
	float: left;	/*** Tres important, ne pas suprimer ! ***/
	width: 40%;	/*** Les intitules prennent 1/3 de la largeur totale du formulaire... ***/
	text-align: right;	/*** ... et ils sont alignes a droite... ***/
	margin: 0;
	padding: 0 .5em 0 0;
	line-height: 1.8;	/*** ... et centres verticalement. ***/
}

#corpForm fieldset.quizz p {
	padding:10px;
}

#corpForm fieldset.quizz input {border:0}


#corpForm label:hover, #piedForm input {
	cursor: pointer;	/*** Petite astuce pour apprendre aux utilisateurs a cliquer sur les intitules ***/
}
#corpForm label.oblig {
	font-weight: bold;	/*** Mise en evidence des champs obligatoires ***/
}
#corpForm .legende {	/*** Mise en forme des aides contextuelles ***/
	font-style: italic;
	color: #666;
	background: transparent;
	margin: 0;
	padding: 0;
	font-size:10px;
}
#corpForm a.aide {	/*** Mise en forme des bulles d'aide ***/
	text-decoration: none;
}
#corpForm a.aide img {	/*** Mise en forme de l'image des bulles d'aide ***/
	margin: 0;
	padding: 0;
	border: 0;
}

a.aide:hover {	/*** Le curseur de la souris change d'aspect quand il passe au-dessus d'une bulle d'aide ***/
	cursor: help;
}


/* styles passe-partout 
-------------------------------------------------------- */

/* utile pour repartir du bloc le plus bas lorsque 2 blocs en colonnes */
.clear {
	clear : both;
	line-height:1px;
}

.bord_pointille {
	border:1px #CCC dotted;
	margin:5px;
	padding:5px;
}

.coord_tel {
	color:#e75400;
	
}

.zoom_photo {
		font-size: 9px;
		letter-spacing:2px;
		color:#531E1D;
		text-align:center;
}


.accroche {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	letter-spacing:4px;
	padding: 2px 40px;
}

.accroche_mini {
	font-size:12px;
}


/* styles diaporama */

h1
{
	font-size:14px;
	color:#000;
}

#miniatures ul
{
padding:0;
margin:0;
color: white;
width: 100%;
font-family: Verdana, Helvetica, sans-serif; 
font-size: 10px;
line-height: 18px;
/* fixes Firefox 0.9.3 */
}

#miniatures ul li
{
display: inline;
padding-left: 0;
padding-right: 0;
padding-bottom: 2px;
/* matches link padding except for left and right */
padding-top: 2px;
}

#miniatures img {
border:1px solid #01B3EB;
padding:2px;
}
