/* feuille de style guide de competences*/
html, body {
margin: 0;
padding: 0;
height: 100%
}

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color : #000;
	background-image: url(images/fond-page.gif);
	background-repeat: repeat-x;
	background-color: #799dd0;
}

  	A					{text-decoration:none}
	A:hover				{text-decoration:none}
	a:link { color: #000; }
	a:visited { color: #000; } 
	a:hover { color: #000; }


/* structure generale*/
#struct-haut {
	width:804px;
	height:102px;
	margin-top: 30px;
	margin-left: 30px;
	background-image: url(images/table-up.gif);
	background-repeat: no-repeat;
}
#struct-header {
	background-image: url(images/table-middle.gif);
	background-repeat: repeat-y;
	margin-left: 30px;
	width: 804px;
	padding-left: 15px;
}
#struct-centre {
	width:804px;
	margin-left: 30px;
	background-image: url(images/table-middle.gif);
	background-repeat: repeat-y;
	padding-left: 15px;
}
#struct-bas {
	width:804px;
	height:40px;
	margin-left: 30px;
	background-color: #FFF;
	background-image: url(images/table-down.gif);
	background-repeat: no-repeat;
}
/* zones dans la structure*/
.nav1 {
	font-size: 10px;
	background-color: #fbc100;
	text-align: center;
	height: 15px;
	margin-right: 2px;
	display: inline;
	padding-right: 4px;
	padding-left: 4px;
}
.nav2 {
	font-size: 10px;
	background-color: #65b51f;
	text-align: center;
	height: 15px;
	margin-right: 2px;
	display: inline;
	padding-right: 4px;
	padding-left: 4px;
}
.nav3 {
	font-size: 10px;
	background-color: #cd5a00;
	text-align: center;
	height: 15px;
	display: inline;
	padding-right: 4px;
	padding-left: 4px;
	margin-bottom: 2px;
}
.nav4 {
	font-size: 10px;
	background-color: #799dd1;
	text-align: center;
	height: 15px;
	display: inline;
	padding-right: 4px;
	padding-left: 4px;
	margin-bottom: 2px;
}
.nav5 {
	font-size: 10px;
	background-color: #9f84b7;
	text-align: center;
	height: 15px;
	margin-right: 2px;
	display: inline;
	padding-right: 4px;
	padding-left: 4px;
}
.zone-textacc {
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	height: 111px;
	background-position: center center;
	margin-top: 2px;
	width: 770px;
}
.visuel {
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	background-image: url(images/visuel-01.jpg);
	background-repeat: no-repeat;
	height: 111px;
	background-position: center center;
	margin-top: 2px;
	width: 770px;
}
/* champs recherche*/
.champs-recherche {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	height: 20px;
	width: 350px;
	border: 1px solid #799dd0;
}
.bouton-recherche {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	height: 20px;
	width: 88px;
	border: -1px double #799DD0;
	background-color: #799dd0;
}
/* style resultats*/
.resultat1{
	font-size: 11px;
	color: #000000;
	border-bottom: 1px dotted #004d93;
	margin-bottom: 3px;
	margin-right: 100px;
	background-image: url(images/px-bleuclair.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-indent: 10px;
}
.resultat2{
	font-size: 11px;
	color: #000000;
	border-bottom: 1px dotted #cd5a00;
	margin-bottom: 3px;
	margin-right: 100px;
	background-image: url(images/px-orange.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-indent: 10px;
}
/* textes*/
.note {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
.titre-accueil{
	font-size: 18px;
	font-weight: bold;
	color: #000;
}
.titre-fiche{
	font-size: 13px;
	font-weight: bold;
	color: #000;
}
.text-10bold {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	font-style: normal;
	text-decoration: none;
}
.text-noir-11px{
	font-size: 11px;
	color: #000;
}
.text-noir-9px{
	font-size: 9px;
	color: #000;
}
.text-bleu{
	font-size: 11px;
	color: #004d93;
}
.text-orange{
	font-size: 11px;
	color: #cd5a00;
}
.bleuclair {	color: #799dd1;}
.bleu {	color: #004d93;}
.orange { color: #cd5a00;}
#hr {
	margin-bottom: 10px;
	border-bottom: 1px solid #000000;
	margin-right: 25px;
	text-align: right;
	height: 13px;
}
