/* ================================ */
/* Titre : journal.css				*/
/* Auteur : Fabien DRIEUX			*/
/* Date : 27/01/2010				*/
/* ================================ */



/* ============== */
/*      DECO      */
/* ============== */

#titre .titre
{
	color : #b6085a;
	font-size : 1.2em;
	font-variant: small-caps; 		
}

#date .date
{
	color : #b6085a;
	font-size : 1.5em;
	font-weight:bold;
}

#titre_billet .titre
{
	color : #009CD1;
	font-size : 1.5em;
	font-variant: small-caps; 	
	font-weight:bold;
}

#titre_billet .commentaire
{
	color : #009CD1;
	font-size : 1.3em;
}

#liens .extrait, #liens .diaporama, #liens .voiraussi
{
	color: #B5075A;
	display:block;
}

#liens .extrait a, #liens .diaporama a, #liens .voiraussi a
{
	color: #B5075A;
	text-decoration : none;
}

#liens .extrait a:hover, #liens .diaporama a:hover, #liens .voiraussi a:hover
{
	text-decoration : underline;
}


#texte_billet .texte
{
	color : #4c3931;
}

#texte_billet .texte a
{
	color : #f08a00;
	text-decoration : none;
}

#texte_billet .texte a:hover
{
	text-decoration : underline;
}

#nuagedemots .bleu
{
	color : #149dd2;
	font-size : 1.2em;
	text-decoration : none;
}

#nuagedemots .orange
{
	color : #ef8a08;
	font-size : 1.5em;
	text-decoration : none;
}

#nuagedemots .bleu:hover, #nuagedemots .orange:hover
{
	text-decoration : underline;
}

#texte_billet .menu_billet
{
	margin : 0;
	text-align : right;	
	font-size : 1em;		
	color : #b6085a;
}

#texte_billet .menu_billet a
{
	color : #b6085a;
	text-decoration: none;	
}

#texte_billet .menu_billet a:hover
{
	text-decoration:underline;
}

#texte_billet ul
{
	list-style-type:none;
	margin : 0;
	padding : 0;
}

#texte_billet li
{
	margin : 0;
	padding : 0;
}

#texte_billet li a
{
	color : #f08a00;
	text-decoration : none;
}

#texte_billet li a:hover
{
	text-decoration : underline;
}

/* ============== */
/* P0SITIONNEMENT */
/* ============== */

#journal_global {
	position:absolute;
	left:0px;
	top:0px;
	width:780px;
	height:560px;
}

#journal-hautcarnet_ {
	position:absolute;
	left:0px;
	top:0px;
	width:212px;
	height:64px;
}

#journal-menu-pagesprecedentes_ {
	position:absolute;
	left:212px;
	top:0px;
	width:146px;
	height:64px;
}

#journal-menu-titre_ {
	position:absolute;
	left:358px;
	top:0px;
	width:268px;
	height:64px;
}

#titre{
	position:absolute;
	z-index:10;
	left:0px;
	top:20px;
	width:258px;
	height:44px;
	
	margin-left : 5px;
	margin-right : 10px;	
	
	text-align : left;
}

#date{
	position:absolute;
	z-index:10;
	left:0px;
	top:37px;
	width:268px;
	height:25px;
	
	margin-right : 10px;
	
	
	text-align : right;
}

#journal-menu-pagessuivantes_ {
	position:absolute;
	left:626px;
	top:0px;
	width:154px;
	height:64px;
}

#journal-nuagebleu_ {
	position:absolute;
	left:0px;
	top:64px;
	width:313px;
	height:224px;
}

#liens {
	position:absolute;
	z-index:10;	
	left:213px;
	top:20px;
	width:100px;
	height:60px;
}

#liens .extrait{
	margin-left : 20px;
}

#liens .diaporama{
	margin-left : 0px;
}

#liens .voiraussi{
	margin-left : 10px;
}

#journal-effetmarron_ {
	position:absolute;
	left:313px;
	top:64px;
	width:467px;
	height:31px;
}

#journal-titre_ {
	position:absolute;
	left:313px;
	top:95px;
	width:467px;
	height:52px;
}

#titre_billet{
	position:absolute;
	z-index:10;
	left:0px;
	top:2px;
	width:467px;
	height:52px;
	
	text-indent: 140px;
}


#journal-article_ {
	position:absolute;
	left:313px;
	top:147px;
	width:467px;
	height:413px;
}

#texte_billet
{
	position:absolute;
	z-index:10;
	overflow-y : auto; 	
	left:0px;
	top:0px;
	width:460px;
	height:413px;
	
	text-indent: 10px;
}

#suite
{
	z-index : 1000;
	color : #4c3931;
}
#journal-mots_ {
	position:absolute;
	left:0px;
	top:288px;
	width:313px;
	height:272px;
}

#nuagedemots {
	position:absolute;
	z-index:10;	
	left:16px;
	top:0px;
	width:185px;
	height:272px;
}

.img-left {
	float:left;
	padding : 2px 10px 0px 5px;
	height : 100px;
}

.img-right {
	float:right;
	padding : 2px 5px 10px 5px;
	height : 100px;	
}
