/* Main Sections 
------------------------------------------------------------------------- */
* {
    margin: 0;
    padding: 0;
}
body {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: small;
    color: #333;
    background: #b9b9b8;
}
div, p, img, a, td, ul, ol {
    font-size: 1em; font-family: Arial,Verdana,Helvetica,sans-serif;
}

ol {
    margin-left: 1em;
    padding-left: 1em;
}
ol li {
    margin-left: 1em;
    padding: 0 0 .5em.3em;
    list-style: decimal;
}
h1, h2, h3, h4 {
	font-family: "Trebuchet MS", georgia, helvetica, arial, verdana, sans-serif;
	font-weight: bold;
	margin: .5em 0;
	letter-spacing: .07em;
}
h1 { font-size: 14px; }


ul.LCOS_list {margin:0; padding:0;  }
li.LCOS_child { float:left;
list-style-type: none;
font-family:   arial, verdana, sans-serif;
letter-spacing: .04em;
font-weight: bold;
padding:0 0 0 0 ; 
font-size:11px;  
width:168px;
 border:none; white-space:nowrap; 
 background-color:#CCCCCC;
 text-align:center;margin:0 0 1px 1px;
 }
 
h1 ul{ padding:10px;}
h1 li.LCOS_child { display:block;	
font-size:14px;
border:none; width:100%; text-align:left; width:400; 
background:none;
}


h2 { font-size: 164%; }
h3 { font-size: 145%; }
h4 { font-size: 118%; letter-spacing: .15em }

/*p { padding: 0 0 1em; }*/

a, a:link { 
    text-decoration: none;
    color: #69c;
    
}
a:visited { color: #669; border-color: #669; }
a:hover { color: #693; border-color: #693; text-decoration: none; }
a:active { color: #c33; border-color: #c33 }


a img, img {
    border: none;
}

ul {
    list-style: none;
    margin: 0 0 20px 1em;
}
li {
    list-style: none;
    padding-left: 1em;
    margin-bottom: 3px;
}


.clear {
    clear: both;
    height: 1px;
    margin: -1px 0 0;
    font-size: 1px;
}


#page {  width: 780px;
    margin: 0 auto;
       margin: 0 auto;
    text-align: left;
   }

#content {
    float: right;

   width: 534px; 
   background-image:url(img/bgcontent.jpg);
   background-position:right;
   background-repeat:repeat-y;
    padding: 0;margin:0;
	background-color:#e0dcd6;
    line-height: 1.5em;
	height:475px;
	overflow:auto;
	
}

#menu {
padding-top:98px;
padding-left:40px
}#menu ul{margin:0; padding:0}
#menu li{
margin-top:10px;
list-style-image: url(img/p.png);padding:0;
}
#menu, #menu a:visited, #menu a:hover, #menu a:link,  #menu a 
{ color:white}
#bienvenue{ 
background-image:url(img/bgbienvenue.jpg); 

padding-top:115px; padding-left:40px; padding-right:10px;
color:white; font-family: Arial, Verdana,Helvetica, sans-serif;

}


/* Header 
------------------------------------------------------------------------- */

#header { 
    background: #e0e0e0 url(img/header.jpg) no-repeat top left;
    position: relative;
width:780px; height:300px;
}

#header h1 {
    
  }
#header h1 a {
    text-decoration: none;
    border-bottom: none;
    color: #fff;
}
#header h1 a:hover { 
    color: #eee; 
    text-shadow: #fff 0 0 4px;
}




/* Post (main content entries)
------------------------------------------------------------------------- */
.post {
    margin: 0 0 1.5em 0;
    padding: 0 0 1.5em 14px;
    border-bottom: 1px solid #ddd;
}

.post h3 {
    margin-top: 0;
    color: #f63;
}
.post ul li {
	background: url(images/tictac_orange.gif) no-repeat 0 6px;
	margin-left: 0em;
}





/* Sidebar 
------------------------------------------------------------------------- */

#sidebar {
  padding:0;
  font-stretch:condensed;
   width:246px;
   height:475px;
    font-size: 85%;
    line-height: 1.8em;
    color: #999;
  	float:left;
	background-color:#99e32c; 
	color:#38690b;
	 background-image:url(img/bgsidebar.jpg);
	  background-repeat: repeat-y;
	 text-align:justify;
}

 

#sidebar ul { padding-left:10px;}
#sidebar li {padding:0; margin:0; list-style-image:url(img/p2.png)}


/* Footer 
------------------------------------------------------------------------- */
#footer {
    margin: 0px;
     height:60px; 
   

    background: url(img/footer.jpg) no-repeat bottom left;
}

#footer p { padding:20px;  color:white; text-align:center;font-size:11px; font-weight:bold;

} 

#footer a {color:white}



/* Special handling for images & alignment 
------------------------------------------------------------------------------- */

p img {
	padding: 0;
	max-width: 100%;
}

img.centered {
	display: block;
	margin: 0 auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

/* Fixes for RichText widgets
------------------------------------------------------------------------------- */
.MODX_RichTextWidget {
	float: left;
}

.MODX_RichTextWidget a {
	border: 0px;
}

 label{ float: left; width: 120px; font-weight: bold; } 
input, textarea, select{font-family:arial; font-size:11px; float:left; }
