/* CSS Document */
/* Author : Pierre Corbucci */
/* url : http://pirotekniks.com/


/* General */
* {
	margin:0;
	padding:0;
	}
body {
	font-family: "lucida grande", verdana, lucida, arial, helvetica, sans-serif;
	font-size:12px;
	}	
hr {
	clear:both;
	visibility:hidden;
	}
a img {
	border:none;
	visibility:hidden;
	}
/* titre et sous titre*/
#top {
	position:static;
	background-image:url(../I/index_header.gif);
	height:94px;
	background-repeat:no-repeat;
	}

#top a{
	}

#under_header {
	background-color:#FFFFFF;
	font-size:small;
	Color:#666666;
	text-align:center;
	padding:3px;
	}
	
#top h1{
	visibility:hidden;
	}

	
/* navigation */
#nav {
	margin-left:30px;
	float:left;
	position:fixed;
	width:161px;
	}

#nav h3 {
	display:block;
	font-size:14px;
	border-right: 4px solid #FFFFFF;
	font-weight:bold;
	padding-left: 8px;
	padding-bottom:4px;
	padding-top:3px;
	color: #333333;
	border-bottom:1px solid #CCCCCC;
	}
	
#nav ul {
	list-style:none;
	padding-left:10px;
	}
			
#nav a{
	display:block;
	border-right:4px solid #fff;
	text-decoration: none;
	border-bottom:1px solid #CCCCCC;
	padding-bottom:3px;
	padding-top:3px;
	}

#nav a:link, #nav a:visited {
	color:#669900;
	}
	
#nav a:hover {
	color:#333333;
	border-right:4px solid #669900;
	border-bottom:1px solid #669900;
	padding-left:3px;
	}
	
#nav .page_actuelle {
	border-right:4px solid #669900;
	color:#333333;
	padding: 4px 0 3px 33px;
	}

#nav p{
	padding:9px;
	}

	
/* Elements de la navigation qui doivent être affranchis de la mise en page générale */

#clear {
	clear:both
	}
#clear ul{
	border-bottom:0px;
	}
		
#clear img{
	display:block;
	visibility:visible;
	}
#clear a, #clear a:hover, #clear a:active, #clear a:visited, #clear a:active{
	display:block;
	border-right:4px solid #fff;
	text-decoration: none;
	padding-bottom:3px;
	padding-top:3px;
	padding-left:15px;
	border-bottom:0px;
	}

	
/* Content */	

#content {
	text-align: justify;
	width: auto;
	margin-left: 191px;
	margin-right: 30px;
	background-color:#FFFFFF;
	padding:1px;
	}
	
#content .post{
	border-right: 1px solid #666666;
	border-left:1px solid #669900;
	border-bottom:1px solid #669900;
	border-top:1px solid #669900;
	background-image:url(../I/content.png);
	background-position:right;
	background-repeat:repeat-y;	
	padding:9px;
	}
	
#content .post_alt{
	border-right: 1px solid #666666;
	border-left:1px solid #669900;
	border-bottom:1px solid #669900;
	border-top:1px solid #669900;
	background-image:url(../I/content.png);
	background-position:right;
	background-repeat:repeat-y;	
	padding:1px 39px 1px 39px;
	font-style:italic;
	}
		
#content ul{
	line-height:17px;
	list-style:none;
	padding-left: 24px;
	}

#content p {
	padding:2px;
	background-color: #ccc;	
	margin: 0 12px 0 12px;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	}
	
#content a {
	text-decoration:none;
	}

#content a:link {
	text-decoration:none;
	color:#0066FF;	
	}	

#content a:hover {
	text-decoration:none;
	color:#000066;
	}

#content h2{
	font-size:12px;
	color:#333333;
	text-transform:uppercase;
	background-image:url(../I/h2.gif);
	background-position:top left;
	background-repeat:no-repeat;
	padding-left:12px;
	padding-bottom:2px;
	padding-top:2px;
	margin-bottom:8px;
	}

#content .data {
	display:block;
	position:static;
	margin: 4px 133px 0 133px;
	border: none;
	padding:1px;
	font-size:10px;
	text-align:center;
	}
	
/* IE alert message */	
#alert {
	margin-right:30px;
	margin-left:190px;
	display:block;
	position:static;
	border: 2px dotted #CC0000;
	padding:3px;
	text-align:justify;
	}
	
#alert .media_left {
	float:left;
	padding: 2px;
	background:#fff;
	}	
			
/*footer*/
#footer {
	color: #666666;
	width: auto;
	margin: 5px 30px 0 30px;
	border-top: 1px solid #666666;
	font-family:"Lucida Sans Std", arial, sans-serif;
	font-size: 11px;
	text-align: left;
	padding: 2px 0 2px 0;
	clear: both;
	}
	
#footer a{
	text-decoration:none;
	font-weight:100;
	padding: 0 1px 0 1px;
	}

