 
@font-face {
	font-family: 'trebuc';
	src:	url('police/trebuchet/trebuc.eot');
	src:	url('police/trebuchet/trebuc.woff') format('woff'), 
			url('police/trebuchet/trebuc.ttf') format('truetype'), 
			url('police/trebuchet/trebuc.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'trebuc';
	src:	url('police/trebuchet/trebucbd.eot');
	src:	url('police/trebuchet/trebucbd.woff') format('woff'), 
			url('police/trebuchet/trebucbd.ttf') format('truetype'), 
			url('police/trebuchet/trebucbd.svg') format('svg');
	font-weight: bold ;
	font-style: normal;
}

@font-face {
	font-family: 'trebuc';
	src:	url('police/trebuchet/trebucbi.eot');
	src:	url('police/trebuchet/trebucbi.woff') format('woff'), 
			url('police/trebuchet/trebucbi.ttf') format('truetype'), 
			url('police/trebuchet/trebucbi.svg') format('svg');
	font-weight: bold ;
	font-style: italic ;
}

@font-face {
	font-family: 'trebuc';
	src:	url('police/trebuchet/trebucit.eot');
	src:	url('police/trebuchet/trebucit.woff') format('woff'), 
			url('police/trebuchet/trebucit.ttf') format('truetype'), 
			url('police/trebuchet/trebucit.svg') format('svg');
	font-weight: normal ;
	font-style: italic ;
}

body
{
font-family: Arial;
}



label
{
display: inline-block;
width:250px;
vertical-align:top;
}

div.principale
{
background-color:#7a99aa;
width:900px;
margin:auto;
}

div.contenu
{
background-color:#7a99aa;
padding:20px;
}

div.head
{
background-color:#ffa132;
padding:20px;
color: #073751
}

div.nav
{
width:100%;
height:40px;
background-color:#a65200;
}

div.nav ul
{
list-style-type:none;
margin:0px;
padding:5px;
}



div.nav ul li
{
display:inline-block;
padding:5px;
background-color:#014062;
color:#ffb359;
text-decoration:none;
}

div.nav ul li:hover
{
background-color:#275c78;
}


div.nav ul li a:link,div.nav ul li a:visited
{
display:inline-block;

color:#ffb359;
text-decoration:none;
}
div.nav ul li a:hover, div.nav ul li a:active,div.nav ul li a:focus
{

color:#ffa132;
text-decoration:none;
}

h3
{
text-decoration:underline;
}







span.cours
{
font-weight:bold;
font-size:1.3em;
}

ul.accueil
{
list-style-type:none;
}

ul.accueil li
{
display:inline-block;
padding:10px;
background-color:#014062;
margin-left:150px;
margin-top:70px;
margin-bottom:70px;
}
.pdf, .pdf:link, .pdf:visited
{
display:inline-block;
padding:5px;
background-color:#014062;
color:#ffb359;
text-decoration:none;
}
.pdf:hover, .pdf:active, .pdf:focus
{
background-color:#275c78;
color:#ffa132;
text-decoration:none;

}



ul.accueil li:hover
{
background-color:#275c78;
}

ul.accueil li a:link, ul.accueil li a:visited
{
color:#ffb359;
text-decoration:none;
}

ul.accueil li a:hover,ul.accueil li a:focus,ul.accueil li a:active,ul.accueil li:hover a
{
color:#ffa132;
text-decoration:none;
}








