/*___________________ARTICLES________________*/
.article
{
background-color:#f8f8f8;
margin-bottom: 20px;
margin-top: 20px;
text-align: justify;
}

.img_bordure
{
margin: 10px;
border: 2px solid black;
}

.img
{ margin: 10px; }

.article .pied_article
{
margin: 0;
background-color:#fb9b11;
color:white;
text-indent: 10px;
}

.commentaires
{
width: 120px;
height: 40px;
padding-top: 10px;
display: block;
float: right;
color: white;
background: url("../images_structure/degrade_titre_art.png");
text-decoration: none;
}

.article h1
{
margin: 0;
padding-left:10px;
height: 50px;
background: url("../images_structure/degrade_titre_art.png");
font-size: 30px;
font-family: Arial, Verdana, sans-serif;
text-align: left;
color:white;
text-decoration:none;
}

			.arrondi_g_titre_art
			{
			float: left;
			width: 20px;
			height: 50px;
			background-color:inherit;
			background-image: url("../images_structure/arrondi_g_titre_art.png");
			}
			.arrondi_d_titre_art
			{
			float: right;
			width: 20px;
			height: 50px;
			background-color:inherit;
			background-image: url("../images_structure/arrondi_d_titre_art.png");
			}
			
			.corps-article
			{
			z-index:0;
			padding:10px;
			border: 1px solid #fb9b11;
			border-top: none !important;
			border-bottom: none !important;
			}


.player, .imgcentre
{
margin:auto;
width:100%;

text-align: center;
font-size: 10px;
}

.player p
{
text-indent: 0;
margin: 0;
color: #c65502;
text-align: center;
}

.artiste
{
font-weight: bolder !important;
}
.album , .titre_chanson {font-style:italic}

.imgdroite, .floatdroite
{
float:right;
}
.imggauche, .floatgauche
{
float:left;
}
.imgcentre img
{
margin: 0;
}


/*____________________________________________________*/
.mise_en_forme
{
margin:auto;
border: 1px solid #6997c7;
}
.mise_en_forme td
{
border:none !important;
}
.layer
{
	padding: 3px;
	background:#c0d2ee;
	border:1px #306ac5 solid;
	visibility: hidden;
	z-index:1;
	position:absolute;
	cursor: default;
}
.layer img
{
cursor: crosshair;
}

.smiley, .article .smiley
{
margin:0 !important;
padding:0 !important;
border:none !important;
}
.gras {font-weight: bold;}
.italique{font-style: italic;}
.souligne{text-decoration: underline;}
.barre{text-decoration: line-through;}
.centre{text-align: center;}

.blanc{color: white;}
.argent{color: silver;}
.gris{color: gray;}
.noir{color: black;}
.rouge{color: red;}
.marron{color: maroon;}
.vert_clair{color: lime;}
.vert{color: green;}
.jaune{color: yellow;}
.olive{color: olive;}
.bleu{color: blue;}
.bleu_marine{color: navy;}
.fuschia{color: fuchsia;}
.violet{color: purple;}
.turquoise{color: aqua;}
.bleu_vert{color: teal;}

.citation1
{
margin: 5px;
margin-left:auto;
margin-right:auto;
width: 90%;
}

.citation2
{
padding:3px;
border: 1px dotted black;
background-color: #f7e2bb;
}