body{
	color: #555555;
	background:#f2f2f2;
	font-family:Helvetica,Arial,Geneva,sans-serif;
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.6em;
	margin:0 auto;
}

a { color: #888; }

a:hover { text-decoration: none; }

a img {
	border: none;
}

h2{
   margin-left:15px;
   width:100%;
   
}
h3{
   margin-left:15px;
   width:100%;
   
}

#header {
	height:30px;
	min-height:30px;
	border-top: 2px solid #444;
	background: #444 ;
	border-bottom: 2px solid #bbb;
}

#content-header{
	margin: auto;
	max-width:1000px;
	min-width:900px;
}
#content-header ul {
	height:100%;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	float:left;
	padding:5px 0 0;
}

#content-header ul li{
	display : inline;
	margin-right:20px;
	float:left;
	padding: 2px 2px 2px 2px;
}

#content-header ul li a{
	
	color:#FFFFFF;
	display:block;
	font-family:Trebuchet MS,Arial,sans-serif;
	font-size:1.1em;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:normal;
	text-transform:uppercase;
	text-decoration: none;
}

#content-header ul li a:hover{
	color:#cccccc;
}
/* Search */

#search {
	float: right;
	width: 250px;
	height: 25px;
}

/** LOGO */

#logo {
}	

#logo h1 {
	margin: 0;
	width:100%;
	padding: 5px 10px;
	line-height: normal;
}

#logo h1 { padding-top: 15px; }

#logo h1 a {
	text-decoration: none;
	color: #555;
}

#logo h4{
	width: 100%;
	margin: 0;
	margin-top:20px;
	font-size: 8pt;
        border-top:#eee 1px solid;
	padding: 5px 10px;
	
}


#logo p {
	float: right;
	padding: 80px 0 0 15px;
	font: italic 13px Georgia, "Times New Roman", Times, serif;
	color: #B6ACA2;
}

.sondage{
	float:right;
}

#pagewidth {
	-moz-border-radius:5px;
	border:#bbb solid 1px;
	background:#FFFFFF;	
	overflow:hidden;
	position:relative;
	max-width:1000px;
	min-width:900px;
	margin: auto;
	margin-top:5px;
	margin-bottom:5px;
}

#main{
	overflow:hidden;
	padding:0 405px 20px 0;
}
#contenuGauche {
	float:left;
	overflow:hidden;
	width:100%;
	border-right: 1px solid #bbb;
	min-height:800px;
	
}

#contenuDroite {
	display:inline;
	float:right;
	margin:0 -406px 0 0;
	position:relative;
	min-height:500px;

	width:405px;
}

#contenuDroite h3{
	font-size:12pt;
}

.pagetitle{
	margin-left :10px;
	font-size : 25pt;
	color: #999;
	
}



/* Post */
.post {
	margin-bottom: 25px;
	font-size: 10pt;
	color: #555555;
}

.post h1 {
	
	font-size:30px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	margin:0 0 0 0;
        width: 100%;
	padding: 5px 15px;
	border-top: solid 1px #bbb;
	border-bottom: solid 1px #bbb;
        background-color:#fcfcfc;
	}

.post h1 a{
	text-decoration:none;
	color: #555;
	font-family:Helvetica,Arial,Calibri,sans-serif;
}


.post p{
        padding-left:15px;
	padding-right:15px;
}


.post .meta {
	margin: 5px 0 3px 0;
	padding-left:15px;
	padding-right:15px;
	font: 14px Georgia, "Times New Roman", Times, serif;
	color: #B6ACA2;
}



.post .entry {
	padding-top: 25px;
	
}

.post .links {
	margin: 0 0 0 0;
	padding: 0 0 0 10px;
	background: #eee;
}

.post img{
  margin-top:5px;
  margin-bottom:5px;
}
.post .links .comments {
	padding-left: 22px;
	background: url(images/img14.gif) no-repeat left center;
}

.post .links .permalink {
	padding-left: 17px;
	background: url(images/img15.gif) no-repeat left center;
}

