/* basic settings */

* { margin: 0; padding: 0; }

/* basic structure */

body {
	background: url(../../images/1/main-bg.jpg) #FFFFFF 50% 0 repeat-x fixed;
	font-family: "Trebuchet MS",Arial,Helvetica,Verdana, sans-serif;
	font-size:12px;
	text-align: center; 
}
p {
  padding:  0 0 12px 24px;
  line-height: 170%;
  font-family: "Trebuchet MS",Arial,Helvetica,Verdana, sans-serif;
	font-size:12px;
}
#container {
	margin: 0 auto;
	text-align: left;
	width: 820px;
}
#headerImg{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	width: 820px;	
	/*background-image se trouve dans le template même*/
}
#generalNavigation {height:48px;}

#generalNavigation ul {
	float:left;
	background: url(../../images/1/generalNavigation_bg.gif) repeat-x;
	list-style-type:none;
	font-size:16px;
	padding:0px 0 0 0;
	width: 820px;
	height:48px;
}

#generalNavigation li {
	background:url(../../images/1/generalNavigation_separator.gif) right no-repeat;
	height:48px;
	float:left;
	padding: 0px 18px 0px 18px;
}

#generalNavigation  li.selected {background:url(../../images/1/generalNavigation_bg_actif.gif) repeat-x;}
#generalNavigation  a {padding:12px 0 0 0;display:block; text-align:center;}
#generalNavigation a:link 	{color: #343C3D;text-decoration:none;}
#generalNavigation a:visited 	{color: #343C3D;text-decoration:none;}
#generalNavigation a:hover 	{text-decoration:underline;display:block;}
#generalNavigation a:active 	{color: #343C3D;text-decoration:none;}

#spacerPostHeader{
	height:7px;
	width: 820px;
}

#siteNavigation {height:28px; background-color: #dcdcdc; padding:2px 2px 2px 2px;}

#siteNavigation ul {
	float:left;
	background: url(../../images/1/siteNavigation_bg.gif) repeat-x;
	list-style-type:none;
	font-size:14px;
	padding:0px 0 0 0;
	width: 816px;
	height:28px;
}

#siteNavigation li {
	background:url(../../images/1/siteNavigation_separator.gif) right no-repeat;
	height:28px;
	float:left;
	padding: 0px 12px 0px 12px;
}

#siteNavigation  li.selected {background:url(../../images/1/siteNavigation_bg_actif.gif) repeat-x;}
#siteNavigation  a {padding:4px 0 0 0;display:block; text-align:center;}
#siteNavigation a:link 	{color: #343C3D;text-decoration:none;}
#siteNavigation a:visited 	{color: #343C3D;text-decoration:none;}
#siteNavigation a:hover 	{text-decoration:underline;display:block;}
#siteNavigation a:active 	{color: #343C3D;text-decoration:none;}

#containerData{
	background:url(../../images/1/containerData_bg.gif) #FFFFFF repeat-x;
	width: 818px;
	padding:0px 0px 0px 2px;
}


#siteSubNavigation {width:280px;}

#siteSubNavigation ul {
	float:left;
	list-style-type:none;
	font-size:12px;
	width: 176px;
}

#siteSubNavigation li{
	background:url(../../images/1/siteSubNavigation_sep2.gif) no-repeat;
	float:left;
	clear:both;
	background-position: left bottom;
	height:24px;
	width:176px;
	padding: 10px 12px 0px 12px;
}

#siteSubNavigation li.selected a {color:#00539B;}
#siteSubNavigation  a {display: block; text-align:left;}
#siteSubNavigation a:link 	{color: #343C3D;text-decoration:none;}
#siteSubNavigation a:visited 	{color: #343C3D;text-decoration:none;}
#siteSubNavigation a:hover 	{text-decoration:underline;display:block;}
#siteSubNavigation a:active 	{color: #343C3D;text-decoration:none;}

#loginBox {
	background: url(../../images/1/loginBox_bg2.gif) no-repeat;
	float:left;
	text-align:center;
	width:180px;
	height:175px;
	margin:28px 8px 8px 8px;
}
#sponsorBox {
	background: url(../../images/1/sponsorbox2.gif) no-repeat;
	float:left;
	text-align:center;
	width:180px;
	height:175px;
	margin:28px 8px 8px 8px;
	padding:40px 0px 0px 0px;
}

