/* CSS Document */

body {
	margin-top:10px;
	background:#999999;
	}
img {
	border:0px;
	}
.wrapper {
	width:769px;
	border:1px solid #000000;
	background:#ffffff;
	}
/* This style defines the area behind the logo. */
.logobkg {
	background:#333399;
	border-bottom:1px solid #000000;
	height:101px;
	}
/* This style defines the area around the navigation bar. This is where the background image for the navigation bar is defines */
.navbar {
	position:relative;
	}
/* These styles define the buttons in the navigation bar */
.buttons {
	margin:0px 0px 0px -16px;
	padding:0px 15px 0px 16px;
	text-transform:uppercase;
	font-family:Verdana, sans-serif;
	font-weight:bold;
	font-size:10px;
	white-space:nowrap;
	}  
.buttons a {
	float:left;
	border-style:none;
	border-right:1px solid #000000;
	padding:7px 20px;
	text-decoration:none;
	color:#9cf;
	}  
.buttons strong {
	float:left;
	border-style:none;
	border-right:1px solid #000000;
	padding:7px 20px;
	text-decoration:none;
	background:#000066;
	color:#fff;
	}
.buttons a:hover {
	color:#fff;
	background:#0000cc;
	/*border-bottom-width:0;*/
	}
.subnav {
	background:#000066;
	padding:3px;
	}
/* These styles define link behaviors */
a:hover {
	text-decoration:none;
	}
a:active {
	color:#cc0000;
	} 
/* These styles define the columns that appear within the body of the page */
.leftcolumn {
	width:550px;
	background:#ffffff;
	padding:15px 14px 14px 15px;
	float:left;
	}
.rightcolumn {
	width:160px;
	background:#ffffff;
	padding:15px 14px 14px 15px;
	float:right;
	}
.fullcolumn {
	width:738px;
	background:#ffffff;
	padding:0px 14px 14px 15px;
	float:left;
	}
/* Heading can be used alone or with Boxbeige and Boxwhite below */
.heading {
	background:#eeeeee;
	border:1px solid #cccccc;
	padding:5px 8px;
	font-family:Verdana, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	color:#000066;
	}
/* Boxbeige and Boxwhite should be used with the Heading style above */
.boxbeige {
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	border-left:1px solid #cccccc;
	background:#feffef;
	padding:8px;
	font-family:Verdana, sans-serif;
	font-size:12px;
	}
.boxwhite {
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	border-left:1px solid #cccccc;
	background:#ffffff;
	padding:8px;
	font-family:Verdana, sans-serif;
	font-size:12px;
	}
/* These styles define font attributes */
h1 {
	font-family:Arial, sans-serif;
	font-size:28px;
	font-weight:bold;
	}
h4 {
	font-family:Arial, sans-serif;
	font-size:16px;
	font-weight:bold;
	}
.smltxt {
	font-family:Verdana, sans-serif;
	font-size:8px;
	}
p {
	font-family:Verdana, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-align: justify;
	}
.floatright {
    float: right;
	padding: 5px 0px 5px 10px;
    }
.floatleft {
    float: left;
	padding: 5px 10px 5px 0px;
    }
	
ul li {
	display: list-item;
	list-style-image: url(/images/arrow.gif);
	}
	
/* This style defines the footer */
.footer {
	padding:4px 12px;
	margin:0px;
	background:#000000;
	border-top:1px solid #666666;
	font-family:Verdana, sans-serif;
	font-size:11px;
	color:#666666;
	clear:both;
	}

.footer a {
	color:#999999;
	text-decoration:none;
}
	
/* styles des commentaires */
.commentheading {
	background:#f2f5ff;
	padding:0px 8px;
	margin-top: 12px;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	}
	
.commentdark {
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	border-left:1px solid #cccccc;
	background:#feffef;
	padding:8px;
	font-family:Verdana, sans-serif;
	font-size:12px;
	}
.commentlight {
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	border-left:1px solid #cccccc;
	background:#ffffff;
	padding:8px;
	font-family:Verdana, sans-serif;
	font-size:12px;
	}
	
.commentpseudo {
	font-family:Verdana, sans-serif;
	font-weight:bold;
	font-size:12px;
	}
.commentdate {
	font-family:Verdana, sans-serif;
	font-size:10px;
	}
	
.alert {
	font-size:14px;
	color:#FF0000;
	font-weight:bold;
	}
	
/* styles pour les pubs google adsense */
.googlepubside {
	position: absolute;
	left: 790px;
	top: 10px;
	}
	
/*.googlepubinline {
	position: absolute;
	left: 20px;
	top: 155px;
	}*/