/*
$Revision:                 $
$Date:                     $
*/



/*
 * HTML  ELEMENTS
 */

body {
	background:#dbe5ba url('images/bg_body.jpg') center repeat-y;
	font:12px Arial;
	color:#000000;
	line-height:1.4em;
}

h2 {
	font:24px Garamond;
	font-weight:bold;
	color:#ffffff;
	margin:0px;
	padding:0px;
	height:48px;
}

.h2 {
	background:transparent url('images/bg_h2.png') no-repeat;
	padding:0px;
}

a {
	color:#000000;
	font-weight:bold;
}
 
.puce {
	padding-left:20px;
	background:transparent url('images/puce.png') no-repeat;
}

/*
 * CONTAINERS
 */

#beforeContainerTop {
	background:transparent url('images/bg_top.jpg') top center no-repeat;
}

#beforeContainerBottom {
	background:transparent url('images/bg_bottom.png') bottom center no-repeat;
width:992px; margin:0 auto;
}



#mainContainer {
	width:992px; /* 62 */
}





/*
 * CONTENTS
 */

body.relative #content .content_padding {
padding:0 16px;
}




/*
 * ZONES
 */

#zone_footer {
margin-top:16px;
}

#zone_footer a {
	color:#ffffff;
}





/*
 * DND  ELEMENTS
 */





/*
 * DND ELEMENT MENU
 */

/* Style par défaut */

/* Styles commun */
.dnd_element_menu a {
text-decoration:none;
}

.dnd_element_menu a.current {
font-weight:bold;
}

/* Menu Horizontal */

#zone_menu .menu_h ul li a.l1 span {
/*font-size:22px;*/
}

#zone_menu .menu_h ul li a.l1 span {
height:64px;
/*
margin:0;
padding:0;
margin-top:-1em;
display:block;
line-height:3em;
top:20%; 
*/
}

/* Sous-menus Horizontaux */

/* Sous-menus Verticaux */

/* Menu Vertical */





/*
 * PAGINATION
 */

.pagination a,
.pagination span {
font-size:11px;
background-color:#ffffff;
}

.pagination a {
color:#105CB6;
border-color:#9AAFE5;
}
.pagination a:hover {
color:#000031;
border-color:#296BB5;
}

.pagination .prevnext {}
.pagination span.disabled { 
color:#999999;
border-color:#DDDDDD;
}
.pagination span.current {
color:#ffffff;
border-color:#2E6AB1;
background-color:#2E6AB1;
}



