/**********************************************************************/
/* @file accueil.css                          	          		      */
/* @brief Ce fichier met en forme la page d'accueil de l'intranet     */
/**********************************************************************/
/* @htmlinclude copyright_mediaprojets.html                		      */
/* @since 2011-01-20                                       		      */
/* @date 2011-01-20                                       		      */
/* @author Didier RIBIERE                                  		      */
/**********************************************************************/

div#accueil
{
	background:			url('../images/accueil_static2.png') no-repeat;
	color:				white;
	font-family:		verdana;
	font-size:			16px;
	left:				0;	
	height:				938px;
	margin : 			0;
	padding : 			0;
	position:			relative;
	top:				0;
	width:				1000px;
}

div#accueil a
{
	color:				white;
	text-decoration:	none;
}

a#acces_site_cdes
{
	width:				145px;
	height:				138px;

	font-size:  		0;
	/* background: rgba(76, 175, 80, 0.3); */
	position:			absolute;
	margin:				3px 0px 0px 0px;

}

a.lien_module
{
	width:				75px;
	height:				343px;
	/* background: rgba(255, 16, 80, 0.5); */
	display:			block;
}



div#repertoire
{
	width:				76px;
	height:				345px;

	position:			absolute;
	margin:				281px 0px 0px 325px;	
}

div#tooltime
{
	width:				76px;
	height:				345px;

	position:			absolute;
	margin:				281px 0px 0px 460px;	
}

div#formation
{
	width:				76px;
	height:				345px;

	position:			absolute;
	margin:				281px 0px 0px 583px;
}


div#etude_conseil
{
	width:				76px;
	height:				345px;

	position:			absolute;
	margin:				281px 0px 0px 717px;
}


div#administration
{
	width:				84px;
	height:				431px;

	position:			absolute;
	margin:				281px 0px 0px 841px;
}




div.text_accueil
{
	display : none;
}

