/*** CSS OF COMPTEENLIGNE.FR : AIDE CSS ***/

/* CONTENT */

#content
{
}

/* LEFT MENU */

div#left
{
 float: left;
 width: 230px;
 height: auto;
 min-height: 700px;
 padding: 20px 0 0 0;
 
 background: transparent url( '/imgs/green_css/bkg_sidebar.png' ) no-repeat right top;
}

div#left div
{
 margin: 0 0 20px 0;
 color: #404040;
}

#left div.content
{
 width: 190px;
 margin: 0 0 10px 0;
 padding: 0 20px 0 10px;
 border: solid #cccccc;
 border-right-color: #cccccc;
 border-width: 0 1px 1px 0;
 color: #404040;
 
 background: #fff url( '/imgs/green_css/menu.png' ) no-repeat left bottom;
}

#left div.content h1
{
 height: auto;
 width: 209px;
 height: 20px;
 margin: 0 0 0 -10px;
 padding: 5px 5px 0 7px;
 
 text-align: left;
 font: normal 12px "Arial", Helvetica, sans-serif;
 color: #ffffff;
 background: #71716f url( '/imgs/green_css/sidebar_title.png' ) no-repeat right center;
}

/* RIGHT CONTENT */

div#right
{
 margin: 0;
 margin-left: 230px;
 padding: 20px 0 50px 0;
 
 background: transparent url( '/imgs/green_css/content_title.png' ) repeat-x top center;
}

div#right h1
{
 display: block;
 clear: right;
 width: auto;
 height: 25px;
 margin: 0 0 30px 5px;
 padding:0 0 0 10px;
 font: 14px "Arial", Helvetica, sans-serif;
 color: #fff;
 line-height: 23px;

 background: #71716f url( '/imgs/green_css/title_bkg.png' ) no-repeat left center;
}

#content h1, #content h2
{
 margin: 0;
 
 font: bold Arial, Helvetica, sans-serif;
 color: #51b400;
}
#content h1{ padding: 10px; font-size: 16px; }
#content h2{ padding: 10px 10px 5px 10px; font-size: 14px; }

/* PARAGRAPH */

div#right p
{
 margin: 5px 5px 15px 10px;
 padding: 5px;
}

/* IMAGES */

div#right img
{
 border: 1px solid #404040;
}
div#right img.left
{
 float: left;
 margin: 10px 10px 10px 15px;
 
 border: none;
}

/* SEARCH RESULTS */

div#right ul#search
{
}

div#right ul#search li
{
 list-style-type: decimal;
}

div#right ul#search li em
{
 font-size: 10px;
 color: #a0a0a0;
}