@CHARSET "UTF-8";

/**********************************************/
/* Css des pages                              */
/* Général */
body {
	background-image: url('../../img/presentation/bordure_page.png');
	background-repeat: repeat-y;
	background-position: left;
	color: #000080;
	background-color: #FFF;
}

body.spage {
	margin-left: 80px;
}

div.spage {
	margin-left: 80px;
}

div.spage-contenu {
	margin-bottom: 10px;
}

body.spagemaitre {
	background-image: none;
	background-color: #4dcd33;
	margin: 0px 0px;
}

div.spagemaitre-contenu {
	margin: 0px 0px;
}

/* Banière */
div.spagemaitre-baniere {
	width: 100%;
	height: 135px;
}

img.spagemaitre-baniere {
	float: left;
}

div.spagemaitre-baniere-droite {
	margin-left: 600px;
	margin-right: 20px;
	padding-top: 10px;
}

#titrage_titre {
	border-radius: 15px 15px;
	-moz-border-radius: 15px 15px;
	-webkit-border-radius: 15px 15px;
	
	color: #000;
	background-color: transparent;
	text-align: center;
	
	background-image: url('../../img/presentation/fond_titrage_haut.png');
	background-repeat: repeat-x;
	background-position: top;
}
#titrage_titre2 {
	border-radius: 15px 15px;
	-moz-border-radius: 15px 15px;
	-webkit-border-radius: 15px 15px;
	
	background-color: #9be296;
	background-image: url('../../img/presentation/fond_titrage_bas.png');
	background-repeat: repeat-x;
	background-position: bottom;
}

div.spagemaitre-baniere-fonctions {
	margin-left: 600px;
	margin-right: 20px;
	padding-top: 10px;
}

form.spagemaitre-langue {
	display: block;
	float: right;
	margin: 15px 10px;
}

select.spagemaitre-langue {
	background-color: #9be296;
	border: 1px;
	border-top-style: inset;
	border-left-style: inset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-top-color: #AFA;
	border-left-color: #AFA;
	border-right-color: #595;
	border-bottom-color: #595;
}
	
/* Menu */
div.menuprincipal {
	position: absolute;
	left: 0;
	font-size: 0.8em;
}
div.menuprincipal-liensrapides {
	padding: 7px 0px 7px 0px;
	height: 17px;
	background-image: url('../../img/presentation/fond_liens_menu.png');
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: center;
}
div.menuprincipal-liensrapides:hover {
	background-image: url('../../img/presentation/fond_liens_menu_focus.png');
}
div.menuprincipal-liensrapides-liens {
	letter-spacing: 10px; /* Espace entre les images */
}
a.menuprincipal-liensrapides-liens {
	text-decoration: none; /* Pour IE */
}

div.menuprincipal-categorie {
	width: 17em;
	margin-left: 4px;
	padding-bottom: 7px;
	margin-bottom: 10px;
	border-radius: 7px 7px;
	-moz-border-radius: 7px 7px;
	-webkit-border-radius: 7px 7px;
	background-color: #c6f0c3;
}
div.menuprincipal-titre {
	font-weight: bold;
	padding: 4px 25px;
	margin-bottom: 5px;
	border-radius: 7px 7px 0px 0px;
	-moz-border-radius: 7px 7px 0px 0px;
	-webkit-border-radius: 7px 7px 0px 0px;
	
	background-color: #9ee399;
	background-image: url('../../img/presentation/fond_titre_menu.png');
	background-repeat: repeat-x;
	background-position: bottom;
}
div.menuprincipal-categorie:hover > div.menuprincipal-titre {
	background-color: #bef4b9;
	
	background-image: url('../../img/presentation/fond_titre_menu_focus.png');
	background-repeat: repeat-x;
	background-position: bottom;
}
a.menuprincipal-lien {
	padding: 3px 7px;
	color: #000;
	display: block;
	text-decoration: none;
}
a.menuprincipal-lien:link {
	color: #000;
	font-style: normal;
	text-decoration: none;
	padding-left: 20px;
	background-image: url('../../img/puce_menu_inactif.png');
	background-repeat: no-repeat;
	background-position: left;
}
a.menuprincipal-lien:visited {
	color: #000;
	font-style: normal;
	text-decoration: none;
	padding-left: 20px;
	background-image: url('../../img/puce_menu_inactif.png');
	background-repeat: no-repeat;
	background-position: left;
}
a.menuprincipal-lien:hover {
	text-decoration: underline;
	background-image: url('../../img/puce_menu.png');
	background-repeat: no-repeat;
	background-position: left;
}

div.menuprincipal-part-categorie {
	
	width: 17em;
	/*margin-top: 30px;*/
	margin-left: 4px;
	padding-bottom: 7px;
	margin-bottom: 10px;
	border-radius: 7px 7px;
	-moz-border-radius: 7px 7px;
	-webkit-border-radius: 7px 7px;
	background-color: #accfa9;
}

div.menuprincipal-part-titre {
	font-weight: bold;
	padding: 4px 25px;
	border-radius: 7px 7px 0px 0px;
	-moz-border-radius: 7px 7px 0px 0px;
	-webkit-border-radius: 7px 7px 0px 0px;
	
	background-color: #accfa9;
	background-image: url('../../img/presentation/fond_titre_parts.png');
	background-repeat: repeat-x;
	background-position: bottom;
}
div.menuprincipal-part-categorie:hover > div.menuprincipal-part-titre {
	background-color: #cbe5c9;
	
	background-image: url('../../img/presentation/fond_titre_parts_focus.png');
	background-repeat: repeat-x;
	background-position: bottom;
}

