/* CONTENU */

* {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

a {
	color: #55AA55;
	text-decoration: underline;
}

a:hover {
	color: #55AA55;
	text-decoration: none;
}

.titre1 {
	font-size: 14px;
	font-weight: bold;
}

.titre2 {
	font-size: 12px;
	font-weight: bold;
	color: #0077aa;
}

.titre3 {
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	
}

.titre4 {
	font-size: 10px;
	font-weight: bold;
	color: #000;
}

.titre5 {
	font-size: 10px;
	font-weight: bold;
}

.titre6 {
	font-size: 10px;
	font-weight: bold;
}

img {
	border: 0px;
}

.text8px {
	font-size: 8px;
}

.text9px {
	font-size: 9px;
}

.text10px {
	font-size: 10px;
}

.text11px {
	font-size: 11px;
}

.text12px {
	font-size: 12px;
}

.text13px {
	font-size: 13px;
}

.text14px {
	font-size: 14px;
}

.bodytext {
	/*
	margin-bottom: 20px;
	font-size: 12px;
	*/

}

.titre_sous_menu_row_1 {
	display: block;
	font-weight: bold;
	font-size:13.5pt;
	color: #004a7e;
	background-color: #FFF;
	padding: 0px 5px 0px 5px;
	background: #EFEFEF url("/fileadmin/templates/images/sous_menu_coin_row_1.jpg") no-repeat right top;
}

.titre_sous_menu_row_2 {
	display: block;
	font-weight: bold;
	font-size:13.5pt;
	color: #004a7e;
	background-color: #FFF;
	padding: 0px 5px 0px 5px;
	background: #EFEFEF url("/fileadmin/templates/images/sous_menu_coin_row_2.jpg") no-repeat right top;
}

.titre_sous_menu_row_3 {
	display: block;
	font-weight: bold;
	font-size:13.5pt;
	color: #004a7e;
	background-color: #FFF;
	padding: 0px 5px 0px 5px;
	background: #EFEFEF url("/fileadmin/templates/images/sous_menu_coin_row_3.jpg") no-repeat right top;
}

.direction_technique {
	float: left;
	width: 300px;
	border:1px solid #666;
	margin: 5px 5px 10px 0px;
	
}


.note_importante {
	display: block;
	margin: 5px 30px 10px 30px;
	padding: 10px;
	background-color: #d0dfeb;
	color: #666;
	border: dotted 1px #999999;
	font-size: 9px;
	
}

.tableau_titre_1 {
	padding: 5px;
	color: #FFF;
	background-color: #a5c5de;
	font-size: 14px;
	font-weight: bold;
	border: solid 1px #999999;
	text-align: center;
}

.redColor {
	color: #cc0000;
}

.blueColor {
	color: #0077aa;
}

