
.clear {
	clear: both;
}

.couleurA { /*Bleu*/
	color: /*A*/RGB(003,163,216);
}

.couleurB { /*Vert*/
	color: /*B*/RGB(011,164,055);
}

.alignLeft {
	float: left;
	margin-right: 10px;
}

.alignRight {
	float: right;
	margin-left: 10px;
}

h2 {
	font-weight: bold;
	font-size: 16px;
	color: RGB(063,063,063);
}

p {
	font-size: 12px;
}

p a, li a {
	text-decoration: underline;
	color: inherit;
}

#corps a {
	color: /*A*/RGB(003,163,216);
}

.errorField {
	color: #F00;
}

a img {
	border: none;
}

#page {
	position: relative;
	width: 960px;
	margin: auto;
	margin-top: 20px;
	
	background: -webkit-linear-gradient( RGB(221,221,221), RGB(255,255,255) );
	background: -moz-linear-gradient( RGB(221,221,221), RGB(255,255,255) );
	background: linear-gradient( RGB(221,221,221), RGB(255,255,255) );
	
-webkit-box-shadow: 0px 0px 60px -10px #000000;
   -moz-box-shadow: 0px 0px 60px -10px #000000;
     -o-box-shadow: 0px 0px 60px -10px #000000;
		box-shadow: 0px 0px 60px -10px #000000;
			/*filter:progid:DXImageTransform.Microsoft.Shadow(color=#000000, Direction=NaN, Strength=60); Rendu d'ombre sur les textes??*/
}

#corps {
	position: relative;
}

#corps .col1 {
	float: left;
	width: 309px;
}

#corps .col2 {
	float: left;
	margin-left: 52px;
	margin-right: 70px;
	width: 529px;
}

#footer {
	position: relative;
	height: 27px;
	clear: both;
	margin-bottom: 30px;
	border-top: 2px solid /*A*/RGB(003,163,216);
	border-bottom: 3px solid RGB(123,123,130);
	
	background-color: RGB(100,100,115); /* IE fix */
	background: -webkit-linear-gradient( RGB(000,000,000), RGB(100,100,115) );
	background: -moz-linear-gradient( RGB(000,000,000), RGB(100,100,115) );
	background: linear-gradient( RGB(129,129,129), RGB(170,170,176) );
}

#footer p {
	color: RGB(255,255,255);
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

/********** BANNIERE, LOGO, TITRE, BARRE-TOP **********/
#banniere {
	position: relative;
	width: 960px;
	height: 241px;
	background-image: url('media/banniere.jpg'); /* Par défaut, mais si une image est choisie pour un article / pour l'accueil dans l'administration, ce sera celle choisie qui sera affichée */
	border-bottom: 1px solid RGB(098,098,098);
}

#banniere #tirets {
	position: absolute;
	top: 19px;
	left: 9px;
	width: 11px;
	height: 217px;
	background: url('media/tirets.png');
	z-index: 200;
}

#logo {
	position: absolute;
	bottom: 0;
	width: 309px;
	height: 136px;
	border-top-right-radius: 20px;
	z-index: 100;
	
	background-color: white; /* IE fix */
	background: -webkit-linear-gradient(left, RGBA(255,255,255,0.50), RGBA(255,255,255,1) );
	background: -moz-linear-gradient(left, RGBA(255,255,255,0.50), RGBA(255,255,255,1) );
	background: linear-gradient(to right, RGBA(255,255,255,0.50), RGBA(255,255,255,1) );
	
-webkit-box-shadow: 10px 10px 25px -15px #000000;
   -moz-box-shadow: 10px 10px 25px -15px #000000;
     -o-box-shadow: 10px 10px 25px -15px #000000;
		box-shadow: 10px 10px 25px -15px #000000;
			/*filter:progid:DXImageTransform.Microsoft.Shadow(color=#000000, Direction=134, Strength=25); Rendu d'ombre sur les textes??*/
}

#logo img {
	width: 267px;
	height: 116px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -58px;
	margin-left: -122px;
}

