* {
	margin: 0;
	padding: 0;
	}
	
body{
	font: 400 0.8em 'trebuchet ms',arial,sans-serif;
	color: #888;
	min-height: 100%;
	background-color: #4E5254;
	background-image: url(images/pagebgd-h300.jpg);
	background-repeat: repeat-x;
}
	
a {
	text-decoration: none;
	color: #000;
	}

a:hover {
	text-decoration: underline;
	}

#maincontainer{
	width: 1000px;
	margin: 0 auto;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

.wrap {
	width: 1000px;
	margin: 0 auto;
	}

#topsection {
	height: 331px; /*Height of top section (including nav)*/
	width: 100%;
	padding: 0px 0 0px 0;  /*haut droite bas gauche*/
	background-color: #;
	}

	
#topsection h1 {
	font: 400 3.6em 'century gothic','arial narrow',arial,sans-serif;
	color: #FFF;
	}
	
#topsection h2 {
	font: 400 1.3em 'century gothic','arial narrow',arial,sans-serif;
	color: #ffffff;
	}
	
#nav {
	width: 1000px;
	padding-top: 42px;
	padding-bottom: 29px;
	font-size: 16px;
	position: absolute;
	top: 226px;
	}
#nav ul {
	list-style-type: none;
	}
	
#nav li {
	display: inline;
	}
	
#nav li a {
	height: 84px; min-height: 84px;
	padding: 13px 30px 19px 30px;
	color: #FFF;
	text-decoration: none;
	font-size: 16px;
	}
	
#nav li a:first-letter .anchorclass{
	text-decoration:underline;
	} 
	
#nav li a:hover {
	background-color: #CC4200;
	color: #FFFFFF;
	}

#nav .active{
	background-color: #003366;
	color: #FFFFFF;
	border-bottom-color: #333333;
	border-bottom-style: solid;
	border-bottom-width: 10px;
}

#contentwrapper{
	float: left;
	width: 100%;
}

#contentcolumn{
	margin: 0 0px 0 0px;
	background-color: #FFFFFF;
}

#contentcolumn h1, #content h1 a {
	font: 400 3.8em 'century gothic','arial narrow',arial,sans-serif;
	color: #CC4200;
	margin-top: 15px;
	}
	
#contentcolumn h2, #content h2 a {
	font-weight: 400;
	color: #003366;
	margin-bottom: 10px;
	}
	
#contentcolumn h1 a:hover, #content h2 a:hover {
	text-decoration: underline;
	}
	
#contentcolumn p {
	margin: 5px 0 10px 0;
	line-height: 1.5em;
	}
	
#contentcolumn p img.right, #content p img.left {
	clear: none;
	padding: 4px;
	border: 1px solid #CCC;
	background-color: #EEE;
	}
	
#contentcolumn p img.right {
	float: right;
	margin: 0 0 10px 15px;
	}	
	
#contentcolumn p img.left {
	float: left;
	margin: 0 15px 10px 0;
	}
	
#contentcolumn ul {
	list-style-type: none;
	margin: 20px;
	}
	
#contentcolumn ul li {
	padding: 4px 25px;
	background: url('images/bullet.gif') no-repeat left center;
	}

#topnews {
	background-color: #ffffff;
	border-bottom-color: #666666;
	border-bottom-style: solid;
	border-bottom-width: 10px;
	}
#topnews h1 {	
	font: 400 1.8em 'century gothic','arial narrow',arial,sans-serif;
	color: #033;
	margin: 10px 0;
	background: url('images/h1bullet.gif') no-repeat left;
	padding-left: 25px;
	}

#topnews p {
	line-height: 1.5em;
	padding: 10px 0;
	}
	
#topnews ul {
	list-style-type: none;
	}

#topnews li {
	margin: 0px;
	list-style:none;
	background: url('images/rightlist_line.gif') repeat-x top left;
	}

#topnews li a {
	padding: 8px 2px 8px 25px;
	display: block;
	margin:  0;
	color:#FFF;
	text-decoration:none;
	background: url('images/rightlist_bullet.gif') no-repeat left;
	}

#topnews li a:hover {
	background: #066 url('images/rightlist_bullet.gif') no-repeat right;
	color:#FFF;
	}


#leftcolumn{
float: left;
width: 0px; /*Width of left column in pixel*/
margin-left: -1000px; /*Set margin to that of -(MainContainerWidth)*/
background: #0CC;
}

#rightcolumn{
float: left;
	clear: none;
width: 0px; /*Width of right column*/
margin-left: -0px; /*Set left margin to -(RightColumnWidth)*/
background: #0CC;
	color: #FFF;
}


#rightcolumn h1 {	
	font: 400 1.8em 'century gothic','arial narrow',arial,sans-serif;
	color: #033;
	margin: 10px 0;
	background: url('images/h1bullet.gif') no-repeat left;
	padding-left: 25px;
	}

#rightcolumn p {
	background: url('images/rightlist_line.gif') repeat-x top left;
	line-height: 1.5em;
	padding: 10px 0;
	}
	
#rightcolumn ul {
	list-style-type: none;
	}

#rightcolumn li {
	margin: 0px;
	list-style:none;
	background: url('images/rightlist_line.gif') repeat-x top left;
	}

#rightcolumn li a {
	padding: 8px 2px 8px 25px;
	display: block;
	margin:  0;
	color:#FFF;
	text-decoration:none;
	background: url('images/rightlist_bullet.gif') no-repeat left;
	}

#rightcolumn li a:hover {
	background: #066 url('images/rightlist_bullet.gif') no-repeat right;
	color:#FFF;
	}

#footer {
	clear: left;
	width: 100%;
	color: #099;
	font-size: 0.8em;
	line-height: 1.6em;
	text-align: center;
	background-color: #ffffff;
	}

