@charset "iso-8859-1";
 @import url(elements.css);
@import url(structure_max.css);
@import url(navigation_elements.css);
@import url(foot.css);
@import url(contenu.css);
@import url(organigramme.css);
@import url(font-awesome.css);
@font-face {
	font-family: century gothic;
	src: url('/ffont/GOTHIC.TTF'),  url('/ffont/GOTHIC.otf'); /* IE9 */
}
/* COMMON STYLES */

/*reset d'un certain nombre de styles css par defaut*/

* {
	border: 0;
	font-style: normal;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
/*CSSEditor|structure,global|Zone extérieure|notext*/

body {
	/*font-family:'trebuchet MS', Arial, Helvetica, sans-serif;*/

	font-family: "Lato", trebuchet ms, verdana, arial, sans-serif;
	font-size: 80%;
	/*	line-height:160%;*/

	margin-top: 0;
}
/*CSSEditor|content,image|Apparence des images|notext,noizimedia*/

img {
	border: 0;
	vertical-align: bottom;
}
.clear {
	clear: both;
	border: 0;
	height: 0;
	line-height: 0;
	visibility: hidden;
	margin: 0;
	padding: 0;
}
/* Hide only visually, but have it available for screenreaders: h5bp.com/v */

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}
