

/* feuille de style spéciale page d'accueil */

@import url(commun.css);

@import url(menu.css);



#accueil {

   background-image: url(../images/centre_accueil.gif);

   /*border : 1px solid black;*/

   position : relative;

   background-repeat : no-repeat;

   background-color : #FFFFFF;

   background-position : top left;

   width:1005px;

   margin:auto;

   z-index: 1;

   voice-family: "\"}\""; /* ie5 hack*/

   voice-family:inherit;



   text-align : left;

}

html>body #accueil { }



#recherche { 

	margin:0 0 0 810px ; 

	z-index : 3;

}



/*================================================================

* =============     COLONNE GAUCHE ACCUEIL     ===================

================================================================*/

.listeprojecteur {

	margin : 0px 0 0 160px;

	width : 400px;

	padding-top : 130px;

	position : relative;

}



.listeprojecteur table {

	width : 100%;

	border:0;

}



.listeprojecteur th {

	background-image: url(../images/acc_titre.gif);

	background-repeat: no-repeat;

	background-color: transparent;

	color : #FFFFFF;

	font-size:0.9em;

	height : 21px;

	width : 440px;

	padding-top : 8px;

	padding-left : 33px;

	text-align : left;

	border : 0;

}





/*================================================================

* =============     COLONNE DROITE ACCUEIL     ===================

================================================================*/

#colonnedroite {

  position : absolute;

  left : 640px;

	top : 130px;

}



#news {

   	/*float:left;

	position : absolute;*/

	background-image: url(../images/news_bas.gif);

	background-repeat : no-repeat;

	background-position:left bottom;

	width:306px;

	padding-bottom:26px;

	

}

	

#news h3 {

   margin:0; 

   padding:0px 0 3px 35px;

	background-image: url(../images/news_haut.png);

	background-repeat : no-repeat;

   background-position:left top;

   font-size:1em;

   color:#ffffff;

   text-align : left;

   height : 26px;

}



#news ul {

   margin:0;

   padding:0 0 8px 5px;

	background-image: url(../images/actu_fond.gif);

	background-repeat : repeat-y;

   list-style-image: url(../images/t-puce.gif);

   text-align : justify;

}



#news ul li {

   margin:0px 2px 0px 20px;

   padding-top:10px;

   text-align : justify;

   width : 260px;

}





#evenement {

	/*float : left;

	left : 600px;

	top : 0px;*/

	padding:30px 0 26px 0;

	width:306px;

}



#evenement h3 {

   margin:0; 

   padding:2px 0 0px 33px;

   background-image: url(../images/t-evenement.gif);

   background-repeat : no-repeat;

   background-position:left top;

   font-size:1.1em;

   font-weight : bold;

   color:#FFFFFF;

   text-align : left;

   height : 21px;

}



#evenement p {

   margin:0;

   padding:10px 0 7px 10px;

   background-color: #ECF0F3;

   text-align : justify;

}



#evenement a {

   margin:10px 2px 0px 0px;

   padding-top:10px;

   text-align : left;

   text-decoration : none;

}



#evenement a:hover {

   margin:0px 2px 0px 20px;

   padding-top:10px;

   text-align : left;

   text-decoration : underline overline;

}

#evenement table {
   text-align : left;
   margin:0;
   padding : 0;
}



