/*  
    Feuille de style CSS - Page d'accueil
    -------------------------------------
    projet: 	SOLUPREST
    créé le: 	03-08-2009
	modifié le: 30-12-2009  
*/

a {
	font-weight: bold;
	color: #363B3F;
	text-decoration: none;
}

/*--- Boutons d'action ---*/
a.bouton {
	border: 1px solid #9daeba;
	padding: 4px 20px 4px 6px;
	background: url(../imgs/bg-bouton.jpg) repeat-x right -3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
a.bouton:hover {
	border: 1px solid #697d8c;
	background: url(../imgs/bg-bouton_hover.jpg) repeat-x right -3px;
	color: #1e2830;
	-webkit-box-shadow: 0 0 5px #9daeba;
	-moz-box-shadow: 0 0 5px #9daeba;
	box-shadow:  0 0 5px #9daeba;
}
p.alignright {
	text-align: left;
	margin: 20px 0 30px;
}

/*----- MISE EN PAGE GENERALE -----*/
#header {
	position: relative;
	margin: 0 auto;
	width: 800px;
	height: 258px;
}
#bandeau {
	position: absolute;
	left: 0px;
	background: url(../imgs/bandeauHome.gif) no-repeat;
	height: 258px;
}

#global {
	margin: 0 auto;
	min-height: 350px;
	width: 800px;
	padding: 0 0 0 0;
	background: url(../imgs/fondHome.gif) repeat-y;
	overflow: auto;
}

#contenu-home {
	width:  660px;
	margin-left: 75px;
}

#contenu-home ul li {
	line-height: 18px;
}

h2 { color: #697d8c; font-size: 15px; margin-top: 20px;}
h3 {
	background: url(../imgs/bgTitreAccueil.jpg) left top no-repeat;
	margin: 20px 0 0 0;
}

/*--- Colonne gauche ---*/
#blocgauche {
	float: left;
	width: 315px;
}
p#bloc-livezilla {
	background: #e7e7e7 url(../imgs/bg-livezilla_home.jpg) no-repeat bottom right;
	padding: 8px 10px 20px 10px;
        display: block;
        min-height: 35px;
}
p#bloc-livezilla span {
	background: url(../imgs/icone-chat.png) no-repeat 0 5px;
	display: block;
	padding-left: 25px;
}

/*--- Colonne de droite ---*/
#blocdroit {
	float: right;
	width: 310px;
}
.actuHome {
	height: 65px;
	margin: 0;
	border-bottom: 1px dashed #aaa;
}
.imgNewsHome {
	/*float: left;*/
	position: absolute;
	margin: 0;
}
.textactu {
	position: absolute;
	margin: 9px 0 0 132px;
	width: 170px;
	padding: 0 0 0 13px;
	background: url(../imgs/limitNewsHome.gif) left top repeat-y;
}
.imgRefAccueil {
	margin: 10px 15px 10px 0;
	max-width: 85px;
	max-height: 45px;
}