/* Propriétés globales */

* {
	margin: 0;
	padding: 0;
}

html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #1478BE;
	font-size: 13px;
}


/* Corps global */

div#global {
	width: 900px;
	margin: 0 auto;
	text-align: justify;
}

#global div#corps {
	margin: 10px 0 0 0;
	clear: both;
	border: 1px solid #FFFFFF;
}


#global div#corps div.form {
	background: url(../images/content_form.png) top repeat-y;
	width: 490px;
	border-top: 1px solid #5CBEF0;
}

#global div#corps div.form form {
	background: url(../images/bas_form.png) bottom no-repeat;
}


/* Classes communes */

div.print {
	display: none;
}

div.cb {
	clear: both;
}

div.cl {
	clear: both;
}

p.good {
	color: #00B43C;
}

p.erreur {
	color: #E62D0A;
}

p.erreur_form {
	color: #ffffff;
}

span.barre {
	text-decoration: line-through;
}

span.very_important {
	/*font-weight: bold;*/
	color: #E62D0A;
}

/* Titres */

h2 {
	font-size: 16px;
	margin: 0 0 15px 0;
	/*font-weight: normal;*/
}


/* Liens */

a {
	text-decoration: none;
	color: #FF925F;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

div.btn {
	
}

div.btn_gauche {
	background: url(../images/bouton_cote_gauche.gif) no-repeat;
	width: 10px;
	height: 30px;
	float: left;
}

div.btn_content {
	float: left;
}

div.btn_content a {
	background: url(../images/bouton_bg.gif) repeat-x;
	height: 26px;
	display: block;
	color: #1478BE;
	font-weight: bold;
	padding-top: 6px;
}

div.btn_droite {
	background: url(../images/bouton_cote_droit.gif) no-repeat;
	width: 10px;
	height: 30px;
	float: left;
}


/* Listes */

ul, ol {
	margin-left: 15px;
}

ul li {
	
}


/* Tableaux */

table {
	padding: 0;
	width: auto;
	text-align: center;
	border-top: 1px solid #1478BE;
	border-left: 1px solid #1478BE;
	border-right: 1px solid #1478BE;
}

table tr th {
	background: url(../images/background_grand_th.png) repeat-x;
	height: 38px;
	font-weight: normal;
	padding: 0px 5px 0 5px;
}

table tr td {
	height: 33px;
	border-bottom: 1px solid #1478BE;
	padding: 0px 5px 0 5px;
	border-right: 1px solid #F5F4F2;
}


/* Formulaires */

form {
	color: #ffffff;
}

fieldset {
	border: none;
	padding: 10px 15px 20px 15px;
}

legend {
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0 5px 0;
}


form input.champ_text, form input.champ_password, form textarea {
	padding: 2px 0 2px 0;
	border: 1px solid #AFAFAF; 
	width: 280px;
}

form input.champ_text, form input.champ_password {
	background: url(../images/background_champ_saisie.gif) repeat-x;
}

form input.champ_text:focus, form input.champ_password:focus, form textarea:focus {
	border: 1px solid #FF7C00;
}

form .radio {
	border: 1px solid #ffffff;
	background-color: #E62D0A;
}

form .erreur_champ {
	border-color: #E62D0A !important;
	background-image: none !important;
	background-color: #FFDFDF !important;
}

form textarea {
	background: #ffffff url(../images/background_textarea.png) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 55px;
	resize: none;
}

form select option {
	padding-right: 10px;
}

form input.valider, form input.reset {
	border: none;
	color: #1478BE;
	font-weight: bold;
}

form input.valider {
	background: url(../images/bouton_valider.gif) bottom no-repeat;
	width: 75px;
	height: 28px;
	cursor: pointer;
}

form input.reset {
	background: url(../images/bouton_annuler.gif) bottom no-repeat;
	width: 108px;
	height: 28px;
	cursor: pointer;
}

form table {
	border: 0;
	text-align: left;
}

form table tr td {
	padding: 0 0 10px 5px;
	height: 20px;
	border: 0;
}

form table tr td.td_valide {
	padding-top: 5px;
}

