* {
	margin: 0px;
	padding: 0px;
	font-family: "Arial", "Tahoma";
	font-size: 15px;
	color: #0c8ac7;
}

body {
	background: url("../design/background.png") repeat-x;
}


#page {
	width: 1000px;
	padding: 0;
	margin: 0 auto 0 auto;
}

#page_petit {
	width: 700px;
	padding: 0;
	margin: 20px 0 0 390px;
}

/* GENERIQUES */
b { font-size: 1em; }
p { font-size: 1em; }
option { font-size: 1em; }
img { border: 0; }
.clear { clear: both; }
.left { float: left; }
.right { float: right; }

.color1 { /* jaune foncé */
	color: #ffad01;
	font-size: 1em;
}

p.center {
	width: 100%;
	text-align: center;
}


.bloc_moyen {
	width: 399px;
	float: left;
	margin: 0 0 15px 24px;
}
.bloc_moyen h2 {
	width: 374px;
	height: 21px;
	padding: 9px 0 0 25px;
	background: url("../design/bloc_moyen_top.png") no-repeat;
	color: #ffad01;
}
.bloc_moyen .back {
	width: 370px;
	background: url("../design/bloc_moyen_back.png") repeat-y;
	padding: 4px 18px 0 13px;
}
.bloc_moyen .bloc_moyen_bottom {
	width: 399px;
	height: 16px;
	background: url("../design/bloc_moyen_bottom.png") no-repeat;
}


.bloc_grand {
	width: 600px;
	float: left;
	margin: 0 0 15px 24px;
}
.bloc_grand h2 {
	width: 578px;
	height: 21px;
	padding: 9px 0 0 25px;
	background: url("../design/bloc_grand_top.png") no-repeat;
	color: #ffad01;
}
.bloc_grand .back {
	width: 574px;
	background: url("../design/bloc_grand_back.png") repeat-y;
	padding: 4px 18px 0 13px;
}
.bloc_grand .bloc_grand_bottom {
	width: 600px;
	height: 16px;
	background: url("../design/bloc_grand_bottom.png") no-repeat;
}


.bloc_petit {
	width: 181px;
	float: left;
	margin: 0 0 15px 20px;
}
.bloc_petit h2 {
	width: 156px;
	height: 21px;
	padding: 9px 0 0 25px;
	background: url("../design/bloc_petit_top.png") no-repeat;
	color: #ffad01;
}
.bloc_petit .back {
	width: 160px;
	background: url("../design/bloc_petit_back.png") repeat-y;
	padding: 4px 13px 0 8px;
	font-size: 0.8em;
}

.bloc_petit .back dl dt {
	font-weight: bold;
	font-size: 0.8em;
	margin-left: 20px;
}
.bloc_petit .back dl dd {
	font-size: 0.8em;
	margin-left: 50px;
}

.bloc_petit .bloc_petit_bottom {
	width: 181px;
	height: 16px;
	background: url("../design/bloc_petit_bottom.png") no-repeat;
}

.bloc_moyen h2 .cliquez, .bloc_grand h2 .cliquez {
	font-size: 0.8em;
	font-weight: normal;
	font-style: italic;
}

.bloc_moyen .back p, .bloc_grand .back p{
	font-size: 0.8em;
	padding: 5px 0 15px 0;
	text-align: justify;
}
.bloc_petit .back p {
	font-size: 1em;
	padding: 4px 0 5px 0;
	text-align: justify;
}
.bloc_moyen .back p.center, .bloc_grand .back p.center, .bloc_petit .back p.center {
	text-align: center;
}


.bloc_moyen .back b, .bloc_grand .back b {
	font-size: 1em;
}

a, a {
	font-size: 1em;
	text-decoration: none;
	color: #ffad01;
}
a:hover,  a:hover {
	text-decoration: none;
	color: #0c8ac7;
}


.message {
	padding: 10px 10px 10px 40px;
	background: #c9dcff url("../../images/res/bouton_info.png") no-repeat;
	background-position: 7px 6px;
	border: 1px #136df8 solid;
	margin: 25px 0 15px 24px;
	width: 545px;
	-moz-border-radius: 10px 10px;
	font-size: 1em;
}

.erreur {
	padding: 10px 10px 10px 40px;
	background: #ffe1e2 url("../../images/res/bouton_erreur.png") no-repeat;
	background-position: 7px 6px;
	border: 1px #c5cbcf solid;
	margin: 25px 0 15px 24px;
	width: 545px;
	-moz-border-radius: 10px 10px;
	font-size: 1em;
}


ol {
	width: 293px;
	float: left;
	margin: 0 10px 0 15px;
}
ol li {	
	font-size: 0.8em;
	margin-bottom: 5px;
}


/* 
*	Toolblar
*/
.bloc_toolbar {
	width: 94px;
	float: left;
	margin: 5px 2px 15px 2px;
	position: absolute;
	left: 0;
}
.bloc_toolbar h2 {
	width: 86px;
	height: 22px;
	padding: 8px 0 0 8px;
	background: url("../design/bloc_toolbar_top.png") no-repeat;
	color: #ffad01;
	font-size: 0.8em;
}
.bloc_toolbar .back {
	width: 87px;
	background: url("../design/bloc_toolbar_back.png") repeat-y;
	padding: 4px 2px 0 5px;
	font-size: 0.8em;
	text-align: center;
}
.bloc_toolbar .bloc_toolbar_bottom {
	width: 94px;
	height: 16px;
	background: url("../design/bloc_toolbar_bottom.png") no-repeat;
}


/* 
*	FORMULAIRE
*/
fieldset.form_moyen {
	padding: 10px;
	margin: 0;
	width: 348px;
	border: 0px;
}
fieldset.form_moyen label, ol li label {
	display: block;
	width: 30%;
	float: left;
	padding: 2px 10px 0 0;
	text-align: right;
	color: #0c8ac7;
	font-size: 0.8em;
}
fieldset.form_moyen input, fieldset.form_moyen select, fieldset.form_moyen textarea, ol li select, .bloc_toolbar select {
	margin-bottom: 3px;
	color: #0c8ac7;
	font-size: 0.8em;
}


input.envoie {
	font-size: 1em;
}