/* Titre sur l'index */
#titre {
	position: absolute;
	bottom: 22px;
	left: 361px;
}

#titre h1 {
	font-weight: bold;
	color: RGB(255,255,255);
	text-shadow: 2px 2px 5px RGBA(000,000,000,0.8);
}

#titre h1:first-of-type {
	font-size: 36px;
}

#titre h1:last-of-type {
	font-size: 22px;
}

/* Titre sur autres pages */
#titre.titre-page {
	width: 651px;
	bottom: 0;
	left: 309px;
	background-color: RGBA(003,143,190,0.6);
	border-top-left-radius: 20px;
	padding: 13px 0 14px 0;
}

#titre.titre-page h1 {
	color: RGB(255,255,255);
	font-size: 20px;
	font-weight: normal;
	margin-left: 52px;
	margin-right: 52px;
	line-height: 20px;
	text-shadow: none;
}

#barre-top {
	position: relative;
	height: 27px;
	opacity: 0.5;
	width: 960px;
	
	background: -webkit-linear-gradient( RGB(255,255,255) 0%, RGB(085,085,085) 10%, RGB(085,085,085) 90%, RGB(000,000,000) 100% );
	background: -moz-linear-gradient( RGB(255,255,255) 0%, RGB(085,085,085) 10%, RGB(085,085,085) 90%, RGB(000,000,000) 100% );
	background: linear-gradient( RGB(255,255,255) 0%, RGB(085,085,085) 10%, RGB(085,085,085) 90%, RGB(000,000,000) 100% );
}

#conteneur-boutons {
	position: absolute;
	top: 0;
	right: 0;
	height: 27px;
}

#conteneur-boutons p {
	color: RGB(255,255,255);
	height: 17px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -20px;
}

#conteneur-boutons #form-recherche {
	display: inline-block;
	height: 27px;
}

#conteneur-boutons #barre-recherche {
	width: 105px;
	height: 17px;
	border-radius: 6px;
	padding-left: 5px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -22px;
	outline: 0;
}

#conteneur-boutons #loupe {
	height: 19px;
	width: 19px;
	display: inline-block;
	background: url('media/picto_loupe.png') no-repeat;
	margin: 5px;
	cursor: pointer;
}

/********** MENU **********/

/* Menu de base */
#menugauche {
	position: relative;
	width: 309px;
	margin-bottom: 50px;
	border-bottom-right-radius: 20px;
	
	background: -webkit-linear-gradient(140deg, RGB(003,181,239), RGB(003,143,190) );
	background: -moz-linear-gradient(140deg, RGB(003,181,239), RGB(003,143,190) );
	background: linear-gradient(140deg, RGB(003,181,239), RGB(003,143,190) );
	background-color: blue; /* IE fix */
}

#menugauche > ul {
	list-style-type: none;
}

#menugauche a {
	color: white; /* IE fix, sinon ne comprend pas la suite et n'affiche pas les liens des menus */
}

#menugauche > ul > li {
	position: relative;
	font-weight: bold;
	font-size: 12px;
	color: RGB(255,255,255);
	border-top: 1px solid RGB(065,205,252);
	border-bottom: 1px solid RGB(002,117,155);
	background: url('media/triangle_liste.png') no-repeat;
	background-position: 12px 7px;
}

#menugauche a {
	text-decoration: none;
	color: inherit;
	display: block; /* Fix ?*/
	padding: 5px 20px 5px 25px;
}

#menugauche a:hover {
	color: RGBA(255,255,255,0.8);
}

/* Sous-menus */
#menugauche ul.sous-menu {
	position: absolute;
	top: -1px;
	left: 309px;
	min-height: 5px;
	border-bottom-right-radius: 20px;
	background-color: /*B*/RGB(011,164,055);
	list-style-type: none;
	padding: 5px 0 8px 20px;
	display: none;
}

#menugauche ul.sous-menu a {
	padding: 0;
	padding-left: 12px;
}

