@charset "UTF-8";

body {
	font: 11px Verdana, Helvetica, Arial, sans-serif;
	color: #000033;/*663300;*/
	margin: 0; /* il est conseillé de mettre à zéro la marge et le remplissage de l'élément body, pour tenir compte des différentes valeurs par défaut des navigateurs */
	padding: 0;
	text-align: left;
	background: black url(../img2/site_BKG_blue.jpg) no-repeat center top;
}

img {
	/*IE rajoute des bordures aux images
	IE et Firefox ajoute des bordures aux images-liens*/
	border: 0 none;
	margin: 0;
	padding: 0;
}

ul, li {
	list-style-type: square;
}

#title {
	float: left;
	position: absolute;
	top: 20px;
	margin-left: 10px;
	font-style: italic;
	clear: both;
}
#title a {
	color: #a1c4d2;
	font-size: 2.5em;
}
#subtitle {
	float: right;
	color: #eaeaea;
	color: rgba(234,234,234,0.5);
	font: 7em Georpxgia, "Times New Roman", Times, serif;
	text-shadow: #000000 2px 2px 50px;
	margin-left: 327px;
	position: absolute;
	top: 63px;
	clear: both;
}

h1, h2 {
	color: #a1c4d2;/*CC9933;*/
}

h1 {
	font-size: 3em;
	font-weight: bold;
	/*text-shadow: #2b456f 1px 2px 2px;*/
}

h2 {
	font-size: 1.5em;
	font-weight: bold;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
}

h4, ul.class_h4, li.class_h4 { 
	font-size: 0.9em;
	font-style: italic;
	font-weight: normal;
	color: #5478a5;
}

/* @group containers */

#container { 
	width: 700px;  /* REM: 780px = paramétrage de la largeur à 20 pixels de moins que le plein écran (800 pixels) pour tenir compte de l'habillage du navigateur et éviter l'apparition d'un ascenseur horizontal */
	margin: 0 auto;
	text-align: left; /* ce paramétrage annule le paramètre text-align: center de l'élément body. */
	/*background: url(../img2/meta_BKG.png) no-repeat center top;*/
}

#containerBIG { 
	width: 740px;
	margin: 0 auto;
	border: 0px solid #000000;
	text-align: left;
	/*background: url(../img2/meta_BKG.png) no-repeat center top;*/
}



/* @end */

/* @group meta */

#meta {
	height: 150px;
	background-color: #2b456f;
	clear: both;
}


#metaLangue {
	float: right;
	padding: 20px;
}

#metaBaseline {
	float: left;
	width: 100%; /* placement= hauteur img + padding metaLangue */
	color: #a1c4d2;
	font-weight: bold;
	font-style: italic;
	font-size: 11px;
	margin-left: 10px;
	position: absolute;
	margin-top: 35px;
}

#metaMenu ul, #metaMenu ol, #metaMenu p  {
	margin: 0 0 0 5px; /* la mise à zéro de la marge du premier élément du pied de page permet d'éviter une possible disparition de la marge (espace entre les éléments div) */
	padding: 0;
	/*
	border-bottom: 1px solid red;
	border-top: 1px solid red;
	*/
	float: left;
	width: 100%;
	display: inline-block;
	height: 30px;
	position: absolute;
	top: 100px;
}

#metaMenu a {
	text-align: center;
	font-size: 10px;
	text-transform: capitalize;

	line-height: 30px;
	text-decoration: none;
	border-right: 1px solid #a1c4d2;
	padding: 9px 5px 8px;
/*	background: url(../img2/meta_BT_fond.jpg) repeat-x center top;*/
	color: #a1c4d2;
}

#metaMenu a.selected, #metaMenu a:hover {
	//background: url(../img2/meta_BT_fond_r.jpg) repeat-x center top;
	color: #2b456f;
	background-color: #a1c4d2;
}


/* @end */

/* @group screenshots */

.screenshots {
	background-color: black;
	padding: 5px;
	height: 140px;
}

.screenshots p {
	color: silver;
	font: italic normal 1.3em Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0.5em;
	margin-left: 10px;
}

.screenshots ul li {
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 0;
}

.screenshots ul li a {
	display: block;
	width: 80px;
	margin-right: 2px;
	padding: 4px;
	background-color: gray;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-transition: color 0.2s linear;
}