div.menuprincipal-part-soustitre {
	margin-top: 1px;
	padding-top: 2px;
	padding-bottom: 1px;
	background-color: #cbe5c9;
}
a.menuprincipal-part-lien {
	color: #000;
	font-size: 0.9em;
	display: block;
	margin-left: 20px;
	text-decoration: none;
}
a.menuprincipal-part-lien:hover {
	text-decoration: underline;
}
a.menuprincipal-part-lien:visited {
	color: #000;
}

/* Contenu */
div.spagemaitre-divcontenu {
	margin-left: 14em;
	background-image: url('../../img/presentation/bordure_page.png');
	background-repeat: repeat-y;
	background-position: left;	
	background-color: #FFF;
}

div.spagemaitre-inclusion {
	background-image: url('../../img/presentation/bordure_page.png');
	background-repeat: repeat-y;
	background-position: left;
	color: #000080;
	background-color: #FFF;
}

/**********************************************/
/* Css communs                                */
h1 {
	font-size: 1.4em;
	margin: 5px 0px 8px 0px;
}

h2 {
	font-size: 1.2em;
	margin: 5px 0px 5px 0px;
}

h3 {
	font-size: 1em;
	margin: 5px 0px 5px 0px;
	color: black;
}

a {
	color: #000060;
}
a:visited {
	color: #000060;
}
a:active {
	color: #FF0000;
}
img {
	border: 0;
}

div.separateur {
	margin: 15px 70px 15px -10px;
}

hr {
	color: #000000;
	border-style: outset;
	border-width: 1px;
	border-color: #AAA;
}

.titre {
	font-size: 9pt;
	font-family: verdana;
	color: #ff0000;
}
.normal {
	font-size: 9pt;
	text-decoration: none;
	font-family: verdana;
	color: #e400ff;
}
.entete {
	font-size: 10pt;
	font-family: verdana;
	color: #ff0000;
}
.standard {
	font-size: 8pt;
	font-family: verdana;
	color: #000000;
}
.petit {
	font-size: 7pt;
	font-family: verdana;
	color: #e400ff;
}

.visite {
	font-size: 8pt;
	font-family: verdana;
	color: #e400ff;
	font-style: italic;
}

.champdate {
	width: 7em;
}

.texte {
	color: #000;
}

p.texte {
	text-indent: 1em;
	margin-bottom: 0.5em;
}
.texte > p {
	text-indent: 1em;
	margin-bottom: 0.5em;
}

div.article {
	margin: 5px 50px 5px 5px;
}

fieldset.article {
	border-width: 1px;
	border-bottom-style: none;
	border-right-style: none;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

legend.article-titre {
	margin-left: 15px;
	padding-left: 25px;
	padding-right: 35px;
	border-radius: 15px 15px;
	-moz-border-radius: 15px 15px;
	-webkit-border-radius: 15px 15px;
	background-color: #c6f0c3;
}

div.article-contenu {
	padding-left: 15px;
}

p {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #000;
}

/**********************************************/
/* Mise en page                               */
.sautdepage {
	height: 30px;
}

/* Section dans une page (divison avec un 
    ensemble d'éléments, comme une form) */
.section {
	
}

/**********************************************/
/* Tables                                     */
table.stable {
	color: #000000;
	border-style: solid;
	border-width: 1px;
}
tr.entete {
	color: #000;
	font-weight: bold;
	text-align: left;
	background-color: #78d962;
	border-style: solid;
	border-width: 1px;
}
th.entete {
	color: #000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding:  3px 5px 4px 5px;
}
tr.pair {
	background-color: #FFF;
}
tr.impair {
	background-color: #c6f0c3;
}
td {
	padding:  0px 5px 0px 5px;
	font-size: 0.9em;
}

/**********************************************/
/* Listes                                     */
ul {
	color: black;
}

li {
	margin: 0.3em 0em;
}

/**********************************************/
/* Formulaires                                */
/* Bouton utilisé comme like */
input.lien {
	background: #c6f0c3;
	border: 1px;
	border-top-style: inset;
	border-left-style: inset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-top-color: #AFA;
	border-left-color: #AFA;
	border-right-color: #020;
	border-bottom-color: #020;
	margin: 0px;
	padding: 0px 5px;
}
input.lien:hover {
	background: #d6ffd3;
}
input.lien-actif {
	font-weight: bold;
}
/* Css appliqués à SListeChamps */
div.listechamps-conteneur {
	display: block;
	float: left;
	width: 100%;
}
div.listechamps-largeur {
	float: left;
	width: 100%;
}
.listechamps-saisie {
	width: 100%;
}
span.listechamps-boutons {
	float: right;
	margin: 10px 20px 0 0;
}

div.listechamps {
	float: left;
	width: 760px;
}
p.listechamps-ligne {
	float: left;
	width: 760px;
	margin: 5px 0 0 0;
}
span.listechamps-label {
	display: block;
	float: left;
	width: 160px;
}
span.listechamps-controle {
	display: block;
	float: left;
	width: 580px;
}

div.listechamps-demi {
	float: left;
	width: 380px;
}
p.listechamps-ligne-demi {
	float: left;
	width: 380px;
	margin: 5px 0 0 0;
}
span.listechamps-label-demi {
	display: block;
	float: left;
	width: 160px;
}
span.listechamps-controle-demi {
	display: block;
	float: left;
	width: 200px;
}

/**********************************************/
/* Popups                                     */
.popup {
	display: none;
	position: absolute;
	background: #FFF;
	z-index: 2;
}

.fondPopup {
	display: none;
	position: fixed;
	_position: absolute; /* hack for internet explorer 6*/  
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	
	background-color: #111;
}
