#titreAccueil
{
	font-family: 'Lucida Grande',Verdana,Arial,Sans-Serif;
	font-size:1.5em;
	color: #FFFFFF;
	display:inline; 
	font-weight:normal;
	float:right;
	text-align:center;
	width:275px;
	margin-top:15px;
	margin-right:40px;
}


#popupAccueil
{
	width:350px;
	position:absolute;
	bottom:0;
	right:0;
	font-weight:bold;
}	

#offresEnCoursOver
{
	cursor:pointer;
	background-image: url(../images/theme/menu_fond_hover.jpg);
	background-repeat: repeat-y;
	color:white;
}

#actualitesOver
{
	float:left;
	cursor:pointer;
	background-repeat: repeat-y;
	color:white;
}	

#popupActus {
    display: none;
    position: absolute;
	top:200px;
	left:10%;
    width: 950px;
	height:auto;
    background-color: #FFFFFF;
    border: 10px solid #9597BE;
    padding: 0px 12px 12px 12px;
	font-size:1.2em;
}

#popupOffre {
    display: none;
    position: absolute;
	top:145px;
	left:15%;
    width: 770px;
	height:auto;
    background-color: #FFFFFF;
    border: 10px solid #9597BE;
    padding: 5px 12px 5px 12px;
	font-size:1.2em;
}


.bouton_accueil 
{
	background-image:url(../images/theme/bouton.jpg);
	background-repeat:no-repeat;
	height:35px;
	width:200px;
	padding-top: 4px;
}

.bouton_accueil a
{
	margin-left: 40px;
	font-family:Tahoma;
	font-size:11pt;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
}


.bouton_accueil a:hover
{
	color: yellow;	
}

.bouton_accueil:hover
{
	background-image:url(../images/theme/bouton_hover.jpg);
	background-repeat:no-repeat;
}

#textFirstCadre 
{
	background-color:#F0F0F0;
	color:#003C58;
	padding:5px;
	width:440px;
	height:455px;
	float:left;
	text-align: justify;
	line-height: 1.3em;
	position: relative;
}

#textOffresCadre 
{
	background-color:#F0F0F0;
	color:#003C58;
	padding:25px 20px 20px 20px;
	width:500px;
	height:auto;
	float:left;
	text-align: justify;
	line-height: 1.2em;
	position: relative;
	margin-top:20px;
}

#textActualitesCadre 
{
	background-color:#F0F0F0;
	color:#003C58;
	padding:25px 20px 20px 20px;
	width:650px;
	height:auto;
	float:left;
	text-align: justify;
	line-height: 1.2em;
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
}

#accueil_prestations
{
	line-height: 1.2em;
	margin-left: -5px;
}

#accueil_pic_ciel
{
	padding-top: 100px;
}

#accueil_pic_ciel img
{
	border: 0;
}