.fieldLogin{
	text-align:left;
	margin:17px 0px 15px 50px;
}
.fieldPwd{
	text-align:left;
	margin:10px 0px 15px 28px;
}
.forgetPwd a:link,.forgetPwd a:visited,.forgetPwd a:hover,.forgetPwd a:active  {
	color:#000000;
	text-decoration:underline;
	font-style:italic;
	margin-right:20px;
}
.forgetPwdOk {
	vertical-align: text-bottom;
	cursor:pointer;
}
.registerNow{
	margin:18px 0px 0px 0px;
cursor:pointer;
}
input,textarea{
	color: #1B1B1B;
	font-family: "Trebuchet MS",Arial,Helvetica,Verdana, sans-serif;
	font-size: 90%;
	border: 1px solid #469ec0;
}





/*manque les sponsors*/

#contentPage{
	background:#FFFFFF;
	width: 820px;
		overflow:hidden;
}

#contentPageLeft {
	float: left;
	padding: 10px 0px 10px 0px;
	background: #FFF;
	width: 200px;
		overflow:hidden;
}

#contentPageRight {
	float: left; 
	clear: right;
	padding: 10px 15px 10px 0px;
	border: 0px;
	background: #FFF;
	width: 550px;
	overflow:hidden;
}



#aligner {height:1px; clear:both;}
#footerPage{
	background:#FFFFFF;
	width: 820px;
}
#footerNavigation {height:28px; clear:both;}
#superLineFooterNavigation{width:100%; height:1px; background-color: #469ec0}
#footerNavigation ul {
	background-color:#FFFFFF;
	float:left;
	list-style-type:none;
	font-size:12px;
	padding:0px;
	width: 820px;
	height:28px;
}

#footerNavigation li {
	background:url(../../images/1/footerNavigation_separator.gif) right no-repeat;
	height:28px;
	float:left;
	padding: 0px 12px 0px 12px;
}

#footerNavigation  li.selected {}
#footerNavigation  a {padding:4px 0 0 0;display:block; text-align:center;}
#footerNavigation a:link 	{color: #343C3D;text-decoration:none;}
#footerNavigation a:visited 	{color: #343C3D;text-decoration:none;}
#footerNavigation a:hover 	{text-decoration:underline;display:block;}
#footerNavigation a:active 	{color: #343C3D;text-decoration:none;}


#footerNavigationLogo {height:48px; clear:both;}
#footerNavigationLogo ul {
	background-color:#FFFFFF;
	float:right;
	list-style-type:none;
	font-size:12px;
	padding:0px;
	width: 820px;
	height:48px;
}
#footerNavigationLogo li {
	float:right;
	height:48px;
	padding: 0px 20px 0px 0px;
}

#siteMapContainer{
	margin-left: 50px;
	clear: left;
}
#siteMap {
	font-size: 140%;
}

#siteMap li, #siteMap li a {
	color: #00539B;
	list-style: none;
}

#siteMap li ul {
	font-size: 90%;
}

#siteMap li ul li {
	color: #343C3D;
	padding-left: 16px;
}
#siteMap li ul li a {
	color: #343C3D;
}
/* links */

a:link {
	color: #00539B;
	text-decoration: none;
}
a:visited {
	color: #00539B;
}
a:hover {
	color: #343C3D;
	text-decoration: underline;
}
a:active {
	color: #343C3D;
}
/* basic settings */	

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 10px 0;
  padding: 0;
}

h1 {
  padding-bottom: 0.2em;

  font: 400 1.6em "Trebuchet MS",arial, sans-serif;
  color: #536C71;
  border-bottom: 12px solid #ddd;
}

h2 {
  font-size: 1.2em;
  color: #586B7A;
}

h3 {
  text-transform: uppercase;
  font-size: 0.9em;
  color: #5D6F73;
}

h4 {
  font-size: 0.85em;
}

h5 {
  font-size: 0.8em;
}


.post {
  float: left;
  width: 100% !important;
  width: 99%;
  position: relative;

  margin-bottom: 1.5em;

  border-bottom: 1px solid #CCCCCC;
}

