/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin-bottom: 50px;
	background: #FFFFFF url(images/img1b.gif) repeat-x;
	font: normal 13px Calibri, "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #3B3B3B;
}

h1, h2, h3, h4{
	color: #4F789F;
}

h1 {
}

h2 {
}

h3 {
	
}
h4 {
	font-size: 1.48em;
}
p, blockquote, ul, ol {
}
div.row {
	clear: both;
	width:380px;
	padding-top: 3px;
 }

div.row span.label {
	float: left;
	width: 150px;
	text-align: left;
	background-color: #EEEEEE;
	height: 20px;
 }
div.row span.label2 {
	float: left;
	width: 380px;
	text-align: left;
	background-color: #FFFFFF;
	height: 20px;
 }
div.row span.formw {
	float: left;
	width: 230px;
	text-align: left;
 }
p {
}

blockquote {
}

ul {

}

ul li {

}
ul.fview {
padding-left: 20px;
}

ul.fview li.fview {
padding-left: 5px;
}
ol {
}

ol li {
}

a {
	color: #4F789F;
}

a:hover {
	text-decoration: none;
}
div.flis {
  width: 450px;
  background: #fff;
  border: 1px solid;
  border-color:#CCCCCC;
  padding: 2px 2px 2px 4px;

}
div.titleform {
  width: 450px;
  background: #006699;
  border: 1px solid;
  border-color:#006699;
  padding: 2px 2px 2px 4px;
}
div.titleform2 {
	width: 497px;
	background: #006699;
	border: 1px solid;
	border-color:#006699;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
}
img {
	border: 1px solid #3B3B3B;
}
img.lol {
	border: 0px solid #3B3B3B;
}
img.no-border {
	border: 0px solid #3B3B3B;
}
img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

/* Boxed Style */

.boxed {
}

.boxed .title {
	padding: 10px 15px;
	background: #3B3B3B;
	text-transform: uppercase;
	font: bold .77em Calibri, Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

.boxed .content {
	padding: 15px;
}

.boxed ul {
	list-style: none;
}



/* Post */

.post {
	clear: both;
	padding: 20px;
	border-bottom: 1px solid #3B3B3B;
}

.post .title {
}

.post .content {
	line-height: 1.6em;
}

.post .title {
	margin-bottom: 20px;
	font-family: Calibri, Georgia, "Times New Roman", Times, serif;
}

.post p, .post blockquote, .post ul, .post ol {
	margin-bottom: 1em;
}

.post blockquote, .post ul, .post ol {
	margin-left: 3em;
}

/* Header */

#header {
	width: 700px;
	height: 150px;
	margin: 0 auto;
	background: #69B10A url(images/img2x.jpg);
}

#header h1, #header h2 {
	text-transform: lowercase;
	font-family: Calibri, Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
}

#header h1 {
	float: left;
	padding: 80px 0 0 20px;
	letter-spacing: -3px;
	font-size: 48px;
}

#header h2 {
	float: left;
	padding: 107px 0 0 7px;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 700px;
	margin: 0 auto;
	background: url(images/img3.gif) repeat-y;
	border-top: 20px solid #3B3B3B;
}
#pageA {
	width: 1140px;
	margin: 0 auto;
	border-top: 20px solid #3B3B3B;
}
#pageB {
	width: 700px;
	margin: 0 auto;
	border-top: 20px solid #3B3B3B;
}
#pageC {
	margin: 0 auto;
	border-top: 20px solid #3B3B3B;
}
#content {
	float: right;
	width: 497px;
	padding-right: 1px;
}
.contentaf {
	float: left;
	width: 497px;
	padding-right: 1px;
}
.contentB {
	float: left;
	width: 698px;
	padding-right: 1px;
}
#page2 {
	width: 700px;
	margin: 0 auto;
background: url(images/img3b.gif) repeat-y;
	border-top: 20px solid #3B3B3B;
}

#content2 {
	float: left;
	width: 700px;
	padding-right: 1px;
}
#sidebar {
	float: left;
	width: 200px;
	padding-left: 1px;
}
#sidebarA {
	float: left;
	width: 582px;
	padding-left: 1px;
}
#sidebarB {
	float: left;
	width: 2px;
	padding-left: 1px;
}
/* Menu */

#menu {
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
	padding: 0;
}

#menu a {
	display: block;
	padding: 5px 15px;
	border-bottom: 1px solid #FFFFFF;
	text-decoration: none;
	color: #3B3B3B;
}

#menu a:hover {
	background: #4F789F;
	color: #FFFFFF;
}

#menu .active a {
	background: #BABABA;
	color: #000000;
}

img.no-borderG {
	border: none;
	padding: 5px 5px 5px 5px;
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
	
}
form.fview label {
	display:block;
	font-weight:bold;
	margin:5px 0;
	
}
input[type="text"] {
	padding: 2px;
		
	border:1px solid #eee;
	font: normal 0.75em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:105px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
form.fview textarea {
	width:350px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
textbox { 
	margin:5px 0; 
	width: 115px;
	border: 1px solid #9EC630; 
	background: #FFF;
	color: #333; 
	height: 14px;
	font: normal 0.75em Verdana, sans-serif;
	}
form.fview textbox { 
	margin:5px 0; 
	width: 250px;
	border: 1px solid #9EC630; 
	background: #FFF;
	color: #333; 
	height: 14px;
	}
input.radio { 
	margin:0px 0; 
	width: 15px;
	border: none; 
}

input.button { 
	margin: 0; 
	font: bold .70em "Trebuchet MS", Sans-serif; 
	border: 1px solid #CCC;
	background: #FFF; 
	padding: 1px 1px; 
	color: #4284B0;	
}

#login {
}

#login fieldset {
	border: none;
}

#login legend {
	display: none;
}

