/*  

Theme Name: cci-flers
Theme URI: http://wordpress.org/
Description: Template of <a href="http://www.rezonova.com/">Nicolas Viot</a>.
Version: ver 1.0
Author: rezonova
Author URI: http://www.rezonova.com/
*/

/**************** Body and tag styles ****************/

/* Table of Contents:

	Typography
	Header Layout
	Middle Layout
	Footer Layout
	
*/


/* Typography
--------------------------------------------------------------------------------------- */

body{
margin:0;
padding:0;
font: normal 80%/1.5em "Trebuchet MS", Verdana, Arial, sans-serif;
text-align: left;
word-spacing: 0.05em;
text-decoration: none;
color: #444;
}


/* Header Layout
--------------------------------------------------------------------------------------- */
#top{
margin:20px;
}
#orange{display:none;
}
#greyBlock{
display:none;}
#header{

}
#horizNav{
display:none;}

#headerLogo h1, #headerLogo h2{
color:#000;
font-size:1.6em;
font-family: Helvetica, Arial, sans-serif;
display:inline;
text-align:center;
}
#headerLogo h1{

}

a img {
	text-decoration: none;
	border: 0px;
}
#ombr{
display:none;
}

/* content
--------------------------------------------------------------------------------------- */
#conteneur {
	margin:0 auto;
	padding:1px;
	}
#leftContent{
display:none;
}
#mainContent{
float:left;
/*max-width:500px;
width:expression(document.body.clientWidth > 450 ? "500px" : "auto");
*/
padding:5px 20px 5px 15px;
margin:5px;
}
#mainContent h2, #mainContent h2 a{
color:#e66400;
padding:5px 0 5px 5px;
font-size:1.2em;
margin-top:15px;
text-decoration:none;
}
#mainContent h2{
border-top:thin solid #000;
border-bottom:thin solid #000;
}
.editlink{
display:none;
} 
#mainContent h3{
background:url(./images/puceh3.png) no-repeat 0 30%;
padding-left:20px;
border-bottom:thin #e66400 solid;
margin:15px 0 20px 0;
}
#mainContent h4{
background: url(./images/puceh4.png) no-repeat 0 30%;;
padding-left:20px;
margin:20px 0 15px 0;
}
#mainContent p{
margin:4px 0;
}
#mainContent a{
color:#102a44;
}
#mainContent a:hover{
color:#e66400;
}
#mainContent ul{
	padding:10px 5px 10px 35px;
	}
#mainContent li{
list-style:url(./images/puce-orange.png);
}

#rightContent{
display:none;
}



#footer{
text-align:center;
border-top:1px solid #102a44;
color:#102a44;
padding-top:10px;
padding-left:0px;
margin-left:20px;
margin-top:120px;
font-size:.9em;
}
#logo-footer{
  position:absolute;
     left: 50%; 
     margin-left: -53px; 
}

/*
*******************************************/
.date{
font-size:.8em;
padding:O;
margin:0;
}
.post-cat{
background:  url('./images/post-cat.png') no-repeat;
padding:2px 0 0 20px;
margin:10px 0;
}
.commentslink{
background: url('images/comment.png') no-repeat;
padding:0 0 0 20px;
margin:10px 0;;
}

.sepColRight{
background:url(./images/separateur-rightCol.png) no-repeat;
width:143px;
height:7px;
}

.box{
display:none;
}
.imgRSS{
margin:5px auto;
padding:5px 0;
}
#RSS ul{
list-style:url(./images/puce-orange.png);
}
#RSS li{
padding-top:10px;
display:block;
}
#RSS li a{
background:url(./images/puce-orange.png) left center no-repeat;
padding-left:15px;
}

blockquote{
color:#666666;
border-left: thin #999999 solid;
padding-left:10px;
margin:10px 5px 10px 30px
}

/* Miscellenous
==========================================================*/
.hide{
display:none;
}
.clear{
clear:both;
}
