/* presents */

/* ---------------------
Styles généraux
--------------------- */
h1 {
	color: #009999;
	font-weight: bold;
	padding: 0px;
	margin: 8px 0px 0px;
	text-transform: uppercase;
	font-size: 12px;

}


h2 {
	font-weight: bold;
	color: #009999;
	font-size: 11px;
}
h3 {
	padding: 0em;
	font-weight: bold;
	font-size: 11px;
	line-height: normal;
	margin: 0em;
}

a {
	color : #333333;
	text-decoration: none;
}

a:hover {
	color : #009999;
}
#logo {
	float: left;
	background-image: url(../img/logos/logo_presents_inter.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 91px;
	width: 95px;
}
#logo_intra {
	float: left;
	width: 155px;
	height: 89px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 5px;	
	background-image: url(../img/logos/logo_presents_intra.gif);
	background-repeat: no-repeat;
	background-position: left top;

}
#navigation ul li a:hover, #navigation ul li a:focus, #navigation ul li a.current
{
	background: url(../img/im_structure/nav_over.gif) repeat-x left bottom;
	color: #009999;
}
.color{
	color: #009999;
}
/* --------------------- 
page accueil
--------------------- */
#page_acc{
	background-color: #FFFFFF;
	background-image: none
}	
/* --------------------- 
colonne gauche accueil (#sidebar)  
--------------------- */
#sidebar_acc {
	float : left;
	width : 160px;
	margin : 1px 0px 0px;
	list-style-type: none;
	background-image: url(../img/im_structure/acc_presents.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 401px;
	}
	
	
	
#sidebar li a:hover, #sidebar li a.current {
	color : #009999;
	background-color: #F5F5F5;
	}
#sidebar ul ul a:hover, #sidebar ul ul a.current {
	color : #009999;
	background-color: #F5F5F5;
}
#sidebaright li a:hover {
	color : #009999;
	}

