/********** Propriétés pour le corps du site **********/

#global {
	background : url(../images/background.gif) repeat;
}

#content {
	margin: 0 auto;
	background : url(../images/content_bg.png) repeat-y;
	width: 886px;
	padding: 5px 26px 100px 26px;
}


/********** Classes communes spécifiques **********/

/* Cadre vieux (modele) */

/*
div.cadre {
	width: 613px;
}

div.cadre h2 {
	padding: 14px 0 12px 60px;
	font-size: 16px;
	color: #ffffff;
}

div.contenu_cadre {
	background : url(../images/block_background.gif) left repeat-y;
	padding: 5px 20px 10px 70px;
	color: #000000;
}

div.fin_cadre {
	background : url(../images/block_bottom.gif) left bottom no-repeat;
	height: 13px;
}
*/

/* Cadres gris */


div.cadre_gris div.titre_cadre {
	padding: 8px 0 0 10px;
	font-size: 12px;
	background: url(../images/cadre_gris_top.gif) repeat-x;
	height: 43px;
	border-left: 1px solid #B3B3B3;
	border-right: 1px solid #B3B3B3;
}

div.cadre_gris div.titre_cadre p.sous_titre {
	font-weight: bold;
	font-size: 18px;
}

div.cadre_gris div.titre_cadre p.lien_cadre {
	float: right;
	margin: 8px 10px 0 0;
	font-size: 11px;
}

div.cadre_gris div.contenu_cadre {
	background: #ffffff url(../images/cadre_gris_footer.gif) bottom repeat-x;
	border-left: 1px solid #B3B3B3;
	border-right: 1px solid #B3B3B3;
}

div.cadre_gris div.contenu_cadre_blanc {
	background: #ffffff;
	border-left: 1px solid #B3B3B3;
	border-right: 1px solid #B3B3B3;
	border-bottom: 1px solid #B3B3B3;
}

div.cadre_gris div.contenu_cadre_fonce {
	background: #F1F1F1 url(../images/cadre_gris_content_fonce_bg.gif) bottom repeat-x;
	border-left: 1px solid #B3B3B3;
	border-right: 1px solid #B3B3B3;
	padding: 5px 5px 5px 5px;
}

div.cadre_gris div.contenu_cadre_long {
	background: #ffffff url(../images/cadre_gris_footer_long.gif) bottom repeat-x;
	border-left: 1px solid #B3B3B3;
	border-right: 1px solid #B3B3B3;
}

div.cadre_gris div.contenu_cadre_uni {
	background: #F1F1F1;
	border-left: 1px solid #B3B3B3;
	border-right: 1px solid #B3B3B3;
	border-bottom: 1px solid #B3B3B3;
}



div.equipe_non_init {
	margin: 10px 0 10px 0;
	text-align: center;
}



/* Formulaires */

div.form_vert {
	border: 1px solid #5A9600;
	background: #96CE37 url(../images/form_vert_bottom.png) bottom no-repeat;
	width: 411px;
	margin: 0 auto;
}

div.form_vert a {
	color: #AF6416;
}


div.form_vert_grand {
	border: 1px solid #5A9600;
	background: #96CE37 url(../images/form_vert_grand_bottom.png) bottom no-repeat;
	width: 866px;
	margin: 0 auto;
	padding: 5px 10px 10px 10px;
}

div.form_vert_grand a {
	color: #AF6416;
}


div.form_blanc {
	border: 1px solid #B7B7B7;
	background: #ffffff url(../images/form_blanc_bottom.png) bottom no-repeat;
	width: 411px;
}

div.form_blanc_grand {
	border: 1px solid #B7B7B7;
	background: #ffffff url(../images/form_blanc_grand_bottom.png) bottom no-repeat;
	width: 866px;
	margin: 0 auto;
	padding: 5px 10px 10px 10px;
}

div.form {
	padding: 5px 10px 10px 10px;
}

div.form div.erreurs_grand_form {
	width: 170px;
	float: right;
	background: url(../images/form_errreur_bg.png) bottom no-repeat;
	margin: 10px 5px 5px 0;
	padding: 10px 15px 20px 15px;
	color: #ffffff;
	text-align: justify;
}

div.form div.erreurs {
	width: 170px;
	float: right;
	background: url(../images/form_errreur_bg.png) bottom no-repeat;
	margin: 10px 5px 0 0;
	padding: 10px 15px 20px 15px;
	color: #ffffff;
	text-align: justify;
}

div.form div.erreurs span.titre_erreur {
	font-size: 12px;
	font-weight: bold;
}

div.form div.erreurs p {
	padding: 6px 0 0 0;
}

div.form div.champs, div.form div.champs_avec_erreur {
	padding: 5px 10px 10px 10px;
	width: 180px;
}

div.form div.champs_avec_erreur {
	float: left;
}

div.form div.champs_valider {
	text-align: center;
	margin: 10px 0 5px 0;
}

div.form div.champs {
	margin: 0 auto;
}

div.form div.champs p, div.form div.champs_avec_erreur p {
	padding: 8px 0 0 0;
}

div.form div.champs p label, div.form div.champs_avec_erreur p label {
	padding: 0 0 0 5px;
}

div.titre_form {
	font-size: 12px;
	margin: 10px auto 8px auto;
	width: 431px;
}

div.titre_form_grand {
	font-size: 12px;
	margin: 10px auto 8px auto;
	width: 886px;
}

div.titre_form p.sous_titre, div.titre_form_grand p.sous_titre {
	font-weight: bold;
	font-size: 18px;
}

p.loi_informatique {
	font-size: 10px;
	color: #ffffff;
	text-align: justify;
}






