﻿html
{
	background:url("img/columnlogo.png") no-repeat fixed left 25px #5d98cd;/*E8CE82*/
}
body  
{	
	background:url("img/ljr.png") no-repeat fixed right bottom ;
	color:#333333; 
/*	font:0.75em/1.5 'Lucida Grande',sans-serif;*/
	/*text-align:center;*/	
}
#container
{
	margin: 0 auto;
	width: 960px;
	
}

#super_header
{
	text-align:right;
	padding-right:50px;
	/*margin: 50px auto 50px auto;*/
}

#super_header a img
{
	width:64px;
	/*border-style:none; */
}

#header
{
	background-image:url(img/retour.png);
	background-position:bottom;
	background-repeat:no-repeat;
	padding: 0px 110px 110px 110px;
}


#header h1 
{ 
	margin: 0; 
	vertical-align:bottom;
	font-size:xx-large;
	color:#2E3092;
}

#navigation
{
	/*padding: 0px auto 0px auto;*/
	float: left;
	width: 960px;
	/*background:#333;*/
	background-color:#FFF;
}

#navigation ul
{
	margin: 0;
	padding: 0;
}

#navigation ul li
{
	list-style-type: none;
	display: inline;
}

#navigation li a
{
	display: block;
	float: left;
	padding: 5px 10px;
	color:#fff;
	text-decoration: none;
	border-right: 1px solid #fff;
}

#navigation li a:hover 
{ 
	/*background:#383; */
	background:#fff; 
	color:#33CCFF;
	font-weight:bold;
}

#content
{
	/*border: 1px solid #000;*/
	background:#FFF; /*E8FFF1*/ /*  at ester f7bf6f */
	clear: left;
	padding: 20px;
	min-height:500px;
	font-size:large;
	overflow:hidden; /* Thanks to Zerthis for the tip*/
}

#content h2
{
/*	color:#000;*/
	color:#01519B;
	font-weight:bolder;
	font-size: 160%;
	margin: 0 0 .5em;
}

#content h3
{
	color:#2E3092;
	font-weight:bold;
	font-size: 130%;
	margin: 0 0 .5em;
}
#content h3.stronger
{
	color:#2E3092;
	font-weight:bolder;
	font-size: 150%;
	text-decoration:underline;
}
#content .left 
{
	width: 580px;
	float: left;
	padding:10px;
}
#content .right 
{
	width: 280px;
	float: right;
	padding:10px;
}



#footer
{
	clear:both;
	/*background:#ccc;*/
	text-align: center;
	padding: 20px;
	height: 1%;
}

/*
ul
{
	list-style: disc url(img/bullet_blue.png) inside;
	margin:5px;
	padding:0px;
}*/

ul.blue_list
{
	list-style:none;
	padding:20px;
}
ul.blue_list li
{
	background-image:url(img/bullet_blue.png);
	background-repeat:no-repeat;
	background-position:left top;
	/*height:20px;*/
	padding-bottom:2px;
	padding-left:20px;
}


div.selected
{
	background-color:#5d98cd;
}

.bigform input[type=text]:hover, .bigform input[type=text]:focus 
{  
    background-color:#8AB5DB;  
    border-color:#999999;  
}
.bigform textarea:hover,.bigform textarea:focus 
{  
    background-color:#8AB5DB;  
    border-color:#999999;  
}


