body {
	font-size: 11px;
	font-family: Arial;
	color: black;
	background-color: white;
	margin:0;
}

img {
	border: 0px;	
}

a {
	font-weight:normal;
	text-decoration: none;
	color: black;
}

a:hover {
	text-decoration: underline;
}
/* HEADER */
#header {
	text-align: center;
}

/* BLOC PRINCIPAL */

/* bloc principal contenant tout le blog */
#container {
	/*margin:auto;*/
	margin-left: 40px;
	width: 920px;	
}

/* Barre noire sur les blocs */
.top-bar {
	border-top: 2px solid black;
}
/* Marge sous les barres noires */
div.top-bar > div:first-child, div.top-bar ul  {
	margin-top: 10px;
} 
/* NAV*/
/* boutons de nav */
.mosaic-nav-bar {
	margin-bottom: 20px;
	display: block;	
	float: left;
	width: 200px;
	margin-top:20px;
}
/* Nav bar en avant */
.en-avant-nav-bar {
	margin-bottom: 20px;
	display: block;	
	float: left;
	cursor: pointer;
}
.nav-where {
	padding-top: 4px;
	padding-left: 25px;
	padding-right: 25px;
	cursor: pointer;
}
.nav-bar  {
	clear:both;
}
.nav-bar div, .nav-bar span {
	float:left;
	height: 20px;
	display:block;
	cursor: pointer;
}

span.nav-left {	
	background: url(/news/styles/nav-left.png);
	width:6px;
	height: 20px;
}
span.nav-center {
	background: url(/news/styles/nav-center.png) repeat-x;
	color: white;
	/*font-weight: bold;*/
	padding-top:3px;
}
span.nav-center a {
	color: white;
}
span.nav-right {
	background: url(/news/styles/nav-right.png);
	width:6px;
	height: 20px;
}


a:hover span.nav-left {	
	background: url(/news/styles/nav-left-on.png);
}
a:hover span.nav-center {
	background: url(/news/styles/nav-center-on.png) repeat-x;
}
a:hover span.nav-right {
	background: url(/news/styles/nav-right-on.png);
}

/* COLONNE PRINCIPALE */

/* bloc de colonne principale */
#page {
	float: left;
	width: 650px;
	overflow: hidden;
}

#enAvantContainer, #mosaicContainer {
	
	clear: both;
	width: 1300px;
}
/* EN AVANT */
.en-avant {
	float:left;
	width: 650px;
}
/* bloc en avant gauche */
.en-avant-left {
	clear: left;
	float: left;	
	padding-bottom: 15px;
}
/* bloc en avant droit */
.en-avant-right {
	float: right;
	width: 210px;
}
.en-avant-chapo {
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 10px;
}
.en-avant-synopsis {
	line-height:1.5em;
}
.en-avant-titre, .en-avant-categorie, .en-avant-img {
	width: 430px;
}
.en-avant-titre, .en-avant-categorie {
	font-size: 12px;
	font-weight: bold;
	padding-top: 4px;
}
.en-avant-date, .en-avant-categorie, .billet-thumb-categorie, .billet-list-categorie { /* catégories en gris!*/
	color: #808080;
}
.en-avant-read-more {
	padding-top: 15px;
	text-decoration: underline;
}

/* MOSAIC */
.mosaic {
	width: 650px;
	float:left;
	clear:both;
	/*margin-top: 25px;*/
}

.mosaicSlider {
	width: 660px;
	float:left;
	display: block;
	clear:both;
	overflow:hidden;
}

/* Bare de titre et d'option d'affichage de la mosaic */
.mosaic-spacer {	
	width:100%;
	clear: both;
	float: left;
	padding-bottom: 20px;
	margin-top:10px;
}
.mosaic-display  {
	float:right;
}

.mosaic-title {
	float:left;
	text-transform:uppercase;
	font-weight:bold;
}

.mosaic-display  a.mode-grid {
	color: #D0D0D0;
	background: url(grid-off.gif) right no-repeat;
	padding-right: 25px;	
}

.mosaic-display  a.mode-list {	
	color: #D0D0D0;
	background: url(list-off.gif) right no-repeat;
	margin-right: 25px;
	padding-right: 25px;
}

