﻿/*
default.css
---------
 
Par Emilien Galley
Fichier créé le 06.01.2010 pour le gmr de la gruyère
*/
body
{
	width: 940px;
	margin: auto; /* Pour centrer notre page */
	margin-top: 20px; /* Pour éviter de coller avec le haut de la fenêtre du navigateur. Essayez d'enlever pour voir ! */
	margin-bottom: 20px;    /* Idem pour le bas du navigateur */
	background-color: #5a5a5a;
	color:#ffffff;
	font-size: 0.8em;
}

#en_tete
{
	height: 121px;
	margin: 0px;
	background-color: #6e6e6e;
}
#menu
{	
	height: 26px;
	margin: 0px;
	color: #ffffff;
	background-image: url("../images/menu.jpg");
	padding-top: 13px;
	padding-bottom: 7px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: "Arial Black", Arial, serif;
	text-align: center;
}
#corps
{
	background-color: #6e6e6e;
	background-image: url("../images/fd_corps.jpg");
	background-repeat: no-repeat;
	margin: 0px;
	padding: 10px;
	font-family: Arial, serif;
	min-height: 500px;
}
#corps_vide
{
	background-color: #6e6e6e;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 10px;
	font-family: Arial, serif;
	min-height: 500px;
}

#pied_de_page
{
	background-image: url("../images/pied_de_page.jpg");
	background-repeat: no-repeat;
	margin: 0px;
	padding-top: 46px;
}
img
{
	border: none;
}
td, th
{
	padding-left: 30px;
	padding-right: 30px;
}
caption
{
	padding-bottom: 5px;
	font-family: "Arial Black", Arial, serif;
}
table
{
	border: 1px solid black;
	border-collapse: collapse;
	margin: auto; 
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}
input
{
	border-color: #6e6e6e;
}
h1
{
	border-bottom: 1px solid #ffffff;
}
a
{
	color: #dddddd;
	text-decoration: none;
}
a:visited
{
	color: #eeeeee;
	text-decoration: none;
}
a:hover
{
	color: #ffffff;
	text-decoration: underline;
}
	
.menu
{
	font-size: 12px;
	color: #dddddd;
	display: inline;
	padding-left: 6px;
	padding-right: 6px;
	text-decoration: none;
}
.center
{
	text-align: center;
}
.left
{
	text-align: left;
}
.serre
{
	padding-left: 5px;
	padding-right: 5px;
}
.flottante
{
	float: right;
	text-align: right;
}
.sansbordure
{
	border: none;
}
.langue
{
	text-align: right;
	display: inline;
	float: right;
	padding: 0px;
	margin: 0px;
	font-size: 0.5em;
}
.en:before
{
	content: url("../images/drapeaux/uk.png");
}
.de:before
{
	content: url("../images/drapeaux/de.png");
}
.fr:before
{
	content: url("../images/drapeaux/fr.png");
}

	
	
