/* CSS Document */

/* #########################################corps de la page#########################################*/
body{
margin:0;
padding:0;
text-align:center;/* text align center pour centrer les elements de la page*/
background-color:#D473D4;
background-image:url(../img/fond_page.jpg);
background-repeat:repeat-x;
background-position:top center;
} 

/*#########################################charte#########################################*/

a.vertical {
	display:block;
	color:#FFFFFF;
	font:bold 11px Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	padding:0px 0px 0px 3px;
	width:auto;
	height:16px;
	background:#CC0000;
}
a.vertical:hover {
	color:#FFFFFF;
	background:#A42B58;
}
.fond_body {
background:url(../img/body.jpg) no-repeat;
background-position:top center;
}

.bordure {
border:0px solid #ffffff;
}

div.menu {
}/* zone du menu*/
address {
}/* balise adress*/

/*#########################################intégration#########################################*/
div#wrapper {/* Element devant contenir la div integration, replace les elements à gauche, ,ne rien modifier*/
text-align:left; 
width:900px; 
height:100%; 
margin:0 auto;
}

div#fav {/* Element devant contenir la div integration, replace les elements à gauche, ,ne rien modifier*/
text-align:right; 
margin-top:0px;
margin-left:600px;
position:absolute;
}


div#integration {/*la div intégration  */
font: 13px "Trebuchet MS"; 
color:#FFFFFF; 
padding: 10px;
}

div#hautdepage {/*Pour le lien haut de page */
padding: 0px 15px 0px 150px;
font-size: 0.8em;
color: #2B628E;
font-family:tahoma;
text-align: left;
float: right;
}

div.encart1 { /*div laissée à l'usage d'un encart */
color: #FFFFFF;
background-color: #996699;
padding: 10px;
border: 1px solid #000000;
}
div.encart2 { /*div laissée à l'usage d'un second encart */
color: #FFFFFF;
background-color: #996699;
padding: 10px;
border: 1px solid #000000;
}

.clear {/*Pour que le paragraphe suivant un élément flottant ne s'imbrique pas dans l'espace laissé libre*/
 clear:both;
 }

.txt1 {
	color:#D473D4;
	font-size: 14px;
	font-weight: bold;
 }
.txt2 {/*mise en forme d'un paragraphe*/
 color:#000000;
 }
.txt3 {/*mise en forme d'un paragraphe*/
 color:#000000;
 }


cite {/* Pour mettre en forme un texte ou une citation compris dans la balise cite ( par defaut en italique) */
}

.element_liste {/* pour les listes à puces principales */
list-style-image:url(../img/puce.gif);
}
.element_liste ul {/* pour les listes à puces contenues dans une liste principale */
list-style-image:url(../img/puce2.gif);
}

.element_flottant_droite {/* image ou flash en float à droite*/
float: right; 
margin-right:10px;
}
.element_flottant_gauche {/* image ou flash en float à gauche*/
float: left; 
margin-left:10px;
}

.bordure_flash {/*Pour les bordures des animations flash, compatible firefox */
border: 1px solid #ffffff;
display:block;
}

/*-------------------------------------------*/

a {/*les liens  */
color:#FFFFFF;
}
a:hover {
	color:#000000;
	text-decoration: none;
}

div.encart1 a {/*les liens contenus dans l'encart  */
color:#CCCCCC;
}
div.encart1 a:hover {
color:#99CC33;
}

/*-------------------------------------------*/

h1 {
	font-size:24px;
	color: #FFFFFF;
	text-decoration:none;
	border: 1px solid #D373D4;
}
h3 {
letter-spacing: 6px;
font-size:1em; 
border-bottom:1px solid #FFFFFF;
}

/*-------------------------------------------*/

.tableau1 {
border: thin dashed #000000;
background-color: #FFFFFF;
}
.tableau1 th{
color: #FFFFFF;
background-color: #000000;
}
.tableau1 td{
color: #000000;
}

.bordure_tableau {/* Pour appliquer une bordure à un tableau*/

}

table td {
	font-size: 13px;
	color: #FFFFFF;
}
th {/*intitulés des tableaux si rien de précisé*/
}

.formulaire td { /*couleur du texte des énoncés du formulaire*/
color:#000000;
}
.formulaire input, textarea, select {/* couleur de texte et de fond des input, select et textaera*/
color:#000000;
background-color: #ffffff;
}

.transparent {/*permet l'effet de transparence*/
filter:alpha(opacity=60);  
-moz-opacity:0.60;
opacity: 0.60;}



.tableau_vignette  a img { /* pour créer un effet de rollover sur une vignette*/

border: 2px solid #DC942E;
}	

.tableau_vignette a:hover img{


border: 2px solid #fff
}

.mention {font-style: italic; font-size:10px;}/*Pour le txt en fin de formulaire*/
/* Ajout damien */

.lien_bas {
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	text-decoration:none;
	font-size:11px;
}
.lien_bas:hover	{
	text-decoration:underline;
	color:#CCCCCC;
}
#lien_bas	{
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:18px;
	color:#ffffff;
}

.lien_bas2 {
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	text-decoration:none;
	font-size:14px;
}
.lien_bas2:hover	{
	text-decoration:underline;
	color:#000;
	font-size:14px;
}
#lien_bas2	{
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:18px;
	color:#000;
}
.red	{
	color:#b10f3c;
}
.texte_bas	{
	color:#ffffff;
	font-weight:normal;
	font-size:14px;
	margin:0;
	margin-bottom:14px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
}
.lien_mail_bas	{
	font-variant:normal;
	font-size:12px;
	text-decoration:none;
	color:#e1de08;
}
.image_titre	{
	margin:0;
	padding:0;
	margin-top:10px;
}

s{
	color:#000000;
	font-style:italic;
}


/* MENU HORIZONTAL CSS */

/* style the outer div to give it width */
.menu {
width:900px;
height:40px; 
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
background-image:url(../img/fond_menu.jpg);
position:relative;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
}
.menu ul ul {
/*width:90px;*/
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
/*width:90px;*/
position:relative;
z-index:100;
}
/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
font-size:11px;
text-decoration:none; 
color:#fff; 
width:auto;
float:left;
position:relative;
height:30px; 
border:1px solid #6df41e; 
border-width:1px 0px 0px 1px; 
padding-left:5px; 
padding-right:6px; 
line-height:29px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:auto;
w\idth:auto;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:31px;
left:0; 
width:150px;
z-index:100;
}


/* another hack for IE5.5 */
* html .menu ul ul {
top:30px;
t\op:31px;
}


/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background:#ffffff; 
color:#000; 
height:auto; 
line-height:1em; 
padding:5px 10px; 
width:129px
/* yet another hack for IE5.5 */
}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
color:#fff; 
background:#993399;
}
.menu :hover > a, .menu ul ul :hover > a {
color:#fff;
background:#949e7c;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible; 
}


/* FIN MENU HORIZONTAL CSS */

/* PHRASE EN FLASH */
.flash
{
	position:relative;
	z-index:1;
}
/* FIN PHRASE EN FLASH */

/* Formulaires de recherche */
.form_recherche1
{
	/*float:left;*/
	z-index:30;
	width:225px;
	margin:auto;
}
.form_recherche2
{
	/*float:left;*/
	z-index:30;
	width:425px;
	margin:auto;
}
