/* --- STYLES DE BASE --- */

/* Page */
html {
    font-size: 100%; /* Évite un bug d'IE 6-7. (1) */
}
body {
    margin: 0;
    padding: 0; /* Remettre à zéro si nécessaire. */
    /* Pensez à utiliser une collection de polices (2), par ex: */
    font-family: Arial, Helvetica, FreeSans, sans-serif; 
    font-size: 0.9em; /* À adapter pour la police choisie. (3) */
    line-height: 1.6; /* À adapter au design. (4) */
    color: black;
    background: white;
}

/* Titres */
h1, h2, h3, h4, h5, h6 {
    margin: 1em 0 .5em 0; /* Rapproche le titre du texte. (5) */
    line-height: 1.2;
    font-weight: bold; /* Valeur par défaut. (6) */
    font-style: normal;
}
h1 {
    font-size: 1.75em;
}
h2 {
    font-size: 1.35em;
}
h3 {
    font-size: 1.15em;
}
h4 {
    font-size: 1em;
}

/* Listes */
ul, ol {
    margin: .75em 0 .75em 32px;
    padding: 0;
}

/* Paragraphes */
p {
    margin: .75em 0; /* Marges plus faibles que par défaut. (7) */
}
address {
    margin: .75em 0;
    font-style: normal;
}

/* Liens */
a {
    text-decoration: underline;
}
a:link {

}
a:visited {

}
a:hover, a:focus, a:active {
	outline-style: none;
}
a img {
    border: none;
}

/* Divers éléments de type en-ligne (8) */
em {
    font-style: italic;
}
strong {
    font-weight: bold;
}

/* Formulaires */
form, fieldset {
    margin: 0;
    padding: 0;
    border: none;
}
input, button, select {
    vertical-align: middle; /* Solution pb. d'alignement. (9) */
}


/* --- STYLES DE BASE SUPPLÉMENTAIRES --- */

/* Met en évidence les abréviations */
abbr, acronym {
    border-bottom: 1px dotted;
    cursor: help;
}

/* Met en évidence les citations */
blockquote {
    margin: .75em 0 .75em 20px;
    padding: 0 0 0 10px;
    border-left: solid 2px #ddd;
}
q {
    font-style: italic;
    quotes: none; /* Supprime les guillemets automatiques */
}
cite {
    font-style: italic;
}
q cite, q q {
    font-style: normal
}

/* Rapproche les paragraphes dans les listes et citations */
blockquote p, li p {
    margin: .5em 0;
}

/* Styles de base pour les listes de définition */
dl {
    margin: .75em 0;
}
dt {
    margin: .75em 0 0 0;
    font-weight: bold;
}
dd {
    margin: .25em 0 .25em 32px;
}

/* Mise en forme simple pour les tableaux */
table {
    margin: 0;
    border: 1px solid gray; /* Pas de bordure = "none". */
    border-collapse: collapse; /* Valeur par défaut: "separate". */
    border-spacing: 0;
}
table td, table th {
    padding: 4px; /* Pas de retrait autour du texte = "0". */
    border: 1px solid #ccc; /* Pas de bordure = "none". */
    vertical-align: top; /* Valeur par défaut: "middle" */
    text-align: left;
}



body {
	background-color: #777;
	background-image: url(v3/fond.png);
}

#content {
	/*background-color: red;*/
	width: 990px;
	margin: 0 auto;
}

#colorSwitch
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
}

#colorSwitch ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#colorSwitch li
{
	display: block;
	height: 10px;
	width: 10px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#colorSwitch a {
    display: block;
    padding-top: 10px;
	margin: 0;
}

#colorSwitch .green
{
	background-image: url('v4/bg_green_transparent.png');
}

#colorSwitch .blue
{
	background-image: url('v4/bg_blue_transparent.png');
}

#colorSwitch .blue2
{
	background-image: url('v4/bg_blue2_transparent.png');
}


#colorSwitch .orange
{
	background-image: url('v4/bg_orange_transparent.png');
}

