/* 
	CSS de Deamon-Space - © Mat@Deamon-Space
	Styles generaux
*/

*
{
	cursor: url("/images/curseurs/cur_ds.cur"), default;
}

/*_______________________________________ CORPS GENERAL _______________________________________*/
body
{
	background-image:url("/images/newstyle/fond.png");
	padding: 25px 10px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	line-height:1em;
	color: #000000;
	margin:2px;
}

/*********** ELEMENTS DE LA PAGE *********/

#page
{
	width: 1000px;
	margin: 0 auto;
	text-align:left;
}

#header
{
	background:url("/images/newstyle/bg_header.png") no-repeat;
	height: 25px;
	margin:0;
	padding: 0;
}

#corps
{
	background: url("/images/newstyle/bg_main.png") repeat-y;
	margin: 0;
	padding:0;
	width: 1000px;
}

#contenu
{
	padding: 0 20px;
}

#footer
{
	background:url("/images/newstyle/bg_footer.png") no-repeat;
	height: 25px;
	text-align: center;
	margin: 0;
	font-size:9px;
}


#milieu
{
	border: 2px solid #990066;
	background-position:center;
	text-align:justify;
	line-height:1em;
	padding:10px;
}

#milieu img
{
	margin:10px;
}
/*_____________________________________________________________________________________________*/
 
/*_______________________________________ CORPS ERREURS _______________________________________*/
body.erreurs
{
	background-image:none;
	background-color:#FFFFFF;
}
/*_____________________________________________________________________________________________*/

/*_______________________________________ CORPS COMPTEUR ______________________________________*/
#compteur
{
	border: 1px solid #33CC33;
	background-color: #000000;
	padding: 10px;
}

body.framecompteur
{
	background-image:none;
	background-color:#000000;
	text-align:left;
	padding:0px;
	margin:0px;
}
	
/*_____________________________________________________________________________________________*/

/*________________________________________ CORPS HEURE ________________________________________*/

#heure
{
	text-align:center;
	font-size:22px;
	font-family:"Courier New", Courier, monospace;
	font-weight:bold;
	color:#00FF33;
}
/*_____________________________________________________________________________________________*/

/*________________________________________ CORPS BANAL _________________________________________*/
.rien
{
	border: none;
	background:none;
}
/*________________________________________________________________________________________________________*/

/* Balises */
	/* Liens */

a
{
	color:#000000;
	text-decoration:none;
}

	/* Survol de lien */
a:hover
{
	color:#FF0000;
}

	/* Tableaux */
table
{
	color: #000000;
}
	
table.noir
{
	border:#000000;
	border-bottom-color:#000000;
	border-color:#000000;
	border-left-color:#000000;
	border-right-color:#000000;
	border-top-color:#000000;
}

tr, td
{
	font-size:14px;
	font-family:inherit;
	color: #333333;
}

td.commentaire
{
	font-style:italic;
	font-size:10px;
	padding:10px;
}
	
	/* Pour ne pas avoir le bord quand une image est en lien */
img
{
	border:none;
}

	/* Exposants */
sup
{
	font-size:9px;
}

dl
{
	padding:0px;
	margin:0px;
}

dd
{
	font-size:12px;
	font-style:italic;
}
	
small
{
	font-size:10px;
}

/* Titres */
.gdtitre
{
	color:#FF0000;
	font-size:32px;
	font-style:normal;
	text-align:center;
	margin-top:30px;
	line-height:1em
}

/* Sous-titre */
.soustitre
{
	color:#000000;
	font-size:9px;
	text-align:center;
}

/* Titre type 1 */
.titre1
{
	font-size:26px;
	font-weight:bolder;
}

/* Titre type 2 */
.titre2
{
	font-size:18px;
	font-weight:bolder;
}

.titre1 img, .titre2 img, .titre3 img
{
	vertical-align:middle;
}

/* Titre type 3 */
.titre3
{
	font-size:16px;
	font-weight:bolder;
}
		
/* Barres bleues */
.hrbleu
{
	width:75%;
	color:#0000FF;
	background-color:#0000FF;
	text-align:center;
	border:0;
	height:2px;
} 

p.texte_err
{
	color:#0000FF;
	font-size:24px
}
	
a.opaque img
{
	opacity: 0.6;
	-moz-opacity : 0.6;
	filter:alpha(opacity=60);
}

a.opaque:hover img
{
	opacity: 1.0;
	-moz-opacity : 1.0;
	filter:alpha(opacity=100);  
}

fieldset
{
	border:solid 1px #666666;
	padding:2px;
	margin:2px;
}

legend
{
	display:inline;
	color:#666666;
	font-weight:bold
}