/*********************************************************/
/*            Document CSS du site VITALASSUR            */
/*        CSS page INDEX  pour le site VITALASSUR        */
/*                  CSS VERSION   mai 2005               */
/*********************************************************/

/***** styles modifies par rapport au fichier commun *****/
#conteneur{
	background-color:rgb(239,241,248);
}
/*********************************************************/
/*                 styles specifiques                    */
/*********************************************************/
p{
	margin:10px;
}
a{
	color:rgb(0,138,60);
	font-weight:bold;
	margin:0px;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
h2{
	background-image:url('./rsc/titre_h2_index.gif');
	font-size:120%; 
}
/*********************************************************/
/*******************    corps    *************************/
#centre{
	float:left;
	clear:both;
	background-color:transparent;
	margin:0px;
	padding:0px 20px 0px 20px;
	width:740px;
}
.boite_float_droite{
	float:right;
	width:180px;
/*	height:428px;*/
	height:275px;
	margin:78px 0px 0px 0px;
	padding:0px;
	background-color:white;
}
.boite_float_droite img{
	margin:5px 1px 5px 1px;
}
.boite_float_droite p{
	text-align:center;
}
.boite_float_gauche1{
	float:left;
	width:200px;
	height:206px;
	margin:0px; 
	padding:0px; 
	background-color:white;
}
.boite_float_gauche2{
	float:left;
	clear:left;
	width:200px;
	height:140px;
	margin:10px 0px 0px 0px; 
	padding:0px; 
	background-color:white;
}
.boite_float_gauche3{
	float:left;
	clear:left;
/*	width:540px;*/
	width:741px;
	height:140px;
	margin:10px 0px 0px 0px; 
	padding:0px; 
	background-color:white;
}
.boite4{
	position:absolute;
	left:240px;
	top:245px;
	width:320px; 
	height:275px;
	margin:0px; 
	padding:0px; 
	background-color:white;
}
.puce_suite{
	margin:0px 5px 0px 0px;
}
.agence1, .agence{
	float:left;
	margin:0px 0px 0px 0px;
	text-align:center;
	color:rgb(105,132,192);
	font-weight:bold;
	width:145px;
}
.agence1 span, .agence span{
	color:black;
	font-weight:normal;
	font-size:80%;
	padding:4px;
	display:block;	
}
.agence1 span{
	border-left:0px dashed rgb(105,132,192);	
}
.agence span{
	border-left:1px dashed rgb(105,132,192);
}
.boite4 p{
	margin:5px;
	padding:5px 0px 0px 0px;
	text-align:center;
}
.osez{
	font-weight:bold;
	color:rgb(0,138,60);
	font-style:italic;
	font-size:140%;
	padding:10px 5px 10px 5px;
	display:block;
	width:300px;
	text-align:center;
	margin:0px;
}
.gratuitement{
	font-weight:bold;
	color:rgb(105,132,192);
}
.etudiant{
	margin:5px 10px 10px 10px;
	padding:0px;
	float:right;
	text-align:center;
	display:block;
}
.salarie{
	margin:5px 10px 10px 10px;
	padding:0px;
	float:left; 
	text-align:center;
	display:block;
}
.exetudiant{
	margin:0px;
	padding:0px 0px 5px 0px;
	float:left; 
	text-align:center;
	width:320px;
	clear:both;
}
/*********************************************************/
/*         Fin Document CSS du site VITALASSUR           */