#footnav {
	padding-top: 50px;
	padding-bottom: 50px;
	border-top-color: #CC4200;
	border-top-style: solid;
	border-top-width: 3px;
	background-color: #336699;
	}
	
#footnav {
	list-style-type: none;
	}
	
#footnav li {
	display: inline;
	}
	
#footnav a {
	color: #B3BEBE;
	font: 400 16px 'trebuchet ms',arial,sans-serif;
	padding: 6px 6px;
	margin: 16px 16px 0 0;
	border: 0px solid #001414;
	text-decoration: none;
	}
	
#footnav a:hover {
	color: #FFF;
	background-color: #005050;
	border: 0px solid #00ABAB;
	}

#---footnav ul {
	list-style-type: none;
	}
	
#---footnav li {
	display: inline;
	}
	
#---footnav li a {
	color: #B3BEBE;
	font: 400 16px 'trebuchet ms',arial,sans-serif;
	padding: 6px 6px;
	margin: 16px 16px 0 0;
	border: 1px solid #001414;
	text-decoration: none;
	}
	
#---footnav li a:hover {
	color: #FFF;
	background-color: #005050;
	border: 1px solid #00ABAB;
	}

#footnav img {
	border: 0px;
	}
.blockquote {
	display: block;
	background: #F3F3F3 url('images/quote.gif') no-repeat top left;
	padding: 10px 10px 10px 25px;
	border-top: 1px solid #CCC; border-bottom: 1px solid #CCC;
	}
	
ol {
	font-weight: 800;
	font-size: 1.0em;
	color: #0CC;
	margin: 20px;
	}
 
ol span {
	font: 400 1.0em arial,sans-serif;
	color: #888;
	}

ol li {
	margin-left: 25px;
	padding: 4px 0;
	}
form {
	background-color: #FFFFFF;
	background-image:none;
	}	

form label{
	display:block;
	}

form p {
	margin-bottom: 10px;
	background-color: #ffffff;
	border: 1px solid #CCC;
	padding: 20px;
	}

form input.text, form textarea{
	width:96%;
	border:1px #DDD solid;
	color:#999;
	padding: 4px 5px;
	font:12px 'lucida sans','lucida sans unicode','gill sans','verdana',sans-serif;
	background-color: #FFF;
	margin-bottom: 15px;
	}

form input.text:hover, form textarea:hover{
	border:1px #CCC solid;
	}

form input.text:focus, form textarea:focus{
	border:1px #999 solid;
	color:#666;
	}

form input.button{
	margin-right:8px;
	padding:3px 5px;
	font:10px Arial,san-serif;
	}

* html form input.text,

* html form textarea{
	border-color:#999;
	color:#999;
	}

.clearer {
	clear: both;
	line-height: 0; 
	height: 0; 
	font-size: 0;
	}

.links li {
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 0.7em;
	}

.links li a {
	padding: 4px;
	display: block;
	margin:  0;
	color: #BD9A56;
	text-decoration:none;
	background-color: #2D1A06;
	border-bottom: 1px solid #211000;
	}

.links li a:hover {
	background-color: #211000;
	color:#FEEDA4;
	}

p.foot {
	color: #099;
	margin: 5px 0 0 12px;
	padding: 10px;
	font-size: 0.8em;
	line-height: 1.6em;
	background-color: #004040;
	}
dd{
	padding-left:40px;
}
/*****************************************************/
/*************			Editor		******************/
/*****************************************************/


/*						Content
******************************************************/
#contentedit {
	background-image:none;
	margin: 0 0px 0 0px;
	background-color: #FFFFFF;
}

#contentedit h1, #content h1 a {
	font: 400 3.8em 'century gothic','arial narrow',arial,sans-serif;
	color: #CC4200;
	margin-top: 15px;
	}
	
#contentedit h2, #content h2 a {
	font-weight: 400;
	color: #003366;
	margin-bottom: 10px;
	}
	
#contentedit h1 a:hover, #content h2 a:hover {
	text-decoration: underline;
	}
	
#contentedit p {
	margin: 5px 0 10px 0;
	line-height: 1.5em;
	}
	
#contentedit p img.right, #content p img.left {
	clear: none;
	padding: 4px;
	border: 1px solid #CCC;
	background-color: #EEE;
	}
	
#contentedit p img.right {
	float: right;
	margin: 0 0 10px 15px;
	}	
	
#contentedit p img.left {
	float: left;
	margin: 0 15px 10px 0;
	}
	
#contentedit ul {
	list-style-type: none;
	margin: 20px;
	}
	
#contentedit ul li {
	padding: 4px 25px;
	background: url('images/bullet.gif') no-repeat left center;
	}

/*						News
******************************************************/

#newsedit {
	background-color: #ffffff;

	}
#newsedit h1 {	
	font: 400 1.8em 'century gothic','arial narrow',arial,sans-serif;
	color: #033;
	margin: 10px 0;
	background: url('images/h1bullet.gif') no-repeat left;
	padding-left: 25px;
	}

#newsedit p {
	line-height: 1.5em;
	padding: 10px 0;
	}
	
#newsedit ul {
	list-style-type: none;
	}

#newsedit li {
	margin: 0px;
	list-style:none;
	background: url('images/rightlist_line.gif') repeat-x top left;
	}

#newsedit li a {
	padding: 8px 2px 8px 25px;
	display: block;
	margin:  0;
	color:#FFF;
	text-decoration:none;
	background: url('images/rightlist_bullet.gif') no-repeat left;
	}

#newsedit li a:hover {
	background: #066 url('images/rightlist_bullet.gif') no-repeat right;
	color:#FFF;
	}

