/* CSS Document */
@import url(editor2.css);

body {
}

h1 {
}

h2 {
}

h3 {
}

h4 {
}

a:link, a:visited {
}

a:hover {
}
p{
margin-bottom:15px;
}


table.Tableau_2_colonnes {
	width:100%;
	border:none;
	border-width:0px;
	margin-top:20px;
}
table.Tableau_2_colonnes td{
	width:50%;
	border-width:0px;
	padding:10px;
	text-align:justify;
	vertical-align:top;
}
/* Text Hight Light*/
.Txt_en_orange{
	color: #F18E00;
}
.Txt_MAJ_gras_orange{
	color: #F18E00;
	font-size: 10px;
	font-weight:bold;
	text-transform:uppercase;
	
	
}
.Txt_en_bleu{
	color: #6B9DC1;
}
h2.Titre2_avec_puce_bleue {
	font-size: 12px;
	color: #6B9DC1;
	font-weight: bold;
	text-align:left;
	padding-left:40px;
	margin-bottom:10px;
	background-image:url(../images/logo_small.jpg);
	background-repeat:no-repeat;
	height:17px;
}
h2.Titre2_sans_puce {
	font-size: 12px;
	color: #6B9DC1;
	font-weight: bold;
	text-align:left;
	padding-left:40px;
	margin-bottom:10px;
	height:17px;
}

table.contentpaneopen ul{
	margin-left:20px;
	padding:0px;
	list-style:disc;
}
table.contentpaneopen ul li{
	margin-top:2px;
}



