/* en test */
a{
	color :black;
}
a:hover{
	color:red;
}
/* fin test */

.auteur{
	text-align : right;
}

/** les section colonnes en général **/
.column-sect{
 ibackground : red;
 float : left;
 margin-right : 0px;
 padding-left :	80px;/*on decale pour centrer les colonnes*/
 }
.post-column{
	ibackground : yellow;
	width : 350px;
	float : left;
  margin-right : 80px;
	text-align : left;
	font-size : 1.3em;
}
#nav_haut{
	imargin-top:18px;
	height : 54px;
	font-size : 1.3em;
}
#nav_haut ul{
	margin : 0;
	padding : 0;
	list-style-type :none;
}
#nav_haut ul li, #nav_haut_rub u li{
	display : inline;
	font-size : 15.6px;
	padding-right : 8px;
}
/*
#nav_haut li:before { content: "> "; }
#nav_haut li:first-child:before { content: ""; }
*/
/*
#nav_haut > h1, #nav_haut > h2{
	display : inline !important;
	font-size : 1.3em;
}
#nav_haut_rub{
	margin-left: 0px;
}
.nav_item{
	margin-left: 0px;
}
#nav_haut ul{
	display : inline !important;
	list-style-type : none;
}
#nav_haut li{
	display : inline !important;
	padding-right: 8px;
}

*/
#nav_haut a{
	font-size : 15.6px;
	text-decoration :none;
	color : black;
}
#nav_haut a:hover ,#nav_haut a.thispage{
	text-decoration :none;
	color : #C00; 
}

/* le contenu de la page ou du billet */

#content{/* c'est un span-24 -*/
	width : 949px;
	margin : 0;
	/* font-size : 1.3em !important; */
	margin-bottom : 54px;
}

#content-page {
	text-align : justify !important;
	margin-bottom : 54px;
}
#content-page .post-column{
	text-align : justify;
}
.resize{
	font-size : 1.3em;
}


.title{
 /* on prend toute la largeur et un gros padding à droite */
 ibackground : #F1F1F1;
 width : 950px;
 height : 54px;
 margin-right : 520px; 
 font-size : 1.3em;
}
/*** a effacer
.content-page{
	margin-bottom : 54px;
	font-size : 1.3em;
}

.content-page .tilte{
	font-size : 1.3em ;
}
*/
 /* chapeau projet : resume du projet sur la page sommaire du projet */
.som-projet > .column-sect{
	margin-bottom : 54px;
}


/*---- FIN A EFFACER ---*/

h3{
	font-size : 15.6px !important;
}

/* pour "les pleches contacts" */
#planche, #plancheT{
	width:950px;
	line-height : 100%;
}

.athumb{
	float:left;
	margin : 0 10px 10px 0 !important;
 }
#planche > .img{
	padding : 0px 10px 10px 0px !important; 
}
/* copyright d'un planche */
hr.copyright {background:#fff;color:fff;clear:both;float:none;width:100%;height:1px;margin:0;border:none;}

/* on remonte la colonne */
 
.post-column >p >img{
	display : block;
	margin-top : -54px;
	margin-left : auto;
	margin-right : auto;
}
 
.planche-5 {
	float : left;
	margin-right : 10px;
	width : 182px ;
}
.rubrique{/* voir h1*/
	text-decoration:none;
	font-size:3em;line-height:1;margin-bottom:0.5em;
}
.sousrubrique{/* voir h2*/
	text-decoration:none;
	font-size:2em;
	margin-bottom:0.75em;
	margin-left : 155px;
	
}

.upsize{
	font-size : 1.3em;
}

.vig_projet{
	margin-bottom : 100px !important;
}
.vig_theatre{/*lien vers une piece de theatre */
	font-size:1.3em;
	margin-bottom : 60px;
}
.vig_theatre a{
	font-size: 1em !important;
}
.vig_theatre .an{
	display : bloc;
}
.vig_theatre .lien{
	display : bloc;
	margin-left : 15px;
}
.vig_theatre .desc{
	display : bloc;
	margin-left : 40px;
	text-align : left;
}
.lg-img{
margin-bottom : 10px !important;
line-height : 100% !important;
}
.ll-img{/* les colonnes droites des planches 2colonnes */
margin-bottom : 10px !important;
line-height : 100% !important;
text-align : right;
}
/* la barre de nav bas de page*/
.nav{
padding-top : 40px !important;
text-align: center;
font-size : 1.3em;
}
.nav ul{
	display : inline;
	list-style-type : none;
}
.nav li{
	display : inline;
	padding: 8px;
}
/* --- --- --- --- --- --- --- --- */
 
.note_bas_page, .copyright{
	color : #666666;
	font-size : 0.8em;
	text-align : left;
}

.centrage, .copyright{
	text-align: center;
}
.copyright{
	position : relative;
	top : -10px;
}

hr.space {background:#fff;color:#fff;}

/******* a effacer non ?
.colonne{
text-align : justify;
}

.colonne p.auteur{
text-align : right;
}
*/