/*
news.css
--------------		Par Dark Angel

Créé le 5 Mai 2006


Description : 

feuille de style comprenant tous les styles utilisés sur tout le site
*/

/* Titres */
h1  
{	
	font-family:  Arial, "Times New Roman", Verdana, Times, serif;
	font-size: 150%;
	color:#B37A00;
	background:url('puceh1.png') no-repeat;
	padding-left: 55px;
	border-bottom: 1px solid #B37A00;
}

h2
{
	font-size: 135%;
	font-weight: bold;
	font-family:  Verdana, Arial, "Times New Roman",  Times, serif;
	padding-left: 2px;
	color:#B37A00;
}

h3{
	color:#B37A00;
}


/*style des liens */
a
{
	text-decoration: none;
	color: #B37A00;
}

a:hover
{
	color: #712005;
	text-decoration: underline;
}


a, a:hover
{
	font-weight: bold;
}


/* Divers */
hr
{
	border-top: 1px solid #B37A00;
	border-bottom: none;
	border-right: none;
	border-left: none;
}

strong
{
	color: #AB3200;
}

em
{
	color: blue;
}

p
{
	text-align: justify;
	padding: 5px;
}

acronym, abbr
{
	cursor:help;
	border-bottom:1px dotted;
}

#corps dt, #corps h4, #corps li
{
	padding-left: 5px;
}

#corps dd
{
	margin-left: 10px;
	text-align: justify;
}

#corps ul
{
	margin-left: 25px;
}

#corps ul.nopuce
{
	list-style-type: none;
}

#corps li
{
	margin: 2px;
}

#corps dt
{
	text-decoration: underline;
}

#corps dt, strong, legend, .intro
{
	font-weight: bold;
}

em, .intro, q
{
	font-style: italic;
}

.touche
{
	background-color: #EEF19B;
	border:1px outset #2C485C;
	font-family:"Courier New", Courier, mono, serif;
}

.barre_page
{
    display: block;
	font-weight: bold;
	text-align: center;
}	

div.msg_avertissement
{
 border: 1px solid #FF0F20;
 background-color: #FFC5CF;
 color: #000000;
 padding: 2px;
}

/* Tableau */
th
{
	background: #F3DC80 url('bg_cell.jpg') repeat-x;
}
th.nobackground
{
	background-color: #fff;

}
.contenu
{
	width: 20%;
	vertical-align: top;
}

.cells1, .cells2
{
	width: 10%;
	vertical-align: top;
	border: 1px solid #B37A00;
	padding: 3px;
}
.cells2
{
	text-align: center;
}
.tabcenter
{
	width: 60%;
	margin: auto;
}

.tabcenter td
{
	width: 100px;
}

.taille30
{
	width: 30%;
}

.taille70
{
	width: 70%;
}

.collapse
{
	border-collapse:collapse;		
}
.border
{
 border:1px solid #B37A00;
}
/* images */

img
{
	border: none;
}

#corps img
{
	margin: 3px;
}

.avatar
{
	width: 100px;
	height: 100px;	
}
.wallp
{
	width: 150px;
	height: 113px;
}
.screen, .imgmondes
{
	width: 200px;
	height: 118px;
}



