@charset "windows-1252";
body
{
	margin: 10px 0 ;
	padding: 0 ;
	text-align: center ;
	font: 0.8em "Trebuchet MS", helvetica, sans-serif ;
	background: url(../images/background.png) repeat;
}
#page {
background: url(../images/fond-web.png) no-repeat;
}
div#conteneur
{
	width: 770px ;
	margin: 0 auto ;
	text-align: left ;
	background: #fff ;
}

h1#header
{
	height: 176px ;
	width: 770px;
	background: #ff9933 url(../images/header.png) no-repeat left top ;
	margin: 0 ;
}

h1#header a
{
	width: 121px ;
	height: 105px ;
	display: block ;
	background: url(../images/logo-fleur.png) no-repeat ;
	position: relative ;
	left: 20px ;
	top: 68px ;	
	text-indent: -5000px ;
}/* On donne les mêmes dimensions au lien, chose
 possible grâce à la propriété display: block ; qui transforme le lien
  en élément de type block, auquel on peut donner des propriétés de taille.
   On met aussi l'image de fond qui a les mêmes dimensions que le cadre ainsi créé */
/* Le text-indent négatif est fait pour pouvoir ne
 cacher le texte hors de la page, ce que nous voulons. Ainsi il reste
  exploitable pour les syntèses vocales */


ul#menu
{
	height: 35px ;
	margin: 0 ;	   
	padding: 0 ;
	background: url(../images/bg_menu.gif) repeat-x 0 -25px ;
	list-style-type: none ;
}
/* On donne une hauteur au menu, correspondant a
 la taille de l'image utilisée en fond, on met ensuite l'image de fond
  avec un décalage de 25 pixels vers le haut pour utiliser la technique de roll over expliquée dans un autre tutoriel; */
ul#menu li
{
	float: left ; 
	text-align: center ;
}/* On rend les li en flottant pour pouvoir les
 afficher horizontalement, on cache les puces, et on centre le texte */

ul#menu li a
{
	width: 127px ;
	line-height: 25px ;
	font-size: 1em ;
	font-weight: bold ;
	letter-spacing: 2px ;
	color: #fff ;
	display: block ;
	text-decoration: none ;
}/* C'est sur les liens que le gros du travail est
 effectué, largeur, hauteur de ligne, taille de police, graisse de police,
  espacement des lettres, couleur, bordure et decoration du texte. 
  Nous pouvons dimensionner les a grâce à la propriété display: block ; */
#menu .border {
	border-right: 1px solid #0066CC ;
}
ul#menu li a:hover
{
	background: url(../images/bg_menu.gif) repeat-x 0 0 ;
}/* Et pour finir on décale l'image de fond au passage
 de la souris pour laisser aparaître l'état survolé de l'image, 
 voir le tutoriel sur les roll over pour plus de détails */

div#contenu
{  
	padding: 0 25px 0 25px ; 
	margin-bottom: 50px;
	/*background: url(../images/marque-page.jpg) no-repeat 15px 15px;  */
}

div#contenu h2
{
	padding-left: 25px ;
	line-height: 25px ;
	font-size: 1.4em ;
	background: url(../images/little_planete.gif) no-repeat left bottom ;
	color: #0066CC ;
	border-bottom: 1px solid #0066CC ;
}

div#contenu h3
{
	margin-left: 15px ;
	margin-right: 15px;
	padding-left: 5px ;
	color: #ffffff;	
	background-color: #0066CC; 
	font-size: 1.2em;
}

div#contenu p
{
	text-align: justify ;
	line-height: 1.7em ;
}

div#contenu a
{
	color: #4E74C3 ;
}

div#contenu a:hover
{
	color: #6699FF ;
}

p#footer
{
	margin: 0 ;
	padding-right: 50px ;  
	line-height: 30px ;
	color: #5A86E1 ; 
	text-align: center;
	background: #ff9933 url(../images/footer.png) right top repeat-y;	
} 
#footer a { 
text-decoration: none;
	color: #ffffff ;
}
#footer a:hover
{
	color: #6699FF ;
}
pre
{
	overflow: auto ;
	background: #6699FF ;
	border: 2px solid #6699FF ;
	padding: 5px 0 0 5px ;
	font-size: 1.2em ;
}
pre span
{
	color: #560 ;
}

