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



/*
 * HTML  ELEMENTS
 */

body {
	background:#215ea5 url(images/bg_body.jpg) top center no-repeat;
	font-size:14px;
	color:#292929;
	line-height:19px;
}

h2 {
	background-position:0 50%;
}


.compteur {
	background-position:50% 50%;
}

/*
 * CONTAINERS
 */

#beforeContainer {
	
}

#mainContainer {
	width:992px; /* 62 */
	background:transparent url(images/bg_mainContainer.png) top center no-repeat;
}

#container {
	background:transparent url(images/bg_right.png) bottom right no-repeat;
}




/*
 * CONTENTS
 */

#content {
/*	background:transparent url(images/bg_content.png) 0px 112px no-repeat;*/
color:#ffffff;
}

#content a {
color:#f69a33;
font-weight:bold;
}

#content .textemarron,
#content .textemarron a {
font-size:13px;
font-weight:bold;
color:#7d502d;
padding-top:4px;
}




/*
 * ZONES
 */

#zone_top .menu_h a.l1 span {
	background-position:50% 50%;
}

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

#zone_footer a {
color:#ffffff;
}

#zone_footer .dnd_element_paragraph {
padding:8px;
}

#zone_right a {
color:#0e2c4f;
font-weight:bold;
}

#zone_right {
	color:#ffffff;
}





/*
 * DND  ELEMENTS
 */

/* DND_ELEMENT_IMAGE . IMAGE_SHADOW */

.image_shadow .border,
.image_shadow .border span {
display:block;
position:absolute;
top:0; right:0; bottom:0; left:0;
width:100%; height:100%;
}

.image_shadow .border {
background:transparent url(images/image_shadow/image_border_bg.png) bottom right no-repeat;
display:block;
z-index:2;
}
.image_shadow .border span {
z-index:4;
}

.image_shadow .border .tl {
background:transparent url(images/image_shadow/image_border_tl.png) top left no-repeat;
z-index:3;
}
.image_shadow .border .tr {
background:transparent url(images/image_shadow/image_border_tr.png) top right no-repeat;
}
.image_shadow .border .bl {
background:transparent url(images/image_shadow/image_border_bl.png) bottom left no-repeat;
}

.image_shadow .legend {
bottom:8px;
}
.image_shadow .loupe {
right:9px; bottom:8px;
}


/* DND_ELEMENT_IMAGE . IMAGE_SHADOW_2 */

.image_shadow_2 .border,
.image_shadow_2 .border span {
display:block;
position:absolute;
top:0; right:0; bottom:0; left:0;
width:100%; height:100%;
}

.image_shadow_2 .border {
background:transparent url(images/image_shadow_2/image_border_bg.png) bottom right no-repeat;
display:block;
z-index:2;
}
.image_shadow_2 .border span {
z-index:4;
}

.image_shadow_2 .border .tl {
background:transparent url(images/image_shadow_2/image_border_tl.png) top left no-repeat;
z-index:3;
}
.image_shadow_2 .border .tr {
background:transparent url(images/image_shadow_2/image_border_tr.png) top right no-repeat;
}
.image_shadow_2 .border .bl {
background:transparent url(images/image_shadow_2/image_border_bl.png) bottom left no-repeat;
}

.image_shadow_2 .legend {
bottom:4px;
}
.image_shadow_2 .loupe {
right:5px; bottom:4px;
}





/*
 * DND ELEMENT MENU
 */

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





/*
* COMMENTS
*/

.comments_div {}
.comments_div h3 {}


/* List */

.comment_list li .comment_info {}
.comment_list li .comment_info .comment_author {}
.comment_list li blockquote {
background-color:#eeeeee;
}


/* Form */

.comment_form form fieldset {
background-color:#eeeeee;
}
.comment_form form label {}
.comment_form form .field_required {}
.comment_form form .field_info {}

.comment_form .comment_form_closed {}