#menugauche ul.sous-menu > li {
	white-space: nowrap;
	min-height: 17px;
	line-height: 14px;
	font-weight: normal;
	font-size: 12px;
	color: RGB(255,255,255);
	border: none;
	margin: 0 10px 0 5px;
	background: url('media/carre_liste.png') no-repeat;
	background-position: 2px 5px;
}

 /* On gère ici l'affichage des sous-menus */
#menugauche > ul > li.survol:hover {
	background-color: /*B*/RGB(011,164,055);
	border-top: 1px solid /*B*/RGB(011,164,055);
	border-bottom: 1px solid /*B*/RGB(011,164,055);
}

#menugauche > ul > li.survol > ul.sous-menu {
	padding-left: 5px;
}

#menugauche > ul > li:hover > ul.sous-menu, #menugauche > ul > li.on > ul.sous-menu {
	display: block;
}

#menugauche > ul > li.on {
	background: url('media/triangle_liste_ouverte.png') no-repeat;
	background-position: 9px 9px;
}

#menugauche > ul > li.on img.triangle-liste {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

#menugauche > ul > li.on > ul.sous-menu {
	position: relative;
	left: 0;
	background-color: inherit;
}

#menugauche > ul > li.on > ul.sous-menu > li {
	white-space: normal;
}

#menugauche > ul > li.on > ul.sous-menu > li.on {
	color: RGB(000,000,000);
	background: url('media/carre_liste_selectionnee.png') no-repeat;
	background-position: 2px 5px;
}

#menugauche #fin-menu { /* div pour laisser un espace en bas du menu */
	height: 25px;
	border-top: 1px solid RGB(065,205,252);
}

/********** CONTENU PAGE **********/
#texte {
	margin: 33px 0 70px 0;
}

#texte li {
	font-size: 12px;
	margin-left: 16px;
}

#texte.recherche h2 {
	margin-top: 50px;
	margin-bottom: 50px;
}

#texte.recherche h2:first-child {
	margin-top: 0;
}

#texte.recherche li a {
	color: inherit;
	text-decoration: none;
}

#texte.recherche li a:hover {
	color: /*A*/RGB(003,163,216); 
}

#texte.pg404 h2 {
	margin-bottom: 30px;
}

.exergue {
	background-color: RGBA(026,036,070,0.14);
	margin-top: 15px;
	padding: 7px;
	padding-right: 76px;
	width: 523px;
	margin-left: -7px;
}

.exergue h2 {
	font-weight: normal;
	font-size: 16px;
	color: RGB(000,000,000);
}

#documents {
	position: relative;
	margin-top: 47px;
}

#documents > p {
	margin-left: 26px;
	font-weight: bold;
}

#documents .fichier {
	position: relative;
	width: 299px;
	height: 65px;
	border-top-right-radius: 20px;
	border-left: 1px solid RGB(173,173,173);
	background: linear-gradient( to right, RGB(242,242,242), RGB(213,213,213) );
	margin: 7px 0 17px 10px;
	overflow: hidden;
}

#documents .fichier:hover .triangleBlanc .triangleVert {
	opacity: 1;
}

#documents .fichier:hover .titre p {
	color: RGBA(003,163,216,0.6);
}

#documents .titre {
	position: absolute;
	top: 12px;
	left: 13px;
	width: 220px;
}

#documents .titre p {
	font-weight: bold;
	color: /*A*/RGB(003,163,216);
}

#documents .titre a {
	text-decoration: none;
}

#documents .details {
	position: absolute;
	bottom: 7px;
	left: 13px;
	width: 220px;
}

#documents .details p {
	color: /*A*/RGB(003,163,216);
}

#documents .fichier .triangleBlanc {
	position: absolute;
	right: 0;
	bottom: 0;
	
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 0 22px 22px;
	border-color: transparent transparent RGB(255,255,255) transparent;
}

#documents .fichier .triangleBlanc .triangleVert {
	position: absolute;
	right: 0;
	bottom: -22px;
	
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 0 15px 15px;
	border-color: transparent transparent /*B*/RGB(011,164,055) transparent;
	opacity: 0.6;
}