@charset "utf-8";
/* CSS Document Béatrice Gireaudeau ----
site créé par Mareult 
mareult@gmail.com */

/*css généralités*/
body {
	padding:0;
	margin: 0;
	background-color: #ffffe0;
}

#page{
	width : 95%;
	margin-left : auto;
	margin-right : auto;
	text-decoration : none;
}

.encours {
	color: #663333;
	padding-top:4px;
	background-color:#ffe4c4;
	-moz-border-radius: 15px;
	text-align:center;
}
.encours1 {
	color: #663333;
	background-color:#ffe4c4;
	-moz-border-radius: 15px;
	text-align:center;
	height:30px;
	margin: 0 2px;
	padding: 10px 15px;
}
/*css colonne menu et information*/
#colonne {
	float: left;
	width: 22%;
	text-align:center;
	top:0;
	font-weight: bold;
	background-color: #876950;
	-moz-border-radius: 25px;
	padding: 1% 1% 1% 1%;
	border: 2px solid #d2b48c;
	font-family: Georgia;
	display: inline;
}

#menu {
	width:100%;
	margin-top: 80px;
	}

#colonne ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: Georgia;
	font-size: 0.8em;
	width: 100%;
	background-color: #876950;
}

#colonne ul li {
	border-bottom: 1px dotted #876950;
	height:30px;
	text-align:center;
}

#colonne  a {
	text-decoration: none;
	border-bottom: 1px dotted #ffffe0;
	display: block;
	/*width: 110px;*/
	color: #ffffe0;
	font-weight: bold;
	padding: 2px 10px;
}

#colonne a:hover {
	background-color: #ffe4c4;
	color: #663333;
	-moz-border-radius: 15px;
	color: #663333;
	font-weight: bold;
	border-bottom: 0px dotted #6c3c19;
}



#colonne a:visited {
	color: #ffffe0;
}

#colonne h1 {
	font-size: 0.9em;
	color: #ffe4c4;
	background-position: 0px 0px;
	margin: 0px;
	text-align: center;
	padding: 2% 2% 2% 2%;
	font-family: Georgia;
	line-height: 120%;
}

#colonne img {
	margin-top: 0px;
	margin-bottom: 15px;
}

/*Css menu horizontal*/
#menu-horizontal {
	background-color:#d2b48c;-moz-border-radius: 15px;
	width: 70%;
	float: left;
}

#menu-horizontal ul{
	margin: 0 0 15px 0;
	padding-top: 5px;
	font-size: 0.9em;
	font-weight:bold;
	font-family:Georgia, sans-serif;
}

#menu-horizontal  li {
	margin: 0;
	padding: 0;
	display: inline;
}

#menu-horizontal  li  a {
	margin: 0 4px;
	padding: 3px 20px;
	background: transparent;
	color: #ffffe0;
	text-decoration: none;
	border-bottom: 2px dotted #ffffe0;
}
#menu-horizontal  li  a:link {
	text-decoration: none;
	
}
#menu-horizontal  a:hover {
	color: #663333;
	background: #ffe4c4;
	-moz-border-radius: 15px;
}

/*css du contenu */
#contenu {
	float:left;
	width: 68%;
}

.cadrehaut{
	color: #876950;
	font-weight: bold;
	font-size: 160%;
	font-variant: small-caps;
	font-family: "Arial Black";
	line-height: 160%;
	text-align: center;
	text-align:center;
	margin-top: 2%;
}

.note{
	font-size:10px;
	text-align:justify;
}
.presentation {
	text-align: right;
	font-family: Verdana;
	line-height: 150%;
	font-size: 130%;
	padding: 2%;
	font-size:150%;
	color:#876950;
	text-align:center;
	font-weight:bold;
}

.sommaire {
	text-align: right;
	font-family: Georgia;
	line-height: 150%;
	font-size: 90%;
	padding: 2% 0% 0% 0%;
	margin-top: 50px;
}

#photo {
	float:right;
	margin-right: 5%;
	font-size:70%;
	color:#464646;
	text-align:center;
	font-weight:bold;
	margin-left: 3%;
	padding: 1%;
	border: 1px groove #876950;
}

#contenu h4 {
	font-size:90%;
	text-align:right;
	color:#876950;
	font-family: Georgia;
	line-height: 130%;
	font-weight: bold;
	font-style: italic;
}

#contenu h1 {/*les titres*/
	font-size:125%;
	color:#876950;
	text-align:left;
	font-weight:bold;
	padding-left: 1%;
	font-family: Georgia;
	border-bottom: 1px solid #876950;
	border-left: 1px solid #876950;
	line-height: 120%;
	margin-left: 2%;
	font-style: italic;
}

#contenu h2 {
	font-size:110%;
	text-align:left;
	color:#876950;
	font-family: Georgia;
	padding-left: 3%;
	line-height: 130%;
	font-weight: bold;
}

