@charset "UTF-8";
body  {
	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: center; /* ce paramétrage centre le conteneur dans les navigateurs IE 5.x. Le texte est ensuite aligné à gauche (valeur par défaut) dans le sélecteur #container */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color: #000000;
	background-image: url(../images/skull_welsches_02.jpg);
	background-repeat: repeat-x;
    }
h1  {
	font-size: 125%;
	font-weight: bold;
	color: #000000;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
h1 a {
	font-size: 80%;
	font-weight: bold;
	color: #FFF;
	text-align: left;
	background-color: #F00;
	padding-top: 4px;
	padding-right: 24px;
	padding-bottom: 4px;
	padding-left: 24px;
	text-decoration: none;
	margin: 0px;
}
h1 a:hover {
	font-size: 80%;
	font-weight: bold;
	color: #000;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	background-color: #0C3;
	padding-top: 4px;
	padding-right: 24px;
	padding-bottom: 4px;
	padding-left: 24px;
	text-decoration: none;
}

     #container {
	border: 1px solid #000000;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 0px;
    } 
#col_gauche #membre .photovisage {
	float: left;
	width: 50px;
	margin-right: 6px;
}

     #header {
	padding: 0;  /* ce remplissage correspond à l'alignement à gauche des éléments des div qui apparaissent en dessous. Si, au lieu de texte, c'est une image qui est insérée dans l'élément #header, il est conseillé de supprimer le remplissage. */
	background-image: url(../images/skull_welsches_01.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	height: 594px;
	width: 799px;
	position: absolute;
	left: 0px;
	top: 0px;
    } 
#menu_haut {
	width: 724px; /* la couleur de l'arrière-plan est affichée sur la largeur du contenu de la colonne, mais pas au-delà */
	padding: 0px; /* le remplissage en haut et en bas crée un espace visuel à l'intérieur de cet élément div  */
	background-color: #000000;
	height: auto;
	margin-left: 70px;
	margin-top: 240px;
	margin-right: 0px;
	margin-bottom: 20px;
}

    

    /* Conseils pour sidebar1 :

    1. comme nous travaillons en pourcentages, il est préférable de ne pas utiliser de remplissage latéral pour l'encadré. Pour les navigateurs conformes aux standards, il sera ajouté à la largeur, créant ainsi une largeur réelle inconnue. 

    2. Pour créer un espace entre le côté de l'élément div et les éléments qu'il contient, attribuez une marge gauche et une marge droite à ces éléments, comme dans la règle "#sidebar1 p".

    3. Comme Internet Explorer calcule les largeurs après avoir restitué l'élément parent, des bogues inexpliquées peuvent parfois se produire pour les colonnes calculées en pourcentage. Pour obtenir des résultats plus prévisibles, il est donc préférable de dimensionner les colonnes en pixels.

    */

    #col_gauche {
	width: 524px; /* la couleur de l'arrière-plan est affichée sur la largeur du contenu de la colonne, mais pas au-delà */
	padding: 15px; /* le remplissage en haut et en bas crée un espace visuel à l'intérieur de cet élément div  */
	background-color: #FFFFFF;
	height: auto;
	text-align: left;
	margin-left: 70px;
	float: left;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
    }
#col_gauche h3 {
	font-size: 110%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #00145A;
}
#col_gauche h2 {
	font-size: 120%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
#col_gauche p {
	font-size: 90%;
	font-weight: normal;
	color: #000000;
	text-align: left;
	padding: 0px;
	line-height: 130%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
#col_droite {
	width: 150px; /* la couleur de l'arrière-plan est affichée sur la largeur du contenu de la colonne, mais pas au-delà */
	padding: 0px; /* le remplissage en haut et en bas crée un espace visuel à l'intérieur de cet élément div  */
	background-color: #000;
	height: auto;
	text-align: left;
	float: left;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#col_droite p {
	font-size: 90%;
	font-weight: normal;
	color: #000000;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
