@charset "utf-8";
/* CSS Document */

* {
	margin:  0px;
	padding: 0px;
	text-decoration:none;
}

html {
	font-size: 100%;
}

body {
	color: #000;
	font-family:Calibri, Arial;
	font-size: 12px;
	background: #c7d6d9 repeat top center url("./images/bas.jpg");
	margin: 0;
	padding:0;
	position: relative;
}

div.haut    { background:url("./images/haut.jpg")    repeat-x  top    center; width:100%; }
div.degrade { background:url("./images/degrade.jpg") repeat-x  top    center; width:100%; }
div.centre  { background:url("./images/centre.jpg")  repeat    top    center; width:100%; }
div.pied    { background:url("./images/pied.jpg")    repeat-x  bottom center; width:100%; }

div.header  { background:url("./images/header.jpg")  no-repeat top    center; width:100%; }


.gauche_haut   { background:url("./images/gauche_haut.png") no-repeat top center; width:100%; }
.gauche_bas    { background:url("./images/gauche_bas.png") no-repeat bottom center; width:100%; height:90px; }

.menu_haut   { background:url("./images/gauche_menu_haut.png") no-repeat top center; width:100%; height:40px; }
.menu_centre { background:url("./images/gauche_menu_milieu.png") repeat-y  top center; width:100%; }
.menu_bas    { background:url("./images/gauche_menu_bas.png") no-repeat top center; width:100%; height:40px; }

.droite_haut   { background:url("./images/droite_haut.png") no-repeat top center; width:100%; }
.droite_centre { background:url("./images/droite_milieu.png") repeat-y  top center; width:100%; }
.droite_bas    { background:url("./images/droite_bas.png") no-repeat top center; width:100%; height:60px; }

.portail_koori { background: url(images/portail.png) no-repeat top center; width:100%; height:70px; }

.pdfdoc { width:64px; height:64px; margin:5px; border:0px; }
.qrcode { width:180px; height:180px; border:0px; }

ul, li {
	list-style:none;
	padding-left:5px;
	list-style:none;
	font-size:12px;
}

.titre_menu {
	font-size:14px;
	text-align:center;
	font-weight:bold;
	width:100%;
}

.titre {
	text-align:left;
	padding-left:20px;
	color:#3f596a;
	font-weight:bold;
	font-size:30px;
	font-family:Calibri, Arial;
}

.soustitre {
	background:center left no-repeat url(images/titre.png);
	vertical-align:middle;
	text-align:left;
	padding-left:30px;
	color:#3f596a;
	font-weight:bold;
	font-size:20px;
	font-family:Calibri, Arial;
	height:35px;
}

.menu_contenu {
	padding-bottom:20px;
	padding-left:20px;
	padding-right:10px;
	padding-top:3px;
	text-align:justify;
	font-size:14px;
}

div.contenu { 
	padding-bottom:0px;
	padding-left:20px;
	padding-right:25px;
	padding-top:0px;
	text-align:justify;
	font-size:13px;
}

.textareas {
	width:100%;
	height:300px;
	padding:5px;
	font-family:Calibri, Arial;
}


/* ***************************************************************************** */
/* Couleurs ******************************************************************** */

.bleu  	{ color:#1f4eaa; border-color:#1f4eaa; }
.violet { color:#5e1ba2; border-color:#5e1ba2; }
.rouge  { color:#9b1617; border-color:#9b1617; }
.orange { color:#ad5f12; border-color:#ad5f12; }
.vert  	{ color:#3b970c; border-color:#3b970c; }
.cyan  	{ color:#0b8b8c; border-color:#0b8b8c; }