#login input {
	margin-bottom: 5px;
}

#inputtext1, #inputtext2 {
	width: 160px;
}

/* search form */
form.searchform {
	   width:180px;
	margin:0px 0px 10px 15px;
 padding: 0;
	border: 1px solid #f2f2f2; 
	border-left: 4px solid #4284B0;
	background-color: #FAFAFA; 
}
form.searchform input.textbox { 
	margin:5px 0; 
	width: 130px;
	border: 1px solid #9EC630; 
	background: #FFF;
	color: #333; 
	height: 14px;
	
}
form.searchform input.button { 
	margin: 0; 
	padding: 2px 3px; 
	font: 1em Arial, Sans-serif; 
	background: #FAFAFA;
	border: 1px solid #f2f2f2;
	color: #777;	
	width:auto
	
}
/* Updates */

#updates {
}

#updates ul {
}

#updates li {
	margin-bottom: 20px;
}

#updates h3 {
	font-size: .77em;
}

/* Footer */

#footer {
	width: 670px;
	height: 15px;
	margin: 0 auto;
	padding: 5px 15px;
	background: #3B3B3B;
	font-size: .77em;
	color: #FFFFFF;
}

#legal {
	float: left;
}

#links {
	float: right;
}

#NewsTicker{
border:solid 1px #cccccc;
background:#eaf5e0;
width:160px;
height:130px;
}

#NewsVertical {
width:160px;
height:120px;
display:block;
overflow:hidden;
position:relative;
}
/* --------------- */
/* Ticker Vertical */
#TickerVertical {
width:160px;
height:120px;
display:block;
list-style:none;
margin:0;
padding:0;
}
#TickerVertical li {
display:block;
width:150px;
color:#333333;
text-align:left;
font-size:11px;
margin:0;
padding:6px;
float:left;
}
#TickerVertical li .NewsTitle{
display:block;
color:#000000;
font-size:12px;
text-transform: uppercase;
font-weight:bold;
margin-bottom:6px;
}
#TickerVertical li .NewsTitle a:link,
#TickerVertical li .NewsTitle a:Visited {
display:block;
color:#000000;
font-size:12px;
font-weight:bold;
margin-bottom:6px;
text-decoration:none;
}
#TickerVertical li .NewsTitle a:hover {
text-decoration:none;
}
#TickerVertical li .NewsImg{
float:left;
margin-right:10px;
}
#TickerVertical li .NewsFooter{
display:block;
color:#000000;
font-size:10px;
margin:6px 0 14px 0;
}


#FriendsVertical {
width:160px;
height:120px;
display:block;
overflow:hidden;
position:relative;
}
/* --------------- */
/* Ticker Vertical */
#TickerFriendVertical {
width:160px;
height:120px;
display:block;
list-style:none;
margin:0;
padding:0;
}
#TickerFriendVertical li {
display:block;
width:150px;
color:#333333;
text-align:left;
font-size:11px;
margin:0;
padding:6px;
float:left;
}
#TickerFriendVertical li .NewsTitle{
display:block;
color:#000000;
font-size:12px;
text-transform: uppercase;
font-weight:bold;
margin-bottom:6px;
}
#TickerFriendVertical li .NewsTitle a:link,
#TickerFriendVertical li .NewsTitle a:Visited {
display:block;
color:#000000;
font-size:12px;
font-weight:bold;
margin-bottom:6px;
text-decoration:none;
}
#TickerFriendVertical li .NewsTitle a:hover {
text-decoration:none;
}
#TickerFriendVertical li .NewsImg{
float:left;
margin-right:10px;
}
#TickerFriendVertical li .NewsFooter{
display:block;
color:#000000;
font-size:10px;
margin:6px 0 14px 0;
}

h2.space_after {
	margin-bottom: 10px;
}
.no_title {
	font: normal 13px Calibri, "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #3B3B3B;
}
.real_title {
	color: #FFFFFF;
	text-transform:uppercase;
	font-weight:bold;
}


.crop { 
	width:985px;
	float:left;
	margin:.5em 10px .5em 10px;
	overflow:hidden; /* this is important */
	border:1px solid #ccc;
	}
	/* input values to crop the image: top, right, bottom, left */
.crop img {
	margin:-40px 0px 0px 0px;
	}



/* Elements de premier niveau
--------------------------------------*/
#menuDeroulant
{
	background: #6A6458;
	height: 21px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 0;
	position: absolute;
	top: 0;
	left: 0;
}
#menuDeroulant li
{
	float: left;
	width: 150px;
	margin: 0;
	padding: 0;
	border: 0;
}
#menuDeroulant li a:link, #menuDeroulant li a:visited
{
	display: block;
	height: 1%;
	color: #FFF;
	background: #3B4E77;
	margin: 0;
	padding: 4px 8px;
	border-right: 1px solid #fff;
	text-decoration: none;
}
#menuDeroulant li a:hover { background-color: #F2462E; }
#menuDeroulant li a:active { background-color: #5F879D; }

#menuDeroulant .sousMenu
{
	display: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 0;
}
#menuDeroulant .sousMenu li
{
	float: none;
	margin: 0;
	padding: 0;
	border: 0;
	width: 149px;
	border-top: 1px solid transparent;
	border-right: 1px solid transparent;
}
#menuDeroulant .sousMenu li a:link, #menuDeroulant .sousMenu li a:visited
{
	display: block;
	color: #FFF;
	margin: 0;
	border: 0;
	text-decoration: none;
	background: transparent url("fondTR.png") repeat;
}
#menuDeroulant .sousMenu li a:hover
{
	background-image: none;
	background-color: #F2462E;
}

#menuDeroulant li:hover > .sousMenu { display: block; }

div.center {   margin-left: auto;   margin-right: auto;   width: 8em; }