#col_droite ul {
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#col_droite ul li {
	margin: 0px;
	padding: 0px;
}
#col_droite  li a {
	background-color: #00145A;
	width: 140px;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	font-size: 70%;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 12px;
	padding-left: 4px;
	text-decoration: none;
}
#col_droite li a:hover {
	background-color: #0E42DC;
	width: 140px;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	font-size: 70%;
	font-weight: bold;
	color: #000000;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 12px;
	padding-left: 4px;
}
#col_gauche #membre {
	margin-bottom: 6px;
	width: 530px;
}
#col_gauche table {
	font-size: 80%;
	color: #000;
	text-align: left;
	font-weight: normal;
	border: thin solid #000;
	width: 526px;
}
#col_gauche table tr {
	width: 526px;
}
#col_gauche table th  {
	font-weight: normal;
	vertical-align: top;
	padding-bottom: 8px;
	font-size: 95%;
}
#col_gauche table td  {
	width: 370px;
	font-size: 95%;
}
#col_gauche table tr th.surnomsuisse {
	font-size: 120%;
	font-weight: bold;
	width: 180px;
	color: #FFF;
	background-color: #00125E;
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 4px;
	background-image: url(../images/flag_suisse.gif);
	background-position: 142px;
	background-repeat: no-repeat;
	height: 12px;
	display: block;
}
#col_gauche table tr th.surnomallemagne {
	font-size: 120%;
	font-weight: bold;
	width: 180px;
	color: #FFF;
	background-color: #00125E;
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 4px;
	background-image: url(../images/flag_germany.jpg);
	background-position: 142px;
	background-repeat: no-repeat;
	display: block;
}
#col_gauche table tr th.surnomfrance {
	font-size: 120%;
	font-weight: bold;
	width: 180px;
	color: #FFF;
	background-color: #00125E;
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 4px;
	background-image: url(../images/flag-france.jpg);
	background-position: 142px;
	background-repeat: no-repeat;
	height: 12px;
	display: block;
}
#col_gauche table tr th.surnombelgique {
	font-size: 120%;
	font-weight: bold;
	width: 180px;
	color: #FFF;
	background-color: #00125E;
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 4px;
	background-image: url(../images/flag_belgique.jpg);
	background-position: 142px;
	background-repeat: no-repeat;
	display: block;
}
#col_gauche table tr th.photo {
	width: 300px;
}
#col_gauche table tr td.imageboutique {
	width: 150px;
	height: 150px;
}
#col_gauche table tr th.texteboutique {
	width: 350px;
	padding-top: 8px;
	padding-left: 8px;
	font-size: 100%;
	padding-right: 0px;
	padding-bottom: 0px;
}

    #footer {
	margin-left: 70px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-color: #000000;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
    } 

    #footer p {
	margin: 0; /* 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: 10px 0; /* l'utilisation d'un remplissage pour cet élément crée un espace, tout comme une marge l'aurait fait, mais en évitant le risque de disparition de la marge */
	color: #FFFFFF;
	font-size: 80%;
	font-weight: normal;
	text-align: center;
    }
#footer a {
	margin: 0; /* 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: 10px 0; /* l'utilisation d'un remplissage pour cet élément crée un espace, tout comme une marge l'aurait fait, mais en évitant le risque de disparition de la marge */
	color: #FFFFFF;
	font-weight: normal;
	text-align: center;
}

    

    /* Diverses classes à réutiliser */

    .fltrt { /* cette classe permet de rendre flottant le côté droit d'un élément dans la page. L'élément flottant doit précéder l'élément à côté duquel il doit se trouver dans la page. */

    	float: right;

    	margin-left: 8px;

    }

    .fltlft { /* cette classe permet de rendre flottant le côté gauche d'un élément dans la page */

    	float: left;

    	margin-right: 8px;

    }

    .clearfloat { /* cette classe doit être placée pour un élément div ou break et doit être l'élément final avant la balise de fin d'un conteneur qui doit contenir entièrement un élément flottant */

    	clear:both;

        height:0;

        font-size: 1px;

        line-height: 0px;

    }
#col_gauche #viree {
	background-color: #CCCCCC;
	padding: 12px;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
}
.sous-titre_bleu {
	font-size: 110%;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-color: #00125E;
	height: 16px;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 6px;
	margin-top: 12px;
	margin-bottom: 4px;
}
#col_gauche_galerie {
	width: 800px;
	height: auto;
	text-align: left;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 30px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #009;
	border-bottom-color: #009;
	padding: 0px;
}
#col_gauche_galerie h1 {
	font-size: 125%;
	font-weight: bold;
	color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#col_gauche_galerie h2 {
	font-size: 110%;
	color: #FFF;
	text-align: center;
	padding: 0px;
	font-weight: normal;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
#col_gauche_galerie_titre {
	width: 800px; /* la couleur de l'arrière-plan est affichée sur la largeur du contenu de la colonne, mais pas au-delà */
	padding: 0px;
	height: auto;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 30px;
}
#col_gauche_galerie_titre h1 {
	font-size: 155%;
	color: #FFF;
	text-align: center;
}
#annonce_concentre {
	background-color: #333;
	padding: 12px;
}
#annonce_concentre h1 {
	font-size: 160%;
	color: #FFF;
	text-align: center;
}
#annonce_concentre p {
	font-size: 125%;
	color: #FFF;
	font-weight: normal;
	text-align: center;
}
#annonce_concentre p a {
	color: #FFF;
}
