@charset "utf-8";

a {
	color: #000;
	text-decoration: underline;
}
a:hover {text-decoration: none;}

html, body, * { /*met les marges globales à 0 */
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
}

select option{
	padding-right:5px;
}

input{
	margin:0 4px ;
}

img {border: none;}


.alignCenter {text-align: center;}
.alignLeft {text-align: left;}
.alignRight {text-align: right;}
.alignJustify {text-align: justify;}

.bouton{
	background:#e2f0f3;
	color:#2E5B89;
	font-weight:bold;
	padding:2px;
	text-align: center;
}
.bouton:hover{
	background:#2E5B89;
	color:#e2f0f3;
	font-weight:bold;
	padding:2px;
	text-align: center;
}

.blanc{color: #fff;}

.chemin {
	margin-left: 40px;
	margin-right: 45px;
	padding-top: 10px;
	font-weight: bold;
}

.clear {clear: both;}
.clearL {clear: left;}
.clearR {clear: right;}

.gras {font-weight: bold;}

.inline {display: inline;}

.td_one_line{
	white-space:nowrap;
	padding:0px 5px;
}

h2 { /* définition des particularités pour le titre h2 du contenu */
	font-size: 14px;
	font-weight:bold;
	color:#2E5B89;
}
h3 { /* définition des particularités pour le titre h3 */
	font-size: 16px;
}
h4 { /* définition des particularités pour le titre h4 du contenu */
	font-size: 12px;
	font-weight:bold;
	color:#2E5B89;
}

.lettrine:first-letter { /*affiche la premiere lettre de la phrase en bleu et gras*/
	color:#2E5B89;
	font-size:14px;
	font-weight:bold;
}


.divTable{
	width:99%;
	overflow:scroll;
	margin-top:10px;
}

.rouge {color: #f00;}
.vert {color: #0f0;}
.orangeF{color:#EC760A; }
.bleu {color:#2E5B89;}

.textebleu {/* affiche le texte en bleu et gras */
	color:#2E5B89;
	font-size:12px;
	font-weight:bold;
}
.texteorange {/* affiche le texte en orange et gras (attention maintenant bleu ciel*/ 
	color: #e2f0f3;
	font-size:12px;
	font-weight:bold;
}

.tab {
	list-style-image:url(../img/puce-tab.gif);
	list-style-position: inside;
	line-height: 19px;
}

.margel {
	margin-left:10px;
}

.triangleorange {list-style-image:url(../img/puce-tab.gif);}
.triangleblanc {list-style-image:url(../img/puce-docu.gif);}

.background_dbdbdb {
	background-color: #dbdbdb
}
.background_cccccc {
	background-color: #cccccc
}
.background_eeeeee {
	background-color: #eeeeee
}
.background_ececec {
	background-color: #ececec
}
.background_999999 {
	background-color: #999999
}