body {
	background-color:#cccccc;
	margin: 10 10 10 10px;
}

a:link { text-decoration: none }
a:visited { text-decoration: none }
a:active { text-decoration: none }
a:hover {color: #990000; text-decoration: none }

a.concept:link { font-size:11px; color: #43617c; }
a.concept:visited { font-size:11px; color: #43617c; }
a.concept:active { font-size:11px; color: #43617c; }
a.concept:hover {font-size:11px; color: #990000; }

a.communication:link { font-size:11px; color: #685B7F; }
a.communication:visited { font-size:11px; color: #685B7F; }
a.communication:active { font-size:11px; color: #685B7F; }
a.communication:hover { font-size:11px; color: #990000; }

a.formations:link { font-size:11px; color: #573128; }
a.formations:visited { font-size:11px; color: #573128; }
a.formations:active { font-size:11px; color: #573128; }
a.formations:hover {font-size:11px; color: #990000; }

td, p, input, textarea, select {
	font-family: Arial, Verdana, Geneva, Helvetica, Sans-Serif;
	font-size:12px;
	color:#000000;
	margin:0;
	text-decoration: none;
}

.texteNormal {
	font-family: Arial, Verdana, Geneva, Helvetica, Sans-Serif;
	font-size:12px;
	color:#000000;
	margin:0;
	text-decoration: none;
}

.textePetit {
	font-family: Arial, Verdana, Geneva, Helvetica, Sans-Serif;
	font-size:10px;
	color:#666666;
}

.texteItalique {
	font-style: italic;
	color:#003399;
}

.Titre1 { 
	font-family: Arial, Verdana, Geneva, Helvetica, Sans-Serif;
	font-size:16px;
	font-weight:bold;
	color:#660000;
}

.pointilles {
	background-image : url('../../images/pointilles.gif');
	background-repeat: repeat-x;
	background-position: center;
	height:15px;
}

.Titre2 {
	font-family: Arial, Verdana, Geneva, Helvetica, Sans-Serif;
	font-size:13px;
	font-weight:bold;
	color:#003399;
}

div.cadre {
	background-color:#ebf3ff;
	border:1px;
	border-style:solid;
	border-color:#b4d6ef;
	margin:0px;
	padding:5px;
	font-family: Arial, Verdana, Geneva, Helvetica, Sans-Serif;
	font-size:11px;
	color:#375ca7;
}

/* Layer Concept */
.LayerConcept {
	background-color:#edf6ff;
	border-color:#cbdcec;
	color: #43617c;
	border-style:solid;
	border-width:1px;
	width:144px;
	font:11px Arial, Verdana, Geneva, Helvetica; 
	padding:4px;
	margin-top:5px;
	text-align:left;
}

/* Layer Communication */
.LayerCommunication {
	background-color:#f5f3fa;
	border-color:#d7cde9;
	color: #685B7F;
	border-style:solid;
	border-width:1px;
	width:144px;
	font:11px Arial, Verdana, Geneva, Helvetica; 
	padding:4px;
	margin-top:5px;
	text-align:left;
}

/* Layer Formations */
.LayerFormations {
	background-color:#f8f4f4;
	border-color:#e4d3d3;
	color: #573128;
	border-style:solid;
	border-width:1px;
	width:144px;
	font:11px Arial, Verdana, Geneva, Helvetica; 
	padding:4px;
	margin-top:5px;
	text-align:left;
}