.screenshots a:hover, #screenshots a.selected {
	background-color: #C9BA6E;
}



/* @end */

/* @group pages */

#versions {
	margin: 0 auto;
	max-width: 740px;
	min-width: 290px;
	padding: 10px 10px 20px;
	background-color: white;
}
#versions ul li {
	margin-left: -25px;
}

#nonpersonal {
	margin: 0;
	background-color: white;
	display: block;
}

/* @end */

#Main {
	margin: 0 auto;
	max-width: 740px;/* pour le Help */
	padding: 10px 10px 20px;
	background-color: white;
}

#HelpGauche {
	display: block;
	float: left;
	border-right: 1px solid silver;
	padding: 10px;
}

#HelpMain {
	display: block;
	float: right;
	height: 400px;
	padding: 10px;
}

#ColGauche {
	display: block;
	float: left;
	/* REM: width finale = width + padding-r+l */
	width: 110px;
	/*margin-left: 10px;*/
	opacity: 1;
}

#ColDroite {
	display: block;
	float: right;
	/* REM: width finale = width + padding-r+l */
	width: 110px;
	/*margin-right: 10px;*/
	opacity: 1;
}

#ColMain {
	display: block;
	margin:0;
	padding-right: 130px;
	padding-left: 130px;
	padding-top: 0px;
	background-color: white;
}

#pied {
	text-align: center;
	font-style: italic;
	font-size: 0.9em;
	background-color: #a1c4d2;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0;
}
#nav_bas a {
	text-align: center;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 0.8em;
}

.center {
	text-align: center;
}

.left {
	text-align: right;
}

.accroche {
	background-color: black;/*#330000;/*black;*/
	color: silver;
	/*display: inline-block;*/
	padding: 10px;
	/*font: italic normal 1.5em/1.5em Georgia, "Times New Roman", Times, serif;*/
}

.accroche h5 {
	color: silver;
	font-weight: normal;
	font-size: 1.5em;
}

.accroche p, .accroche a {
	color: silver;
}

.clear {
	padding: 0; 
	margin: 0; 
	clear: both;
}



.inline {
	display: inline-block;
	margin-right: 5px;
	margin-left: 5px;
}

.inline_left {
	display: block;
	float: left;
	margin-right: 5px;
}

.inline_right {
	display: block;
	float: right;
	margin-left: 5px;
}

.retrait {
	margin: 0 10px;
	display: inline;
	float: left;
}

.zoom {
/* mettre a cheval sur l'image vignette */
	right: 20px;
	position: relative;
	visibility: visible;
}

.bandeau, .bandeau a {
	margin: 0;
	padding: 0;
	/* en attendant la release, je masque ;-) 
	color: #CC0000;
	visibility: hidden;
	height: 0;*/
}

.new, .new a {
	color: #CC0000;
	background-color: transparent;
	/* en attendant la release, je masque ;-) 
	visibility: hidden;*/
}
new a:hover {
	color: #FFFFFF;
	background-color: #CC0000;
	/* en attendant la release, je masque ;-) 
	visibility: hidden;*/
}

.script {
	font: italic 1.5em/2em Georgia, "Times New Roman", Times, serif;
}

.exergue {
	font-size: 1.7em;
	/*font-weight: bold;*/
}

.red {
	color: #CC0000;
}

.black {
	color: #000000;
}

.blue {
	color: #1D599A;
}

/* @group liens */

/* REM: si a est défini au début, il interfère sur tous les a de class (donc veiller à pré-définir les autres class avant de passer au global) */

a, a li {
	color: #000033;
	text-decoration: underline;
	padding: 1px 2px;
}

/*Note: a:hover MUST come after a:link and a:visited in the CSS definition in order to be effective!!*/

a:hover, a li:hover {
	color: white;
	text-decoration: none;
	background-color: #2b456f;
}

/*Note: a:active MUST come after a:hover in the CSS definition in order to be effective!!*/

a:active, a li:active {
	color: white;
	background-color: #2b456f;
	padding: 1px 2px;
}
/* @end */

/* @group overlib */

.oltxt {
	/*REM: (#coul foncée)+(coul claire à 75%)*/
	background-color: #A5ADC0;
}

.olbgdash {
	/*REM: (#coul foncée)+(coul claire à 75%)*/
	border: 1px dashed #aac2de;
}

/* @end */
