/* Feuille de style CRPN - tous droits réservés */
html  {margin:0}

body {
margin:0;
font-family: Arial, garamond, "times new roman", serif;
font-size: x-small;
background-color:white;
}

TD {
	font-size: x-small
}

h1 {
font-family: Arial, garamond, serif;
color: #000127;
font-size: 150%;
}

h2 {
font-family:garamond, serif;
font-style:italic;
color:#696969;
font-size:160%;
}

h3 {
font-family:"trebuchet ms", verdana, arial, geneva, sans-serif;
color:black;
font-size:120%;
}

h4 {
font-family:"trebuchet ms", verdana, arial, geneva, sans-serif;
color:#696969;
font-size:100%
}

img {
border:0;
}

/*liens*/
a {
color: black;
text-decoration: none;
	font-size: x-small;
}
a:hover {
	color: black;
    text-decoration: none;
	font-weight: bold;
	list-style-type: disc;
	list-style-position: inside;
	font-family: Arial;
	font-size: x-small;
}

/* Cadre standards des pages CRPN */
.cadrePage {
	width: 90%;
	position: absolute;
	left: 10px;
	top: 0px;
	float: none;
	font-family: Arial;
	font-size: x-small
}

.cadreLogoCrpn {
	top: 15px;
	position: absolute;
	height: 100px;
	width: 140px;
	left: 45px
}

.cadreNomCrpn {
	top: 10px;
	position: absolute;
	height: 100px;
	width: 320px;
	left: 580px
}

.cadreDrapeau {
	top: 600px;
	position: absolute;
	height: 30px;
	width: 800px;
	left: 0px
	}

.cadreImage {
	position: absolute;
	visibility: visible;
	width: 100px;
	height:400px;
	top: 134px;
	float: none;
	left: 0px;
	z-index: 2
}

.cadreTexte {
	top: 150px;
	position: absolute;
	left: 230px;
	z-index: 2;
	font-size: x-small;
	right: 10px;
}

.cadreAutreMenus {
	position: absolute;
	visibility: visible;
	width: 100px;
	top: 365px;
	float: none;
	left: 0px;
	text-align: right;
	font-weight: bold;
	font-size: small;
	z-index: 2;
}