.mosaic-display  .selected a.mode-grid {
	color: #656565;
	background: url(grid-on.gif) right no-repeat;	
}

.mosaic-display  .selected a.mode-list {
	color: #656565;
	background: url(list-on.gif) right no-repeat;
}

/* Aperçu billet rectangulaire dans la mosaic */
.mosaic .billet-thumb {
	margin-bottom: 20px;
	margin-left: 10px;
	display: block;
	width: 210px;
	height:210px;
	float:left;	
}

.billet-thumb-img, .billet-thumb-img img {
	display: block;
}
 
.mosaic .empty-billet-rect  .empty-billet-rect-img{
	background-color:#ffffff;
	width:210px;
	height:110px;
	display: block;
}

.mosaic .billet-thumb-titre {
	display : block;
	margin-top:6px;
}

.mosaic .billet-thumb-categorie {
	display : block;
	margin-top:6px;
	margin-bottom:6px;
}
/* Aperçu billet rectangulaire dans la mosaic premier de chaque ligne */
.mosaic  .billet-thumb-first{	
	display : block;
	margin-left: 0;
	clear:left;
}

/* Fix marges de la balise a */
.billet-thumb-img a {
	display: block;	
}

.mosaic-share { 
	margin-top:20px;
	float:right;	
}


/* LIST */
 .billet-list-titre , .billet-list-categorie , .billet-list-date {
 	float: left;
	clear: left;
	padding-top: 2px;
 }
 .billet-list-categorie {
	color: #808080;
 }
 .billet-list-titre a, .billet-list-categorie a, .billet-list-date a{
	font-size: 12px;
	font-weight: bold;
 }
 .billet-list-date {
	padding-top: 2px;
	float: right;	
	margin-right:10px;
 }
 .billet-list-tags {
	padding-top: 2px;
	float: right;
	clear: right;
	margin-right:10px;
 }
 .tag {
	color: white;
	background: url('tag-end.png') black right no-repeat;
	padding-right: 14px;
	height: 13px;
	display: block;
	float:right;
	cursor: pointer;
	font-size: 10px;
	padding-left:2px;
	margin-right: 2px;
 }
 .billet-list-more {	
	float: left;
	clear: left;
	padding-top: 2px;
 }

 .billet-list-img {
	clear: left;	
	padding-top: 2px;
 }
 .billet-thumb .billet-more-main, .billet-list-container .billet-more-main {
	width: 90px;
	height: 20px;
	margin-top: 4px;
	clear: left;	
	float: left;	
	display: block;
	border:0;
 }
 
 
 a.billet-thumb:hover, a.billet-list:hover {background-position: 0 0; text-decoration:none;}

 a.billet-thumb:hover .billet-more-main, a.billet-list:hover .billet-more-main{
	border:0;
	cursor:pointer;
	background: url(more-long.png) 0 0 no-repeat;
 }
 
 a.billet-list .billet-more-main {
	margin-bottom: 15px;
 }
 
 a.billet-thumb .billet-more-main, a.billet-list .billet-more-main {
	background: url(more.png) no-repeat;
	cursor:pointer;
 }

 a.billet-list {
	display: block;
	clear:both;
 }
 
 a.billet-list  img{
	display: block;
	float:left;
	clear: both;
	padding-bottom: 40px;
 }

.billet-list-container {

}

/* COLONNE DE DROITE */

/* bloc de colonne de droite */
#right {
	float: left;
	width: 210px;
	margin-left: 50px;
}

/* Titre des blocs de la colonne de droite */
#right h2 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top:10px;
}

/* Liste des catégories */
#right .categories ul  {
	padding-top:5px;
}