#colorSwitch .brown
{
	background-image: url('v4/bg_brown_transparent.png');
}

#colorSwitch .red
{
	background-image: url('v4/bg_red_transparent.png');
}



#header {
	background-image: url('v4/bg_header.png');
	height: 250px;
	margin: 0 0 0 0;
	position: relative;
}

#middleOuter {
	background-image: url('v4/bg_middle.png');

}
#middle {
	margin: 0 10px;
	/*background-color: #b6c5d4;*/
	background-color: #ddf;
	overflow: auto;
	padding: 0 0 10px 0;
}

#footer {
	background-image: url('v4/bg_footer');
	background-repeat: no-repeat;
}

#headerTop {
	background-image: url('v4/bg_blue_transparent.png');
	height: 40px;
	position: relative;
	margin: 0 10px;
	z-index: 20;
	overflow: hidden;
}

#headerTop h1 {
	display: block;
	height: 40px;
	width: 350px;
	background-image: url('v4/logo_aigles.png');
	background-repeat: no-repeat;
	margin: 0;
	padding: 45px 0 0 0;
	
}

/* Menu de côté */
#sideMenu {
    margin-top: 10px;
    padding: 10px;
}

#sideMenu ul {
    margin: 0;
    padding: 0;
}

#sideMenu ul ul {
    margin-left: 10px;
}

#sideMenu li {
    list-style-type: none;

}

#sideMenu li a {
	display: block;
	line-height: 1em;
	margin: 0 0 10px 0;
	font-weight: bold;
    text-decoration: none;
    color: #47b;
	border: 0 solid #47b;
	border-width: 0 0px 1px 4px;
	padding: 2px 0 2px 5px;
}

#sideMenu li a:hover,
#sideMenu li.active > a { /* CA VA MERDER AVEC IE 6!!*/
    color: yellow;
	border-color: yellow;
}


ul.menuH{
	margin: 0;
	padding: 2px 0 0px 0;
}

ul.menuH li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 5px;
}

ul.menuH li a {
	color: white;
	text-decoration: none;
	border: 5px solid transparent;
	border-width: 0 0 4px 0;
}

ul.menuH li.active a,
ul.menuH li a:hover {
	color: yellow;
	border-color: yellow;
}


#headerTop ul {
	position: absolute;
	bottom: 0;
	right: 0;
}

#mainMenu {
	background-image: url('ban970/ban1.jpg');
	background-color: #369;
	position: absolute;
	top: 0;
	left: 0;
	width: 970px;
	height: 250px;
	margin: 0 10px;
	z-index: 10; 
}

#mainMenu ul {
	background-image: url('v4/bg_blue_transparent.png');
	position: absolute;
	width: 950px;
	bottom: 10px;
	left: 10px;
}

#middle h2 {
	margin: 0;
	padding: 10px 0 0 0;
	text-align: center;
	color: #47b;
}

#col1 {
	float: left;
    width: 180px;
    margin-left: 10px;
}

#col2 {
	margin: 0 200px;
}

#col3 {
	float: right;
	width: 180px;
	margin-right: 10px;
}

.box {
	background-color: #eee;
	padding: 0 0 10px 0;
	border: 1px solid #47b;
	margin: 10px 0 0 0;
	overflow: auto;
}

* html .box {
    height: 1%;
}

.box h3 {
	background-color: #47b;
	margin: 0;
	padding: 1px 3px;
	text-align: center;
	color: white;
}


.box p {
	margin: 10px 10px 0 10px;

}

.box h4 {
    margin: 10px 10px -5px 10px;
    color: #47b;
}

.box table {
    margin: 10px auto;
}

.box table caption {
    margin-top: 30px;
}

.box img {
    margin: 10px 10px 0 10px;
    border: 1px solid #47b;
}


.img2R {
    float: right;

}

.img2L {
	float: left;
}


.box form {
    margin: 10px;
}

.box form label {
    margin-top: 10px;
    display: block;
    color: #47b;
}

.box form textarea,
.box form input {
    width: 450px;
    display: block;
}