pre span.comment
{
	color: #b30000 ;
} 
ul { 
list-style-type : none; 
} 
img {
border: none;
}
/*contenu : lien de raccourci*/
#contenu .menu-lien li {
margin-top : 10px; 
margin-bottom : 10px;  
font-size: 1.2em;
} 
#contenu .menu-lien li a { 
color : #3333cc; 
font-weight : bold; 
list-style-type : none; 
background-image : url("../images/puce-lien.png"); 
background-repeat : no-repeat; 
background-position : 0% 70%; 
padding-left : 20px; 
} 
#contenu .menu-lien  a:hover, #contenu .menu-lien a:focus, #contenu .menu-lien a:active { 
color : #006633; 
background-image : url("../images/puce-lien-hover.png"); 
} 
/*contenu : retour au de page*/	
#contenu .haut-page {
width: 100%; 
} 

#contenu .haut-page li {	
margin-top: 10px;
padding-top: 20px;
font-size: 70%;
text-align: right;
}
#contenu .haut-page img { 
margin-right: 10px;
float: right;
} 
/*page d'accueil*/ 
#contenu  .lettrine {
float: left;
font-size: 3em;
font-weight: bold;
font-family: Times New Roman, Times, serif;
color: #fff;
border: 2px groove #FFCC99;
background-image: url(../images/fond.gif);
margin: 1px;
padding: 1px;
line-height: 1em;}	

