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



/*
 * HTML  ELEMENTS
 */

body {
	background-color:#1b1a19;
	font-size:14px;
	line-height:18px;
}




/*
 * CONTAINERS
 */

#firstContainer {
	background:#e6e3dd url(images/bg_top.jpg) top repeat-x;
}

#beforeContainer {
	background:transparent url(images/bg_bottom.jpg) bottom repeat-x;
}

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

#container {
	background:transparent url(images/bg_container.png) repeat-y;
}





/*
 * CONTENTS
 */

#content,
#content a {
	color:#322f29;
}

#content h2 {
	font-size:16px;
	color:#322f29;
}

#content h3 {
	color:#3ca3c1;
	font-weight:normal;
	font-size:16px;
}




/*
 * ZONES
 */

#zone_top {
	background:#e6e3dd url(images/bg_top.jpg) top repeat-x;
}

#zone_left h2 {
	color:#322f29;
	font-size:16px;
}

#zone_left,
#zone_left a {
	color:#ffffff;
}

#zone_left ul {
	margin:0px;
	padding:0px;
	padding-left:4px;
	list-style-image:url(images/puce.png);
}

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

#zone_footer h3 {
	color:#ffffff;
	font-size:20px;
	padding-top:8px;
}






/*
 * 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 {
color:#ffffff;
font-weight:bold;
text-decoration:none;
font-size:20px;
background:transparent url(images/bg_menuoff.gif) repeat-x;
}

.dnd_element_menu.menuyellow a {
background:transparent url(images/bg_menuyellowoff.gif) repeat-x;
}

.dnd_element_menu a.current,
.dnd_element_menu a:hover {
background:transparent url(images/bg_menuon.gif) repeat-x;
}

.dnd_element_menu.menuyellow a.current,
.dnd_element_menu.menuyellow a:hover {
background:transparent url(images/bg_menuyellowon.gif) repeat-x;
}

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