/* Boutons */

div.bouton_ballon_petit a {
	background: url(../images/bouton_ballon.png) top no-repeat;
	color: #ffffff;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	display: block;
	width: 101px;
	height: 29px;
	padding: 8px 5px 0 40px;
}

div.bouton_ballon_petit a:hover {
	background-position: bottom;
}


div.bouton_petit a {
	background: url(../images/bouton_petit_bg.png) top no-repeat;
	color: #ffffff;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	display: block;
	width: 101px;
	height: 20px;
	text-align: center;
	padding: 2px 5px 0 5px;
}

div.bouton_petit a:hover {
	background-position: bottom;
}


div.bouton_moyen a {
	background: url(../images/bouton_moyen_bg.png) top no-repeat;
	color: #ffffff;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	display: block;
	width: 136px;
	height: 29px;
	text-align: center;
	padding: 8px 5px 0 5px;
}

div.bouton_moyen_orange a {
	background: url(../images/bouton_moyen_bg.png) bottom no-repeat;
	color: #000000;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	display: block;
	width: 136px;
	height: 29px;
	text-align: center;
	padding: 8px 5px 0 5px;
}

div.bouton_moyen a:hover {
	background-position: bottom;
}

div.bouton_moyen_orange a:hover {
	background-position: top;
	color: #ffffff;
}

div.bouton_valider_gros a {
	background: url(../images/bouton_valider_gros.png) top no-repeat;
	color: #000000;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	display: block;
	width: 138px;
	height: 36px;
	text-align: center;
	padding: 4px 5px 0 5px;
}

div.bouton_moyen a:hover {
	background-position: bottom;
}


div.bouton_grand a {
	background: url(../images/bouton_grand_bg.png) top no-repeat;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	display: block;
	width: 320px;
	height: 24px;
	text-align: center;
	padding: 6px 5px 0 5px;
}

div.bouton_grand a:hover, div.bouton_grand a.actif {
	background-position: bottom;
	color: #000000;
}


div.bouton_fin_moyen a {
	background: url(../images/bouton_vert_fin_moyen.png) bottom no-repeat;
	color: #ffffff;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	display: block;
	width: 140px;
	height: 20px;
	text-align: center;
	padding: 2px 5px 0 5px;
}

div.bouton_fin_moyen a:hover, div.bouton_fin_moyen a.active {
	background-position: top;
}






/* Onglets */

div.onglets {
	background: url(../images/onglets_bg.gif) repeat-x;
	height: 27px;
}

div.onglets div.onglet {
	float: left;
	margin-right: 8px;
	height: 27px;
}

div.onglet div.onglet_cote_gauche {
	background: url(../images/onglet_left_bg.gif) bottom no-repeat;
	width: 6px;
	height: 27px;
	float: left;
}

div.onglet div.onglet_contenu {
	float: left;
}

div.onglet div.onglet_contenu a {
	background: url(../images/onglet_content_bg.gif) bottom repeat-x;
	padding: 5px 10px 0 10px;
	height: 22px;
	display: block;
	font-weight: bold;
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
}

div.onglet div.onglet_cote_droit {
	background: url(../images/onglet_right_bg.gif) bottom no-repeat;
	width: 6px;
	height: 27px;
	float: left;
}

div.onglet:hover div.onglet_cote_gauche, div.onglet.actif div.onglet_cote_gauche {
	background-position: top;
}

div.onglet:hover div.onglet_contenu a, div.onglet.actif div.onglet_contenu a {
	background-position: top;
	color: #000000;
}

div.onglet:hover div.onglet_cote_droit, div.onglet.actif div.onglet_cote_droit {
	background-position: top;
}

/* Cadre notification */

div.notification a {
	background: url(../images/notification_bg.png) top repeat-x;
	padding: 0 5px 0 5px;
	height: 23px;
	display: block;
	text-decoration: none;
	font-size: 12px;
	color: #000000;
}

div.notification a:hover {
	background-position: bottom;
	font-weight: bold;
}

div.notification img {
	vertical-align: middle;
	display: inline-block;
	margin: 0 5px 0 5px;
}

/********** Classes communes générales **********/

.good {
	color: #00B43C;
}

.erreur {
	color: #E62D0A;
}

.gras {
	font-weight: bold
}

.souligne {
	text-decoration: underline;
}

.italic {
	font-style: italic;
}

.invisible {
	visibility: hidden;
}

.visible {
	visibility: visible;
}

.centre, .center {
	text-align: center;
}

.justifie, .justify {
	text-align: justify;
}

.cl, .clear {
	clear: both;
}

.align_image img {
	vertical-align: middle;
	display: inline-block;
}

div.cadre_erreur {
	background-color: #FFDFDF;
	border: 1px solid #B43C00;
	color: #5F0000;
	margin: 8px 2px 0 2px;
	padding: 5px 0 6px 10px;
}

div.cadre_good {
	background-color: #DFFFDF;
	border: 1px solid #00B43C;
	color: #005F00;
	margin: 8px 2px 0 2px;
	padding: 5px 0 6px 10px;
}

div.cadre_attention {
	background-color: #FDEEE3;
	border: 1px solid #DA5E0F;
	color: #AF4E0C;
	margin: 8px 2px 0 2px;
	padding: 5px 0 6px 10px;
}

div.cadre_information {
	background-color: #DFDFFF;
	border: 1px solid #003CB4;
	color: #145ABE;
	margin: 8px 2px 0 2px;
	padding: 5px 0 6px 10px;
}


ul.errors li {
	list-style-image: url(../images/error.png);
}



