/*---------------------------------------------------------*/
/*			STRUCTURE GLOBALE		*/
/*---------------------------------------------------------*/
body{
	font-family:Arial,Palatino,Palatino Linotype,serif;		
	/*background: url('../images/background/BG_home.png') repeat-x;*/ 
	/*background: url('../images/background/BG_home.png') center top; */
	background-repeat: no-repeat;
	background-color: #ffffff;
	color: #777777;
}

#page {
	width: 810px;
    background-color: transparent;
}

#header {
	height:200px;
	width:810px;
	background-color: transparent;
	/*background: transparent url('../images/header/header.jpg') no-repeat bottom center;*/		
}

#footer {
    background-color: #000000;
	/*background: transparent url('../images/footer/bg_footer.png') no-repeat bottom center;*/
	width: 810px;
	height:150px;
	border-bottom:1px solid #cacaca;
	margin:0px 0 0 0;
}

#topmenu{
	height:37px;
	width:808px;
	margin:0 0 0 0;
	background-color:#000;
	/*background:#393939 url('../images/menu/fon_menu.png') no-repeat;*/
	border:1px solid #373431;
	/*border-bottom:1px solid #f5f5f5;*/
}

#leblogHome{
    width:320px;
}

#lestudioHome{
    width:200px;
	float:right;
}

/*---------------------------------------------------------*/
/*			MENU DU HAUT		*/
/*---------------------------------------------------------*/
#HeaderSubBloc{
	background:transparent url('../images/menu/header_menu.png') no-repeat;
	display:block;
	height:110px;
	width:100%;
}

#bloc1{display:block;	width:330px;	float:left;}
#bloc2{display:block;	width:208px;	float:left;	}
#bloc3{display:block;	}

#topmenu ul{
	margin:0;
	padding:0;
}

#topmenu li{
	list-style:none;
	float:left;
	background:#000000 url('../images/menu/menu.png') no-repeat;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:17px;
}

#topmenu li a{		
	margin:0 30px 0 35px;
	height:37px;
	line-height:37px;	/*mettre meme valeur que height pour centrer en hauteur*/
	color:#fff;
}

#topmenu li a:hover{
	color:#c9c9b4;
}

/*---------------------------------------------------------*/
/*			LE STUDIO HOME		*/
/*---------------------------------------------------------*/
#lestudioHome h2{
	color:#000000;
	font-size:45px;
	font-family:Georgia,"Times New Roman",Times,serif;	
	margin:0;
	padding:0;
}

#introStudioHome{
	color:#000000;	
	font-size:11px;
	font-weight:bold;
	font-family:Arial,Palatino,Palatino Linotype,serif;	
	margin:5px 0px 10px;
	padding:0;
}

#searchtextHeader{
	font-size:11px;
	color:454545;
	font-weight:bold;
	font-family:Arial,Palatino,Palatino Linotype,serif;	
}

#introCat{
    background:url('../images/categorie/top_cat_7.png') no-repeat transparent;
    width:558px;
	height:108px;
	margin:0px 0 0px -10px;
	/*background-color:#eae8e4;*/	
	padding:5px;
}

.lestudioPost{
	background-color:#FFFCF8;	
	color:#3e3d3c;
	padding:5px;
	margin:10px 0 0px 0;
}

.lestudioPost h3{
	font-size:12px;
	font-family:Arial,Palatino,Palatino Linotype,serif;	
	display:inline;
}

.lestudioPost .dateBox{
	color:#494e4f;	
}

.lestudioPost h4{
	font-family: 17px Georgia,"Times New Roman",Times,serif;	
	margin:5px 0 0px 0;
	padding:0;
}

.lestudioPost h4 a{
	padding:0 3px;
}

.lestudioContent{
	color:#777;	
}

.lestudioContent p{
	margin:0;
	padding:0;
}

.lestudioPost2{
	float:left;
	background-color:#FFFCF8;	
	color:#3e3d3c;
	padding:5px;
	margin:0px 10px 10px 0px;
	width:250px;
	height:280px; 
}

.lestudioPost2 .more-link-postComplete a{
	margin:0 0px 0 170px;
}

.lestudioPost2 h2 a{
	padding:0 3px;
}

.linkCatStudioHome{
	padding:0 3px;
	margin:0 0 0 120px;
}

/*---------------------------------------------------------*/
/*			FOOTER		*/
/*---------------------------------------------------------*/
#footer p {
	color:#FFFFFF;
	font-size:12px;
}
#footer a{color:#fcfcee;}
#footer a:hover{	color:#c9c9b4;}

/*---------------------------------------------------------*/
/*			SIDEBAR		*/
/*---------------------------------------------------------*/
#sidebar {
	float:right;
	width: 240px;
	font: 10px 'Lucida Grande', Verdana, Sans-Serif;
	background-color:transparent;
	color:#000;
	font-size:10px;
	line-height:22px;
}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size:12px;
}

