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



/*
 * HTML  ELEMENTS
 */

html {
background:#f39200 url(images/bg_content.jpg) center repeat-y;
}

body {
font:15px Book Antiqua,Arial,serif;
color:#3d3c3f;
line-height:1.1em;
background:transparent url(images/bg_top.jpg) top center no-repeat;
}

h1,
.dnd_element_title h1 {
font-size:20px;
color:#674c2e;
}

h2,
.dnd_element_title h2 {
font-size:16px;
font-weight:bold;
color:#e84f13;
margin:0;
padding:6px 0px 6px 0px;
}

h3,
.dnd_element_title h3 {
font-size:13px;
color:#e84f13;
padding:6px;
}

a {
color:#3d3c3f;
}

.puce a {
color:#a3af01;
background:transparent url(images/bg_link.png) no-repeat scroll 0 3px;
padding-left:25px;
}

b,
strong {
color:#e84f13;
}






/*
 * CONTAINERS
 */

#beforeContainer {
padding-bottom:85px;
background:transparent url(images/bg_footer.jpg) bottom center no-repeat;
}

#mainContainer {
width:992px; /* 62 */
background-color:transparent;

}





/*
 * CONTENTS
 */

#content {
border:none;
background-color:transparent;
}




/*
 * ZONES
 */

div.site_template_zone {
border:none;
background-color:transparent;
}

#zone_footer {
margin-top:16px;
color:#ffffff;
}

#zone_footer a,
#zone_footer strong {
color:#ffffff;
}

#zone_footer div.footer_info {
color:#3D3C3F;
padding:5px;
text-align:center;
}





/*
 * DND  ELEMENTS
 */


.dnd_element_image a,
.dnd_element_image a .legend {
text-decoration:none;
}

.dnd_element_image .legend {
position:absolute;
left:0;
z-index:6;
display:inline-block;
background-color:#fc880d;
opacity:1;
color:white;
text-align:center;
font-size:.9em;
}


.form_element_select select {
width:100%;
}



/*
 * DND ELEMENT MENU
 */

/* Menu top */
#zone_top .dnd_element_menu {
background:transparent url(images/bg_menu.png) center no-repeat;
}

#zone_top .dnd_element_menu ul li a.l1 {
font-weight:bold;
font-size:16px;
color:#ffffff;
display:block;
}

#zone_top .dnd_element_menu ul li a.l1:hover {
background:transparent url(images/fond-menu-over.png) center no-repeat;
}

#zone_top .dnd_element_menu ul li.l1 a.current {
background:transparent url(images/fond-menu-current.png) center no-repeat;
}

#zone_top .dnd_element_menu ul li a.l1 span {
display:block;
margin:0; padding:0;
height:100%;
position:relative;
margin-top:-3px;
}


/* Style par défaut */

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

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

/* Menu Horizontal */

/* 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;
}