.box form input.button {
    width: 10em;
    margin-top: 10px;
}

.credits {
	font-size: 0.75em;
	color: #888;
}

.credits h3 {
	font-weight: normal;
}


#footer p {
	margin: 0;
	padding: 10px 0 0 0;
	text-align: center;
	color: #555;
}

.actu h4 {
    border: 0px solid #47b;
    border-width: 1px 0 0 0;
    margin-top: 0;
    padding-top: 10px;
    position: relative;
    top: -1px;
}

.actu h4 a {
    color: #47b;
    text-decoration: none;
}

.actu p {
    padding-bottom: 10px;
}

.actu p.date {
    margin: 5px 10px -5px 10px;
    padding: 0;
    font-style: italic;
}




.noPadding
{
    padding: 0;
}

.noMargin
{
    margin: 0;
}

.center
{
    text-align: center;
}

.ban
{
    padding: 0;
}

.ban a
{
    margin: 0;
    padding: 0;
    display: block;
    line-height: 0.7em;
}

.box a img{
	padding: 0;
	margin: 0;
	position: relative;
	top: 3px;
}

.ban a img{
	top: 0;
}

.ban img {
	display: block;
	padding: 0;
	margin: 0;
    border: 0 solid black;
}

.video
{
    margin-top: 10px;
    text-align: center;
}


/* Popups */

#firstPopupBackground
{
	position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
	z-index: 20000;
	background-image: url('v4/bg_blue_transparent.png');
}

#firstPopupContainer
{
	position: absolute;
	z-index: 20001;
	top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

#firstPopup
{
	position:relative;
	margin: 60px auto 0 auto;
	z-index: 20001;
	background-color: white;
	height: 462px;
	width: 710px;
	border: 3px solid #ccc;
	background-image: url(ambleteuse.jpg);
}

#firstPopup.mtBlanc
{
	background-image: url(mtblanc.jpg);
}

#firstPopup #close
{
    position: absolute;
    top: -20px;
    right: 0;

}

#firstPopup #close a
{
    color: #ccc;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.8em;
}

#firstPopup #close a:hover
{
	color: white;
}

#firstPopup p
{
    color: white;
    margin: 20px;
    font-weight: bold;
    font-size: 1.3em;
}

#firstPopup p a
{
	color: white;
}


#firstPopup object{
    position: absolute;
    bottom: -60px;
    right: 15px;
}

#firstPopup.mtBlanc object{
    bottom: -60px;
    right: 60px;
}


p.alert, #firstPopup p.alert, p.alert a, #firstPopup p.alert a{ color: red;}

#firstPopup p.alert{ font-size: 1.6em; font-weight: bold;}

.error {
	color: red;
	font-weight: bold;
}

.ok {
	color: green;
	font-weight: bold;
}




.banCiteEurope {
	background-image: url('v4/ban-cite-europe.gif');
	background-repeat: no-repeat;
	padding-top: 70px;
}

.banAntinea {
	background-image: url('v4/ban-antinea.jpg');
	background-repeat: no-repeat;
	padding-top: 160px;
}






/* corrections pour ie6 */

* html #middle {
    height: 1%; /* pour que middle englobe le menu */
}

/* on vire l'ombre */
* html #middleOuter {
    background-image: none;
}

* html #header {
    background-image: none;
}

* html #footer {
    background-image: none;
}

/* on met le titre en texte brut */
* html #headerTop h1 {
    padding: 5px;
    background-image: none;
    color: white;
}

/* correction des marges */
* html #col1 {
    margin-left: 5px;
}

* html #col2 {
    width: 570px;
    margin: 0 auto;
}

* html #col3 {
    margin-right: 5px;
    
}

/* corrections du menu */
* html #sideMenu li {
    height: 1%;
}


#ie6Warning {
    text-align: center;
    color: #700;
    padding: 2px 5px;
    margin: 0 10px;
}

#langSwitcher {
	position: absolute;
	z-index: 11;
	top: 214px;
	right: 28px;
}