.largeBox{
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	border:1px solid #E8E8E8;
	width:350px;
	margin:auto;
	background-color:#fcfcfc;
	margin: 15px 15px;
	border: solid #eee 1px;
	padding: 4px 10px 0 10px;
}


.largeBox h1{
	font-size:10pt;
}

.abonne{
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	border:1px solid #E8E8E8;
	width:350px;
	margin:auto;
	background-color:#fcfcfc;
	margin: 15px 15px;
	border: solid #eee 1px;
	padding: 4px 10px 0 10px;
}

.abonne ul{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}
.abonne a{
	text-decoration:none;
}
.abonne li{
	display : inline;
	margin-right:20px;
	padding: 2px 2px 2px 2px;
}
.contentBox{
	padding: 10px 10px;
	width:90%;
	margin:auto;
	margin-top:10px;
	font-size:8pt;
}

.largeBox h3{
	line-height:10px;
	margin-top:0px;
}

.largeBox h4{
	line-height:1px;
	margin-top:0px;
}

.largeBox a{
	color:#555;
	font-size:8pt;
}

.largeBox img{
	
	padding: 10px 10px;
	width:180px;
}

.smallRightColumn{
	float:left;
	width:195px;
	margin-left:20px;
	text-align:center;
	
	
}
.smallLeftColumn{
	float:left;
	width:180px;
	margin-left:10px;
	text-align:center;
}
.linkBox{
-moz-border-radius-bottomleft:4px;
-moz-border-radius-bottomright:4px;
-moz-border-radius-topleft:4px;
-moz-border-radius-topright:4px;
float:left;

	background-color:#fcfcfc;
	border-color:#E8E8E8 #EEEEEE;
	border-style:solid;
	border-width:4px 1px;
	margin:5px 5px ;
	width:100%;
	text-align:left;
}

.linkBox h3{
	margin:0;
	color: #555;
	padding: 4px 4px;
}

.linkBox h5{
	margin-top:2px;
	margin-bottom:2px;
	font-size:9pt;
}
.linkBox ul{
	font-size:0.92em;
	line-height:1.8;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	overflow:hidden;
	padding:0;
	padding-right:10px;
	
}

.linkBox li{
	border-top:1px solid #F0F0F0;
	float:left;
	margin:0;
	padding:2px 4px 2px 4px;
	width:100%;
}

.linkBox li a{
	color: #555;
	text-decoration : none;
}

.linkBox li a:hover{
	color: #000;
	text-decoration : underline;
}

.list{
	font-size:0.9em;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	overflow:hidden;
	padding:0;
	margin:0;
	text-align:center;
	width:430px;
}

.list li{
	display:inline;
	float:left;
	margin:0 10px 10px 0;
	padding:0;
	height:100px;
}

#footer{  
	font-size:8pt;
	margin-left:auto;
	border-top: solid 2px #ccc;
        border-bottom: solid 2px #ccc;
        background-color:#ffffff;
	min-height:30px;
}

#footer ul {
    background:#eee;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	
}

#footer ul li{
	display : inline;
	margin-right:20px;
	float: left;
}

#footer ul li a{

	color:#777;
	display:block;
	font-family:Trebuchet MS,Arial,sans-serif;
	
	text-decoration: none;
}

#footer ul li a:hover{
	color:#cccccc;
}

#zoneComment{
	margin-top:35px;
margin-left:10px;
	color:#2d85b2;
	width:90%;
	
}

.comment{
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	border:1px solid #E8E8E8;
	padding: 0px 10px;
	background:#fcfcfc;
	width:90%;
	margin-top:10px;
	color:#111;
	margin-bottom: 10px;
	font-size:8pt;
}

.comment h5{
	background: url(images/comment.png) no-repeat #fcfcfc;
	padding-left:25px;
	font-size:8pt;
}

#inputComment{
	color:#000;
	margin-top:40px;
}

#zoneComment h3{
	border-bottom: 2px solid #eee;
	color: #2d85b2;
}

#viadeoBlog{
margin-top:15px;
}