/*
global.css
--------------		Par Dark Angel

Créé le 22 mars 2007


Description : 

feuille de style comprenant tous les styles utilisés sur tout le site
*/
h1  
{
	margin-top:0;
	padding-top: 5px;
	text-align: center;
	font-family:  Arial, "Times New Roman", Verdana, Times, serif;
	
}
h2
{
	font-size: 125%;
	border-bottom: 1px dotted #D48A71;
}
h3
{
	font-size: 100%;
	color: #D48A71;
	font-style: italic;
}
p
{
	text-align:justify;
}
/* Listes */
dt
{
	font-weight: bold;
	text-decoration: underline;
}
dd
{
	margin-left: 6px;
}
ul.nopuce
{
	list-style-type: none;	
}
ol
{
	margin-bottom: 20px;
}
/*style des liens */
a
{
	text-decoration: none;
	color: #D48A71;
}
a:hover
{
	color: black;
}

img
{
	border: none;
	margin: 1px;
}
.img_news, .img_art
{	
	
	width: 131px;	
	margin-right: 4px;
}
.img_news
{		
	height: 84px;
	background-image: url("../images/fond_img.jpg");		
}
.img_art
{		
	height: 73px;	
	background-image: url("../images/fond_img_art.jpg");	
}
/* BBCode */
.gras
{
	font-weight:bold;
}

.raye
{
	text-decoration: line-through;
}

.souligne
{
	text-decoration: underline;
}


.italique
{
	font-style: italic;
}

div.titrespoil
{
	margin-left:25px;
	margin-bottom: 1px;
	font-weight: bold;
}

div.spoil
{
	background-color: white;
	color: white;
	border: 1px solid #D48A71;
	padding:5px;
	margin-left:25px;
	margin-right:25px;
	margin-bottom: 10px;
	text-align: justify;
}
blockquote
{
	background-color:white;
	border:1px dashed #4C5A6F;
	padding:5px;
	margin-left:15px;
	margin-right:15px;
	margin-top: 2px;
	margin-bottom:0;
	clear:both;
	max-height: 150px;
	overflow:auto;
}
.titrequote
{
	margin-left:15px;
}
/*positions */
.centre
{
	text-align: center;
}


.droite
{
	text-align: right;
}

.gauche
{
	text-align: left;
}

/* flottant */ 

.floatdroit
{
	float: right;
	margin-left: 5px;
	
}

.floatgauche, .img_news, .img_art
{
	float: left;
	margin-right: 5px;
	
}

.stop_float
{
	clear: both;
}
/* formulaire */
fieldset, select, input[type=text], input[type=password]
{
	border: 1px solid #D48A71;
	margin: 1px;
}

legend
{
	color:#D48A71;
	font-weight: bold;
}

label
{
	display: block;
	width: 150px;
	float: left;
	cursor: pointer;
}

textarea
{
	width: 490px;
	border: 1px solid #D48A71;
}