/* layout.css CSS file*/
/*Compass Design typography css */
* {
margin:0;
padding:0;
}
h1,h2,h3,h4,h5,h6,p,blockquote,form,label,ul,ol,dl,fieldset,address {
margin: 0.5em 0;
}
li,dd {
margin-left:1em;
}
fieldset {
padding:.5em;
}
img{
	border: 0;
}
.tool-tip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
}
.input{
	border: 0;
}
.inputbox{
background: #FFFFFF none repeat scroll 0 0;
border: 1px solid #CCCCCC;
}
.inputbox:hover , .inputbox:focus{
	background: #FFFFCC none repeat scroll 0 0;
}
.button{
	
	background: #333333 none repeat scroll 0 0;
	border: 1px solid #999999;
	padding: 3px 5px;
	color: #CCCCCC;
	font-size: 85%;
	text-transform: uppercase;
	
}
p.iteminfo{
	padding: 10px;
	margin: 0 -10px 5px;
	line-height: 1em;
}

.modifydate{
	
	font-size: 0.85em;
	color: #818181;
	display: block;
	text-align: left;
	margin-bottom: 3px;
}
.createdby {
	
	font-size: 0.85em;
	color: #818181;
	text-align: left;
	display: block;
	margin-bottom: 3px;
}
.createdate{
	
	font-size: 0.85em;
	color: #818181;
	text-align: left;
	display: block;	
	margin-bottom: 3px;
}

p.buttonheading{
text-align: right;
margin: 0;
}

.contentheading{
font-size:20px;
font-weight: bold;
 color:#222222;

 text-transform: capitalize;
 padding-top: 30px;
 margin: 0;
}

.componentheading{
display: none;
	
}

div.article_row div{
	margin-bottom: 50px;
}

.leading{
	margin-bottom: 50px;
}


body {
background:url("../images/bg.jpg") repeat scroll center top transparent;
color:#76634C;
font:62.5% Courier,Arial,Helvetica,Verdana,sans-serif;

}

#bg_body{
	background:url("../images/bg_body.jpg") no-repeat scroll center top transparent;
height:100%;
padding-top: 1px;
}




#wrap {
min-width:750px;
max-width:980px;
width: auto !important; /*IE6 hack*/
width:980px; /*IE6 hack*/
margin:0 auto; /*center hack*/
text-align:left; /*center hack*/
}

#header {
	background:url("../images/bg_header.jpg") no-repeat scroll 0 0 transparent;
height:88px;
margin:0 auto;
overflow:hidden;
padding:13px 50px 0 44px;
width:886px;
margin-top: 50px;
}

#logo{
	background:  url(../images/logo.png);
	width: 230px;
	height: 60px;
	margin-top: 10px;
	margin-left: 10px;
	float: left;
}

#mod_search_searchword{
border:0 none;
	height: 20px;
	font-size: 10px;
	width: 220px;
	background-color: transparent;
	
}
.search .button{
	visibility: hidden;
}

.search{
	background: transparent url(../images/searchbg.png) no-repeat scroll left top;
	padding:26px 10px 4px 24px;
	height: 40px;
	
}


#middle{
	padding:20px 50px 0 30px;
width:897px;
background:url("../images/bg_content.png") repeat-y scroll 0 0 transparent;
margin:0 auto;
min-height:520px;
overflow:hidden;
position:relative;

}

#content60 {float:left;width:60%;overflow:hidden;}
#content80 {float:left;width:69%;overflow:hidden;}
#content100 {float:left;width:100%;overflow:hidden;}

#sidebar {
float:left;
width:31%;
overflow:hidden;
padding-top: 20px;
  
  }

.right{
	float: right;
	
}

#sidebar-2 {
float:left;
width:20%; 
overflow:hidden;

 }
 
 #footer_separator{
 	clear:both;
 }

#footer {
background:url("../images/bg_footer.jpg") no-repeat scroll 0 0 transparent;
color:#81715D;
margin:0 auto;
min-height:100px;
overflow:hidden;
padding:66px 0 20px;
width:980px;
}

#footer_mod{
	margin: 0 auto;
	width: 70%;
	
}
#footer_mod1{
	float: left;
	width: 40%;
	background:  url(../images/transparant.png) ;
	
}

#footer_mod2{
	float: right;
   width: 40%;
   background:  url(../images/transparant.png) ;
	
}

#footer_after{
	margin-bottom: 100px;
}

.inside {padding:40px;
padding-top: 0;}



/*********************************************************/
.moduletable{
margin-bottom:4em;
padding:0 10px; /*padding for inside text*/
}

/* Titre */
.moduletable h3{
background:transparent;
color:#222222;
padding:10px 0;
text-align:center;
font-size:20px;
margin:0 -10px 0.5em -10px;
 text-transform: uppercase;
 background:url("../images/bg_home_events.jpg") no-repeat scroll top left  transparent;

}
/* Contenu */
div.moduletable {
	background-color: #F7E9BC;
	padding-bottom: 15px;
	background:url("../images/divider_2_lines.gif") repeat-x scroll left bottom #F7E9BC;
}
/********************************************************************/


/**********       GESTION des menus  **********************************/
.moduletable_menu{
margin-bottom:1em;
padding:0 10px; /*padding for inside text*/ 
background-color: #F7E9BC;
	padding-bottom: 15px;
	background:url("../images/divider_2_lines.gif") repeat-x scroll left bottom #F7E9BC;

}

.moduletable_menu h3 {
background:transparent;
color:black;
padding:0.25em 0;
text-align:center;
font-size:1.1em;
margin:0;
border-bottom:1px solid #fff;
}

.moduletable_menu ul{
list-style: none;
margin: 0;
padding: 0;
}
.moduletable_menu li{
border-bottom: 1px solid #ccc;
margin: 0;
}
.moduletable_menu li a{
display: block;
padding: 3px 5px 3px 0.5em;
border-left: 10px solid #333;
border-right: 10px solid #9D9D9D;
background-color:transparent;
color: black;
text-decoration: none;
}
html>body .moduletable_menu li a {
width: auto;
}
.moduletable_menu li a:hover,a#active_menu:link,a#active_menu:visited{

}
/* ********************************** ********************/








a{
text-decoration:none;
color: #575757;
}
a:hover{
text-decoration:underline;
}

h1{
font-size:1.7em;
}

h2{
font-size:1.5em;
}
h3{
font-size:1.3em;
}
h4{
font-size:1.2em;
}
h5{
font-size:1.1em;
}
h6{
font-size:1em;
font-weight:bold;
}