#sidebar h3{
    font: 12px Georgia,"Times New Roman",Times,serif;
	width:110px;
	color:#fcfcee;
	text-indent:10px;
	height:23px;
	background: #000000 url('../images/sidebar/categoriePuce.png') repeat-y left;
	line-height:23px;
	/*HACK pour que la sidebar fonctionne sur IE*/
	!font-size:12px; /* tous les IE */
   _font-size:12px; /* tous les IE sauf le 7 */
}

#sidebar ul ul li, #sidebar ul ol li {	
	margin: 3px 0;/*decallage en hauteur entre chanque bouton*/
	padding-left:3px;/*decalage du texte dans le bouton*/
	text-indent:3px;
	right:10px;
	background: transparent url('../images/sidebar/categoriePuce.png') repeat-y left; 
	line-height:15px;
	height:15px;
}

#sidebar ul ul li a, #sidebar ul ol li a{
	color:#000;		
	font-size: 10px;
}

#sidebar ul ul li a:hover, sidebar ul ol li a:hover {
	background-color:#000;
	color:#fcfcee;	
}

#searchsubmit {
	background-color:#000000;
	color:#f2136d;
	width:100px;
	font-size:10px;
	height:22px;
	line-height:22px;
}

#searchsubmit2 {
	background-color:transparent;
	color:#FFF;
	width:100px;
	font-size:18px;
	font-weight:bold;
	height:25px;
	border:none;
}

#s{
	width:120px;	
	border:1px solid #f2136d;
	background-color:#000000;
}

#s2{
	width:120px;
	position:relative;	right: -30px;	
	border:1px solid #717a7a;
	background-color:#494e4f;
	color:#FFF;
}

#s:focus{
	border-color:#ff106f;   
}

.sideBarsep{	
	padding: 0;
	color: #f2136d;
	background-color: #000000;
	display:block;
	width:230px;
	height:20px;
	background: transparent url('../images/sidebar/separateur.png') no-repeat bottom center;
	margin:10px 0;
	border:0;
}

/*---------------------------------------------------------*/
/*			CONTENUS DU SITE		*/
/*---------------------------------------------------------*/
/*image de fond du l'interieur du site, pour mettre une trame par ex.*/
#siteContent{	
    background:url('../images/background/trame_1.png') repeat-y transparent;
	margin:0;	
	width:810px;
}

/*Conteneur*/
#content{
	font-size:11px;
	background:transparent;
	margin:0 0 0 10px;
	width:540px;
}

/*un post 'le blog' en home*/
.blogHome{
	height:370px;
}

.post{
	background:/*url('../images/article/fond_home.jpg') repeat-x */#ffffe7;
	width:310px;
	margin:10px 0 0 0;	
	padding:5px;
}

.post p{
	margin:10 0 5px 10;
}

.post h2 a{
	padding:0 3px;
}

/*un post complet*/
.postComplete{
	background:/*url('../images/article/fond_single.png') repeat-x left top*/ #ffffe7;
	width:518px;
	margin:5px 0 0 0;	
	padding:5px;
}
.postComplete p{
	margin:0 0 5px 0;
}

/*Le bloc avec commentaire et categorie en dessous d'un post*/
.extraPost p{
	font-size: 10px; 
}

.toutLeBlogHome{
	margin:0 0 0 225px; 
	padding:0 3px;
	font-weight:normal;
}

.more-link-postComplete a{
	background: #ffffff url('../images/article/more_post.png');
	display:block;
	width:77px;
	height:15px;
	margin:0 0px 0 430px;
}

.more-link-postComplete a:hover {
	background: #ffffff url('../images/article/more_post_over.png');	
}

/*le module de pagination*/
.wp-pagenaviContainer {
	clear:both;
	font-size:11px;
	background-image:none;
	background-color:transparent;
	height:50px;
	margin:0 0 0 10px;
	width:520px;
	text-align:right;
}

.postSep {
	background-color:transparent;
	height:5px;
	width:495px;
}

/* Date de post */
.dateBox{
	font-size:9px;
	font-family:Arial;
	float:right;
	color:#494e4f;
}

/* Texte d'intro de catégorie */
.texteIntroCategorie{
	font-size:11px;
	font-weight:bold;
	color:#000000;
	margin:0px 0px 20px;
	padding:0;
}

/* Miniature de post */
.thumbPost{
	border:1px solid #494e4f;	
}

/* Rollover de miniature de post */
.thumbPost:hover{
	border:1px solid #a3a3a3;
}

.thumbPostComplete{
	border:3px solid #494e4f;	
}

/*---------------------------------------------------------*/
/*			GLOBALS										   */
/*---------------------------------------------------------*/
#content a{
	color:#000000;
	background-color:#fffeeb;
}

#content a:hover{
	color:#ffffff;
	background-color:#000000;
}

h1{
	color:#000000;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:45px;
	margin:0px 0px 0px;
	padding:0;
	width:540px;
}

.introH1{
	width:320px;
}

h2{
	font-size:17px;
	font-family:Georgia,"Times New Roman",Times,serif;
	color:#272624;
	margin:5;
	padding:0;
}