#contenu .img-center { 
display: block;
margin: auto;
text-align: center;
border: 1px solid #0066CC;
}
/*page animations et programmes*/ 	
.espace li {
margin-bottom: 10px;
}
#contenu .enveloppe {
width: 410px;
background-color: #499200;
border:1px solid #234500;		 
padding: 10px;
color: #ffffff;
font-weight: bold;
margin-left: 40px;
} 
#contenu .enveloppe-bis {
width: 410px;
background-color: #842F99;
border:1px solid #491A54;		 
padding: 10px;
color: #ffffff;
font-weight: bold;
text-align: center;
margin-left: 40px;
} 
#contenu .txt {
text-decoration: underline;
}
#contenu  .contenant {
width: 600px;
margin-bottom: 20px;
} 
#contenu  .cadre {
margin-bottom: 20px;
} 
#contenu .center {
text-align: center;
}
#contenu  .img-float-right { 
display: block;
float: right; 
margin-left: 30px;
margin-bottom: 10px;
}
#contenu  .img-float-right1 { 
display: block;
float: right; 
margin-left: 30px;
margin-right: 100px;
}
#contenu  .img-float-right2 { 
display: block;
float: right; 
margin-left: 30px;
margin-right: 100px;
margin-top: -10px;
}
#contenu  .img-float-left { 
display: block;
float: left; 
margin-right: 30px;
}
#contenu  .centre { 
display: block;
margin:auto;
}
#contenu  .img-accueil { 
display: block;
border: 1px solid #0066CC;
margin:auto;
margin-top: 20px;
}
#contenu .img-absolute {
position: absolute;
left: 868px;
top: 300px;
}
#contenur .width {
width: 500px;
}
/* Avec un tableau */
#contenu .auteur {  
	width: 500px;
	margin: auto;
	border-collapse: collapse;	
	background-color: #F1F1F1;
	border: 1px solid #4D72C0;
}
#contenu .auteur td {
	padding: 10px;
}
#contenu .auteur p {
color: #4D72C0;
font-weight: bold;
}
#contenu .auteur img {
border: 3px solid #4D72C0;
}
#contenu .liste {
text-align: left; 
color: #CC0000;
font-weight: bold; 
list-style: circle;
}
#contenu .valeur {
margin-top: 50px;
text-decoration: underline;
}
/*page auteurs*/
#contenu  .column { 
float : left;  
width : 235px;  
} 
#contenu .element img {
border:2px solid #4D72C0;
margin-top: 10px;
} 
#contenu .element {
width: 210px;
background-color: #F1F1F1;
border:1px solid #4D72C0;		 
padding-bottom: 10px;
margin-left: 10px;
} 
#contenu .element li {
text-align: center;
width: 135px;
}
#contenu .table-forme {	
   text-align: center;
   margin: auto; /* Centre le tableau */
   border-right: 1px solid #4D72C0;
   border-left:1px solid #4D72C0;
   border-top: 2px solid #4D72C0;
   border-bottom:2px solid #4D72C0;
   border-collapse: collapse; /* Colle les bordures entre elles */
}
#contenu .table-forme th /* Les cellules d'en-tete */
{
   background-color: #4D72C0;
   color: white;
   text-align: center;
}
#contenu .table-forme td {
   background-color: #ffffff; 
   font-weight: bold;
   color: #4D72C0;
   text-align: center;
   border: 1px solid #4D72C0;
   padding: 5px; /* Petite marge interieure aux cellules pour eviter que le texte touche les bordures */
}
/* page présentation*/
#contenu .rubrique1 {
background-image : url("../images/rubrique1.png"); 
background-repeat : no-repeat; 
background-position : 0% 70%;   
padding-left : 20px;
margin-top : 10px; 
margin-bottom : 10px;  
} 
#contenu .rubrique2 {  
background-image : url("../images/rubrique2.png"); 
background-repeat : no-repeat; 
background-position : 0% 70%; 
padding-left : 20px;
margin-top : 10px; 
margin-bottom : 10px;
font-weight: bold;
text-decoration: underline;
font-size: 1.2em; 
color: #9900FF;  
}
#contenu .rubrique3 {  
background-image : url("../images/rubrique3.png"); 
background-repeat : no-repeat; 
background-position : 0% 70%; 
padding-left : 20px;
margin-top : 10px; 
margin-bottom : 10px; 
font-weight: bold;
text-decoration: underline;
font-size: 1.2em; 
color: #0000CC;
}
#contenu .rubrique4 { 
background-image : url("../images/rubrique4.png"); 
background-repeat : no-repeat; 
background-position : 0% 70%;  
padding-left : 20px;
margin-top : 10px; 
margin-bottom : 10px; 
font-weight: bold;
text-decoration: underline;
font-size: 1.2em; 
color: #7E7E7E;
} 
#contenu .retrait {
margin-left: 40px;
}
#contenu .underline {
text-decoration: underline;	
color: #FF0099;
font-weight: bold;
}
/*texte mis en valeur et centrer*/ 
#contenu  .color {
font-weight: bold;
color: #CC66CC;
}  
#contenu .encadrement {
background-color: #CC66CC;	
width: 380px;
color: #ffffff;
padding-right: 5px;
padding-left: 5px;
}
#contenu .bck-color {
background-color: #4C9A4C;	
border: 1px solid #336633;
color: #ffffff;
width: 470px;
font-weight: bold;
text-align: center;
margin: auto;
padding-left: 5px;
padding-right: 5px;
}
#img-border {
border: 2px solid #336633;
}
#contenu .bck-special {
background-color: #4C9A4C;	
border: 1px solid #336633;
color: #ffffff;
width: 500px;
font-weight: bold;
text-align: center;
margin: auto;
padding-left: 5px;
padding-right: 5px;
}
#contenu .titre {
font-size: 130%;
text-align: center;
text-decoration: underline;
}
#contenu .date
{
	text-align: center;
	padding-left: 5px ;
	color: #ffffff;	
	background-color: #0066CC; 
	font-size: 1.2em;
	width: 500px;
	margin: auto;
	margin-bottom: 20px;
}
#contenu .title
{
	color: #FFFF99;	
	font-size: 1.2em;
}
#contenu .intitule
{
	color: #9900CC;	
	font-size: 1.2em;
	font-weight: bold;
}
#contenu  .sous-titre {	
text-decoration: underline;
font-size: 1.2em;
font-weight: bold;
color: #3366CC;
}
/*Séparation*/
#contenu  .spacer {
clear: both;
} 
/* Avec un tableau */
#contenu .illustration {
	float: right;
	width: 200px;
	margin: 0 0 10px 15px;
	border-collapse: collapse;	
	background-color: #FF9933;
}
#contenu .illustration td {
	padding: 10px;
}
#contenu .illustration p {
color: #ffffff;
font-weight: bold;
}
#contenu .valeur-center {
font-size: 1.3em;  
text-align: center;
width: 50%;
margin: auto;
font-weight: bold;
background-color: #0066cc;
color: #ffffff;
}  
div#retour a {
padding-left: 20px ;
line-height: 10px ;
background: url(../images/check.jpg) no-repeat left bottom ;
text-align: left;
font-weight: bold;
font-size: 1.2em;
color: #003399;
}	
div#retour a:hover {
color: #336600 ;
background: url(../images/check-hover.jpg) no-repeat left bottom ;
}
div#retour li {
margin-bottom: 10px;
}	
/*presentation*/
#contenu .presentation { 
width: 400px;
margin: auto;
} 
#contenu .presentation td {	
border: 2px solid #4D72C0;
padding: 20px;
} 
/*séparation*/
div.espace { 
height: 4px;
margin-top: 20px; 
margin-bottom: 20px;
}
div.espace hr {
  display: none;
}
/*contact*/
#form-contact { 
width: 80%; 
margin: 0 auto;
} 
#form-contact legend { 
color : #cc0000; 
font-weight : bold; 
text-decoration : underline; 
} 
#form-contact fieldset { 
background-color: #F1F1F1; 
margin-bottom: 20px; 
} 
#form-contact input, textarea { 
font-family : "Times New Roman", Times, serif; 
} 
#form-contact label { 
color : #003399; 
font-size : 100%; 
font-weight : bold; 
} 
#form-contact label { 
margin-left : 20px;; 
} 
#form-contact .obligatoire { 
color : #cc0000; 
padding-bottom : 10px; 
} 
#form-contact p.float-left { 
color : #003399; 
font-size : 100%; 
font-weight : bold; 
} 
#form-contact p.float-left label, label.float-left { 
overflow : hidden; 
float : left; 
width : 35%; 
} 
#form-contact .infosup { 
font-size : 100%; 
font-weight : lighter; 
font-style : italic; 
color : #003399; 
margin-left : 50px; 
} 
#form-contact .noinset { 
border-style : none; 
} 
#form-contact .outset { 
margin-left : 30px; 
} 
#form-contact input.outset:hover { 
color : #003399; 
} 
#form-contact input:focus, textarea:focus { 
background-color : #003399; 
} 
#form-contact .souligner { 
text-decoration : underline; 
} 
#form_haut fieldset { 
padding-bottom : 10px; 
} 
#form_centre fieldset { 
padding-bottom : 10px; 
} 
#form_bas fieldset { 
padding-bottom : 10px; 
} 
#contact {
height: 550px;
}
#contact .erreur { 
color : #000000; 
font-weight : lighter; 
margin-left : 15px; 
} 
#contact .valid { 
color : #000000; 
font-weight : lighter; 
margin-left : 15px; 
} 
#contact .msg { 
color : #cc3300; 
font-size : 100%; 
font-weight : bold; 
} 
#contact .ss-titre { 
color : #cc0000; 
font-weight : bold; 
font-size : 100%; 
} 
#contact a { 
color : #6600cc; 
font-weight : bold; 
} 
/*plan*/
#plan {
height: 550px;
}
.colorli
{
	color: #4D72C0 ;
	text-decoration: underline;
}
#center {
margin: auto;
text-align: center;
}
/*validite*/
#logo-right li {
float: right;
margin-right: 10px;
}
#contenu .remarque1 {
color: #FF0000;
font-size: 130%;
}
#contenu .remarque2 {
color: #CC66CC;
font-size: 110%;
font-style: italic;
}
/*tableau*/ 
#contenu caption { 
margin : auto; 
font-weight : bold; 
color :  #916DB5;   
font-size: 120%;
margin-bottom : 30px; 
} 
#contenu  table { 
margin : auto; 
border-right : 1px solid #38538C; 
border-bottom : 1px solid #38538C; 
border-collapse : collapse; 
} 
#contenu  th { 
background-color : #4C71BD; 
text-align : center; 
color : white; 
} 
#contenu  .media-title { 
color : #ffffcc; 
text-align : center; 
} 
#contenu  td { 
border : 1px solid #38538C; 
padding : 5px; 
} 
#contenu  .lib { 
color : #669900;  
font-weight : bold; 
font-style : italic; 
} 










