/* naming should be all lower cases */

/*____________________________________________________________________
    - GENERAL LAYOUT                                                */
body
{
	background-color: #F0F0EB;
	font-family: Verdana, Helvitica, Sans-Serif;
	font-size: 11px;
	margin: 0px;	
}

#wrapper
{ 	
	height: auto !important;
	height: 100%;
	margin: 0 auto -77px;
	min-height: 100%;	
	width: 1000px;
}

#menu 
{
	background-image: url(/imgs/bgmenu1.gif);
	background-repeat: repeat-x;
	height: 25px;
	text-align: left;	
}

#menu a, #menu a:visited
{
	color: #f0f0eb;
	font-weight: bold;		
	text-decoration: none;
}

#menu a:active
{
	color: #ffff8e;
}

#menu a:hover
{
	color: #e3e374;
}

#header
{	
	text-align: center;
}
	
#content
{
	background-color: #F4F4C7;
	background-image: url(/imgs/bg_colgauche.gif);
	margin:0 auto;	
	min-height: 700px;
}

.content-right 
{	
	background-color: #ffffff;
	background-image: url(/imgs/bg_header_general.gif);
	background-repeat: repeat-x;
	float:right;
	min-height: 700px;
	padding: 0px 10px 10px 10px;
	text-align:justify;
	vertical-align:top;
	width: 780px;
}

.content-right h1
{
	margin-top: 3px;	
}

.content-left
{	
    float:left;
    min-height: 700px;
    width: 200px;    
}


/*____________________________________________________________________
    - HTML TAGS                                                     */

h1, #ctl00_cphMain_dvLinks h2
{
	color: #302D7A;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 6px 0px;
	text-transform: uppercase;
}

h2
{color: #302F77;
font-family: Verdana, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
}

h6
{
	color: #302d7a;
	font-size: 11px;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
}

a, a:visited
{
	color: #302F77;
	text-decoration: none;
}

a:hover 
{
	color:#0099cc;
	text-decoration: underline;

}

ul { list-style-image:url(/imgs/fleche.gif); margin-left: -1.2em; }

.textbox {
    border:#d6d6d6 1px solid; 
    background-color:#edecec;
    padding:3px 5px;
    color:#333;
}

.button {
	border:#4f4f4f 1px solid;
	background:url(../imgs/bg-btn.jpg) center repeat-x;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
}

b, strong {color:#000;}


/*___________________________________________________________________
    - FOOTER SECTION                                               */

#footer 
{
	border-top: 1px solid #302F77;
	padding: 10px;
	text-align: center;
}	

/*____________________________________________________________________
    - NEWS MODULE                                                   */

.news-module {padding:20px;}

.news-image 
{
    border:#02497a 2px solid !IMPORTANT; 
    margin-right:8px;
    margin-top:3px;
    float:left;
}


/*____________________________________________________________________
    - OPTIONAL SECTIONS                                             */

.case-studies {
    background-color:#d6d6d6; 
    padding:10px 20px 10px 20px; 
    vertical-align:top;
}

.testimonials { 
    padding:10px 18px 10px 18px; 
    vertical-align:top;
}



/*____________________________________________________________________
    - MISCELLANEOUS                                                 */

.lnkbold {color:#015590; font-weight:bold; text-decoration:none; font-size:1.1em;}
.lnkCase, .lnkCase:Visited {color:#3e4043; text-decoration:none;}
.lnkCase:hover {color:#015590;}

div.LeftMenu
{
	padding: 10px;
}

div.LeftMenu div
{
	background-color: #FFFFA7;
	margin-bottom: 5px;
	padding: 4px 2px 4px 2px;
}

div.LeftMenu div a
{
	font-weight: bold;
	text-decoration: none;
}

div.LeftMenu div.Categories h2
{
	font-size: 10px;
	padding: 0px;
	margin: 0px;
}

div.LeftMenu div.Categories a
{
	font-size: 11px;
	font-weight: normal;	
}

div.SubCategories
{
	padding: 0px;
}

div.SubCategories ul
{
	list-style-image: none;
	list-style-type: disc;
	margin-left: -2.4em; 
	margin-top: 0px;
	margin-bottom: 0px;
}