#right .billet-thumb-titre {
margin-top:6px;
}
.categories ul li {
	font-size: 16px;
	line-height: 1.5em;
	overflow: auto;
	width: 210px;
}
.categories ul li span.categorie {
	float:left;
	color: #808080;
}
.categories ul li span.categorie a { 
	color: #808080;
	font-weight: bold;
}
.categories ul li span.selected a, .categories ul li span a:hover{ 
	color: black;
}
.categories ul li span.count {
	float:right;
	color: #808080;
	font-size: 10px
}
/* bloc Connect */
#right .connect ul  {
	padding-top:0;
}
.connect .facebook {
	padding-right: 21px;
	background: url(logo-fb.png) right no-repeat;
}
.connect .rss {
	padding-right: 21px;
	background: url(logo-rss.png) right no-repeat;
}
.connect .share {
	padding-right: 21px;
	background: url(logo-share.png) right no-repeat;
}

/* Formulaires de recherche et de newsletter*/
.search, .newsletter {
	overflow: hidden;
	zoom:1;
}
#right form input {
	float:left;
	margin-bottom: 20px;	
}
#right form div.nav-left, .newsletterFull div.nav-left{
	float:left;
	background: url(/news/styles/nav-left.png);
	width:6px;
	height: 20px;
}
#right form div.nav-right, .newsletterFull div.nav-right{
	float:left;
	background: url(/news/styles/nav-right.png);
	width:6px;
	height: 20px;	
}
#right form input.text{
	background-color: #E5E5E5;
	border:0;
	height: 18px;
	width: 175px;
}
#right form input.nav-center, .newsletterFull  input.nav-center {	
	background: url(/news/styles/nav-center.png) repeat-x;
	color: white;
	font-weight: normal;	
	padding:0;
	border:0;
	margin:0;
	height: 20px;
	padding-top:0px;	
}

/* Calendrier */
.calendar {
	overflow: hidden;
	zoom: 1;
}
.current-year .year {
	float:left;
}
.months {
	float:right;
	margin-right: 30px;
	color: #808080;
}
.months a {
	color: #808080;
}
.months .selected a, .years .selected a{
	color:black;
}
.years a {
	color: #808080;
}
.years {
	width: 100%;
	color: #808080;
	float:left;
	clear:both;	
	border-top: 1px solid #E5E5E5;
	/*margin-bottom: 20px;*/
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom:10px;
}
.years .year {
	padding-right:2px;		
}
/* Bloc des billets en avant */
#right .en-avant-thumbs {
	overflow: hidden;
	margin-bottom: 20px;
}
/* Liste de lien */
#right  ul {
	padding: 0;
	margin: 0;
	padding-top: 10px;	
	padding-bottom: 20px;
}
#right ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* FOOTER */

/* conteneur du footer*/
#footer {
	width: 650px;
	float: rigth;
	clear: both;
	margin-bottom: 100px;
}
/* Bloc de liens du footer */
#footer .links {
	margin-top: 0;
	padding-top: 10px;
	line-height: 1.5em;
}
/* Bloc de credits du footer */
#footer .credits {
	margin-top: 10px;
	width:100%;	
	line-height: 1.5em;
	color: #808080;
	border-top: 1px solid #808080;
}
/* liens du bloc de credits */
#footer .credits a{
	color: #808080;	
}
/* logo du bloc de credits */
#footer .credits div.logo{
	float: right;
	margin-top: 0;
}

/* logo du bloc de credits */
#footer .credits div{
	float: left;
}
#footer .legal {
	padding-top:10px;
}

/* PAGE DE BILLET */
.billet {
	width: 610px;
}
.billet a {
	text-decoration:underline;
}
.bloc-texte, .bloc-photo, .bloc-embed , .bloc-video{
	margin-bottom: 30px;
	font-size: 12px;
	clear:both;
}
.bloc-video {
	text-align: center;
}
.billet-spacer {
	float:right;
	margin-top: 15px;
	clear:both;
}
legend {
padding: 0;
font-size:14px;
font-weight: bold;
}
/* Newsletter */
 fieldset {	
	padding:0 275px 0 0;
	margin: auto;
	margin-top:50px;
	padding-right: 275px;
	border:0;
 }
.newsletterFull input, .newsletterFull label { 
	margin-top:20px;
 }
.newsletterFull  input.text, .newsletterFull  select {
	display: inline-block;
	width: 150px;	
}
.newsletterFull  .error {
	background-color: #FFDDDD;
}
.newsletterFull  label.text {
	display: inline-block;
	width: 150px;
}
