@charset "utf-8";

* {
	margin:0;
	padding:0;
	border:0;
	font-family: 'AbelRegular', sans-serif;
	font-size:12px;
	list-style: none;
}

/* @group FONTFACE */

@font-face {
    font-family: 'AbelRegular';
    src: url('font/abel-regular-webfont.eot');
    src: url('font/abel-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/abel-regular-webfont.woff') format('woff'),
         url('font/abel-regular-webfont.ttf') format('truetype'),
         url('font/abel-regular-webfont.svg#AbelRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OvoRegular';
    src: url('font/ovo-regular-webfont.eot');
    src: url('font/ovo-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/ovo-regular-webfont.woff') format('woff'),
         url('font/ovo-regular-webfont.ttf') format('truetype'),
         url('font/ovo-regular-webfont.svg#OvoRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
/* @end */

h1 {
	font-family:OvoRegular;
	font-size:14px;
}

/*
* 
*/
form#formulaire a {
	text-decoration:none;
	font-family: 'AbelRegular', sans-serif;font-size:15px;
}
form#formulaire ul li a{ color:#009DE0; font-weight:bold;}

form#formulaire ul li ul li a{ color:black; font-weight:normal;}
/*
*modules etudes et recherche
*/

div#annexes img{
	margin:2px;
	width:100px;
	height:100px;
	cursor:pointer;
}