/*
Feuille de style pour Raphael Luminaire
**
Créé le 01/10/07 par Micster
*/

body {
	background-color: #ffffff;
	width: 100%;
	color: #333300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	padding: 0px;
	margin: 0px;
	}
h1 {
	color: #cc9900;
	font-size: 2em;
	padding: 0px;
	margin: 0px;
	margin-top: 0px;
	}
h1 a {
	color: #cc9900;
	text-decoration: none;
	}
h1 a:hover {
	color: #cc9900;
	text-decoration: underline;
	}
h1 .historique {
	font-size: 0.5em;
	}
h2 {
	color: #cc9900;
	font-size: 1.5em;
	margin-top: 0px;
	}
h2 a:hover {
	text-decoration: underline;
	}
p {
	text-align: justify;
	padding-left: 20px;
	margin: 0px;
	margin-bottom: 5px;
	}
a {
	color: #333300;
	text-decoration: underline;
	padding: 0px;
	margin: 0px;
	}
a:hover {
	text-decoration: none;
	}
img {
	margin: 0px;
	border: 0px;
	}
form {
	font-size: 1em;
	}
label {
	float: left;
	width: 100px;
	}
#formulaire input {
	display: inline;
	width: 140px;
	color: #333300;
	margin-bottom: 5px;
	}
input .envoi {
	width: 100px;
	height: 30px;
	}
textarea {
	
	margin-bottom: 5px;
	}
select {
	color: #333300;
	margin-bottom: 5px;
	}
.gras {
	font-weight: bold;
	}
.alinea:first-letter {
	padding-left: 15px;
	font-weight: bold;
	}
/**
	Classes
**/
.bleu {
	color: #0066cc;
	}
.rouge {
	color: #ff0000;
	}
.rougeGras {
	color: #ff0000;
	font-weight: bold;
	}
.rougeGras:hover{
	color: #ff0000;
	}
.orange {
	color: #cc9933;
}
.vert {
	color: #33cc66;
	}
.gris {
	color: #333333;
}
.gras {
	font-weight: bold;
}
.editable, textarea
{
        color: #333333;
        background-color: #ffffcc;
		border: 2px solid #666600;
}

/**
	Regex
**/
.alerte {
	display: block;
	padding-right: 35px;
	background-position: 10px 10px;
	padding-left: 50px;
	padding-bottom: 30px;
	padding-top: 8px;
	background-repeat: no-repeat;
	}
.attention {
	background-image: url(../images/attention.png);
	text-align: left;
	color: #E1A634;
	}
.question {
	background-image: url(../images/question.png);
	text-align: left;
	color: #1C378B;
	}
.erreur {
	background-image: url(../images/erreur.png);
	text-align: left;
	color: #DE4646;
	}
.info {
	background-image: url(../images/info.png);
	text-align: left;
	color: #1CB459;
	}
.image {
	padding-bottom: 10px;
	padding-top: 10px;
	}
.tabulation {
	display: inline;
	margin-left: 20px;
	}
.code {
	background-color: #EEEEEE;
	font-family:"Courier New",Courier,monospace;
	font-size: 12px;
	color:#000000;
	border-right: #8A9EBF 1px dashed;
	border-top: #8A9EBF 1px dashed;
	padding-right: 8px;
	padding-top: 2px;
	padding-left: 8px;
	padding-bottom: 2px;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	border-left: #8A9EBF 1px dashed;
	width: 95%; 
	border-bottom: #8A9EBF 1px dashed;
	text-align: left;
	}