/*********************************
           générique
*********************************/
body {
	font-family:arial;
	font-weight:normal;
	color:#00000;
	margin:0;
	padding:0;
	/*background-color:#555555;*/
}

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

td,th {
	text-align:left;
	vertical-align:top;
}

img {
	border:0;
}

.clearer {
	clear:both;
}

.spacer_2{
	height:2px;
	clear:both;
}

.spacer_10{
	height:10px;
	clear:both;
}

/*********************************
        blocs principaux
*********************************/
#logo_bandeau {
	background: #E8C673 url(../images/bandeau_bg.png) 0px 0px no-repeat;
	height:50px;
}

#menu_ombre {
	height:10px;
	background: transparent url(../images/ombre_10.png) 0px 0px repeat-x;
}

#liste_menu {
	float:left;
	width:160px;
}

.wrapper{
	padding:10px;
	background: transparent url(../../images/bg_wrapper.jpg) left top repeat-x;
}

#credits {
	position:fixed;	
	bottom: 0;
	right: 0;
	padding:5px 10px;
	z-index: 200;
	text-align:center;
	background: transparent url(../images/bg_deg_gris_clair.png) 0px 0px repeat-x;
	border:1px solid #EEEEEE;
	font-size:0.8em;
}

/*********************************
           boutons
*********************************/
.pages_titres {
	font-size:1.2em;
	font-weight:bold;
	padding:0 0 1em 0;
	clear:both;
}

.pages_rubriques {
	font-weight:bold;
	margin:0 0 1em 0;
	text-decoration:underline;
	clear:both;
}

.pages_textes {
	padding:0 0 1em 1em;
	clear:both;
}

/*********************************
           boutons
*********************************/

.boutons_type2{
	display:block;
	height:20px;
	line-height:20px;
	padding: 0 5px 0 25px;
	margin:0 5px 0 0;
	text-decoration:none;
	float:left;
	border-left:1px solid #AAAAAA;
	color:#FFFFFF;
	background-color:transparent;
	background-position: 5px center;
	background-repeat: no-repeat;
}

.boutons_type1{
	display:block;
	height:20px;
	line-height:20px;
	padding: 0 5px 0 25px;
	margin:0 5px 0 0;
	text-decoration:none;
	float:left;
	border-left:1px dotted #AAAAAA;
	color:#000000;
	background-color:transparent;
	background-position: 5px center;
	background-repeat: no-repeat;
}

.boutons_type3{
	display:block;
	height:20px;
	line-height:20px;
	padding: 0 5px 0 25px;
	margin:0 5px 0 0;
	text-decoration:none;
	float:left;
	background-color:#BBBBBB;
	background-position:5px center;
	background-repeat:no-repeat;
	border:1px solid #888888;
	-moz-border-radius:5px;
	color:#000000;
}

.boutons_push{
	display:block;
	height:16px;
	line-height:16px;
	padding:0 10px 0 10px;
	margin: 2px 5px 0 -5px;
	float:left;
	color:#FFFFFF;
	font-weight:bold;
	background-color:#555555;
	-moz-border-radius:10px;
	text-decoration:none;
}

.bouton_ajouter {
	background-image:url(../images/ico_ajouter.png);
}

.bouton_regenerer{
	background-image:url(../images/ico_regenerer.png);
}

.bouton_supprimer{
	background-image:url(../images/ico_effacer.png);
}

.submits {
	background-color:#BBBBBB;
	border:1px solid #888888;
	-moz-border-radius:5px;
	color:#000000;
}

.ico_accueil{
	background-image:url(../images/ico_maison.png);
}

.ico_comptes{
	background-image:url(../images/ico_compte.png);
}

.ico_langues{
	background-image:url(../images/ico_langues.png);
}

.ico_pays{
	background-image:url(../images/ico_pays.png);
}

.ico_dico{
	background-image:url(../images/ico_dico.png);
}

.ico_urls{
	background-image:url(../images/ico_urls.png);
}

.ico_params{
	background-image:url(../images/ico_params.png);
}

.ico_aide{
	background-image:url(../images/ico_aide.png);
}

.ico_aide_categories{
	background-image: url(../images/ico_aide_ferme.png);
}

.ico_aide_sujets{
	background-image: url(../images/ico_aide_ouvert.png);
}

.ico_faqs_categories{
	background-image: url(../images/ico_ballons.png);
}

.ico_faqs_sujets{
	background-image: url(../images/ico_ballon.png);
}

.ico_deconnexion{
	background-image: url(../images/ico_deconnexion.png);
}

.ico_erreur{
	background-image: url(../images/ico_erreur.png);
}

.ico_categories_principales{
	background-image: url(../images/ico_package_green.png);
}

.ico_categories{
	background-image: url(../images/ico_package.png);
}

.ico_messages{
	background-image: url(../images/ico_email.png);
}

.ico_messages_envoyes{
	background-image: url(../images/ico_email_envoye.png);
}

.ico_composer{
	background-image: url(../images/ico_composer.png);
}

.ico_corbeille{
	background-image: url(../images/ico_corbeille.png);
}

.ico_corbeille_pleine{
	background-image: url(../images/ico_corbeille.png);
}

.grip {
	background-image: url(../images/grip.png);
}

.bg_deg_gris_clair {
	background-image: url(../images/bg_deg_gris_clair.png);
	background-repeat: repeat;
	height:22px;
	padding:5px;
	border:1px solid #AAAAAA;
}

.bg_deg_gris_fonce {
	background-image: url(../images/bg_deg_gris_fonce.png);
	background-repeat: repeat;
	height:22px;
	padding:5px;
}

/*********************************
           boites
*********************************/
.boites {
	display:block;
	/*float:left;*/
	background-color:#EEEEEE;
	border:1px solid #BBBBBB;
	padding:2px;
	clear:both;
	/*margin: 0 10px 10px 0;*/
}


.boites_titres {
	font-weight:bold;
	padding: 0 5px 0 25px;
	line-height:20px;
	color:#FFFFFF;
	background-color: #545475;
	background-position: 2px center;
	background-repeat: no-repeat;
}

.boites .parcours {
	padding:0 0 0 15px;
	margin:0 0 0 0;
	font-weight:bold;
	text-align:left;
	font-size:10pt;
	height:24px;
	line-height:24px;
	background: #EBEBF1 url(../images/grip.png) 3px center no-repeat;
}



.boites .textes {
	padding:10px;
}

.textes .variables {
	color:#398EE2;
	font-family:"courier new";
}

.textes .constantes {
	color:#55117C;
	font-family:"courier new";
}

.messages_bandeaux {
	background-color:#DDDDDD;
	color:#555555;
	padding:5px;
}

.messages_corps {
	background-color:#FFFFFF;
	color:#000000;
	padding:5px;
	width:700px;
	height:400px;
	overflow-y:auto;
}

.boites_login {
	-moz-border-radius:5px;
	display:block;
	background-color:#FFF2F2;
	border:1px solid #B40000;
	padding:2px;
	clear:both;
	left:50%;
	float:left;
	margin-left:-150px;
	position:absolute;
	top:50%;
	margin-top:-50px;
}

.boites_login_titres {
	-moz-border-radius:3px;
	font-weight:bold;
	padding: 0 5px 0 25px;
	line-height:20px;
	color:#FFFFFF;
	background-color:#B40000;
	background-position: 2px center;
	background-repeat: no-repeat;
}

#tableau_messages {
	width:700px;
}