.post .date {
  position: absolute;
  top: 0;
  left: 5px;

  width: 2.3em;
  text-align: right;
}

.post .date .month {
  text-transform: uppercase;
  font: 700 1.0em arial, sans-serif;
  color: #888;
}

.post .date .day {
  display: block;
  margin-top: -5px;
  font: 700 2.1em arial, sans-serif;
  color: #888;
}

.post .title {
  display: block;
  padding: 0 0 5px 0;

  font-size: 1.2em;
  font-weight: bold;
  color: #586B7A;
}

.post p {
  margin: 0 0 0 3.5em;
  padding:  0 0 1em 1.2em;
  border-left: 1px solid #CCCCCC;
}
blockquote {
  margin: 0;
  padding: 0 20px;
  background: #E7F1F3;
  border-top: 1px solid #AAD3DB;
  border-bottom: 1px solid #AAD3DB;
}
a img,:link img,:visited img { border: none; }
address { font-style: normal; }
.pointeur{
	background: url(../../pointer.png) no-repeat 50% top;
	width:13px;
	height:13px;
	padding:0 5px 0 5px;
	margin:0 3px 0 0;
}
/*table data*/

table { border: 0px solid #C1C1C1; border-collapse: collapse; margin: 0 auto; }
th,td { padding: 2px; }
thead th { background-color: #4D6072; color: #FFFFFF; }
tbody th {
	background-color: #556B7F;
	color: #FFFFFF;
	font-weight: normal;
	/*padding: 4px 4px 4px 8px;*/
}
tbody tr.odd { background-color: #F7F7F7; color: #666666; }

tfoot th,tfoot td{
	border-top: 1px solid #C1C1C1;
	font-size: 60%;
	font-weight: bold;
	padding: 4px;}

/* form elements*/

br{ clear: left; }


/*----------------------------*/
/*encart arrondi sans images  */
/*----------------------------*/
div#nifty{ background: #F4F5FA; margin: 0px; font-size: 87%;}
div#nifty2{ background: #F4F5FA; margin: 0px; font-size: 100%;}
div#nifty_content{ margin: 5px; }
b.rtop, b.rbottom{ background: #FFFFFF; display: block; }
b.rtop b, b.rbottom b{ background: #F4F5FA; display: block; height: 1px; overflow: hidden; }
b.r1{ margin: 0 5px; }
b.r2{ margin: 0 3px; }
b.r3{ margin: 0 2px; }
b.rtop b.r4, b.rbottom b.r4{ height: 2px; margin: 0 1px; }

/*------------------------------*/
/* Aldo Rajouté pour voir		*/
/*------------------------------*/
.title {
		margin: 0 0 10px 0;
  		padding: 0;
		padding-bottom: 0.2em;
  		font: 400 1.6em "Trebuchet MS",arial, sans-serif;
  		color: #536C71;
		line-height: 40px; 
  		border-bottom: 12px solid #ddd;
	}	
	
.subtitle {
	font-weight: bold; 
	font-size: 13px; 
	color: #CA006C;
	}

.table1 {
	font-family: "Trebuchet MS",Arial,Helvetica,Verdana, sans-serif;
	font-size:12px; 
	color: 000000;
	border-color: CA006C;
	border-style: solid;
	border-width: thin;
	}	
	.row1 {
	font-family: "Trebuchet MS",Arial,Helvetica,Verdana, sans-serif;
	font-size:12px;
	font-weight: bold; 
	color: FFFFFF;
	background-color: CA006C;	
	}
	.row2 {
	font-family: "Trebuchet MS",Arial,Helvetica,Verdana, sans-serif;
	font-size:12px;
	font-weight: bold;  
	color: 000000;
	background-color: D6C3A4;	
	}	
	
.row3 {
	font-family: "Trebuchet MS",Arial,Helvetica,Verdana, sans-serif;
	font-size:12px;
	font-weight: bold;  
	color: 000000;
	background-color: DBD9CA;	
	}										
.gen {
	font-family: "Trebuchet MS",Arial,Helvetica,Verdana, sans-serif;
	font-size:12px;
	color: 000000;		
	}	

.smallGen {
	font-family: "Trebuchet MS",Arial,Helvetica,Verdana, sans-serif;
	font-size:11px; 
	color: 666666;		
	}