#contenu h3 {/*le texte*/
	font-size:90%;
	color:#464646;
	text-align:justify;
	padding-left: 2%;
	padding-right: 5%;
	line-height: 150%;
	font-family: Georgia;
}

#contenu a {
	text-decoration: none;
	color: #996633;
	font-weight:bold;
	border-bottom:2px dotted #996633;
}

#contenu a:hover{
	color: #876950;
	background-color: #fbfbe8;
	font-weight:bold;
	border-bottom:0px dotted #876950;
}

#contenu a:visited {
	text-decoration: none;
	color: #876950;
	text-decoration: none;
	font-weight:bold;
	border-bottom:2px dotted #876950;
}

.mots_importants {/*les mots importants*/
	font-size:90%;
	color:#660000;
	font-weight:bold;
	line-height: 120%;
	font-family: Georgia;
}

.listes {
	line-height: 150%;
	color: #464646;
	font-size: 90%;
	font-family: Georgia;
	font-weight: bold;
	list-style-position: outside;
	list-style-type: disc;
}

ol {
	list-style-type: circle;
	list-style-position: outside;
}

/*********************************************le pied de page*************************************************************/
#souspage {
	background-color:#71675d;
	height: 2px;
	margin: 2%;
	clear: both;
}
#pied h1 {
	font-family: Georgia;
	font-size: 70%;
}

#pied {
	font-family: Georgia, sans;
	text-align: center;
	list-style-type: none;
	padding: 0% 2% 0% 1%;
	-moz-border-radius: 15px;
	margin: 1%;
	background-color: #d2b48c;
	border: 2px solid #876950;
	height: 20px;
	font-size:70%;
	color:#876950;
	font-weight:bold;
	clear: both;
}

#pied a:hover{
	color: #ffe4c4;
	font-weight: bold;
	text-decoration: none;
	background-color: #816e60;
	height: 100px;
	border-bottom: 0px dotted #6c3c19;
}
#pied a {
	text-decoration: none;
	color: #663333; 
	height: 100px;
	border-bottom: 2px dotted #663333;
}


/*pour les infosbulles*/ 

a.info_bulle span
{								   
  display          : none; /* Rend invisible tout notre bloc span */
} 
 
a.info_bulle
{
	color           : #996633;
	text-decoration : none;
	padding         : 2px 16px 2px 2px; /*Définition des marges intérieures de notre lien */
	/* Définition de l'arrière plan de notre lien */
   position        : relative; /* Indispensable pour le bon positionnement de l'info-bulle    */
	background      : transparent;
	background-image: url(images/CLarabi.gif);

}  
 
a.info_bulle:hover 
{
  border          : 0;  /* ligne qui corrige le bug d'IE6 et inférieur */
} 

a.info_bulle:hover span
{
	display        :  block;    /* Rend visible notre bloc span */
	position       :  absolute; /* Sort notre bloc de son conteneur afin de le positionner */
	background     : #d2b48c;   /* Définition du fond, sinon on a le même que notre lien */
	border         : 1px solid #ffe4c4; /* Définition des bordures */
	padding        : 6px;       /* Définition des marges intérieures */
	font-size      : 12px;
	width          : 105px;     /* On fixe une largeur par défaut */
	color          : #666666;      /* Réinitialisation de la couleur du texte */
	text-align     : justify;   /* Justification du texte */
	cursor         : default;   /* Réinitialisation de notre curseur, sinon par défaut on a le même que notre lien */
	/* Positionnement de notre info-bulle */
  top            : 1.8em;
	left           : 1px;
	z-index        : 1000; /* Positionne au premier plan l'info-bulle en cas de chevauchement */
}            


/*css pour le formulaire*/

#coordonnees {
	font: bold 0.9em Georgia, sans-serif;
	color: #464646;
}

fieldset {
	margin-bottom: 1em;
	border: 0;
	width: auto;
	margin:1%;
	background-color:#FFFDE0;
}
fieldset p {
	padding: 0 0 0.75em 0.5em !important;
	padding: 0 0 0.35em 0.5em;
	clear: both;

}
legend {
	margin: 0 0 0.5em 0;
	padding: 0.3em;
	font: bold 0.9em Georgia, sans-serif;
	color: #660000;
}

label.text {
	display: block;
	float: left;
	width: 40%;
	text-align: right; /* on peut aligner à gauche, c'est pas mal aussi */
	margin: 0 1em 0 0;
	padding: 0.1em;
	border-bottom: 1px solid #d2b48c;
}
.radioCheck {
	margin: 0 1em 0 0.25em;	
}
input.text,
textarea {
	width: 40%;
	background-color: #FFFFFF;
	border: 1px groove #d2b48c;
	margin-right: 0.25em;

}
.envoy {
	margin: 1em 0;
	text-align: left;
}
.envoy label {
	border: 0;	
}
hr {
	visibility: hidden;
	clear: both;
}

#coordonnees input:focus, textarea:focus /* Quand le curseur est sur un champ (ne marche pas sur IE) */
{background-color: #ffe4c4;
}
