/*-----------------------------------------------------------------------
Fichier : style.css
	Feuille de style du site
-------------------------------------------------------------------------
Société : VOLTIGEUR Informatique <http://www.voltigeur-informatique.com/>
-------------------------------------------------------------------------
Version : 1.0
Changements :
 - [2007-04-18] Initialisation
-----------------------------------------------------------------------*/

body {
	width: 900px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
}

/***/
div#background {
	background-color: #D0D0D0;
	text-align: left;
	border: 2px solid #000;
	border-top-width: 0px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

div#contenu {
	padding-left: 10px;
	padding-right: 10px;
}

/***/
div#header {
	height: 150px;
	background-color: #FFF;
}

/***/
ul#menu, ul#menuA {
	list-style-type: none;
	height: 35px;
	margin: 0px;
	padding: 0px;
}

ul#menu li, ul#menuA li
{
	line-height: 35px;
	padding-top: 6px;
	float: left;
	text-align: center;
}

ul#menu li { width: 179px; }

ul#menuA li { width: 145px; }

ul#menu li a
{
	width: 100%;
	line-height: 25px;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 10px;
	display: block;
	text-decoration: none;
	color: #000;
}

/***/
div#mgal {
	width: 300px;
	height: 200px;
	margin-left : 25px;
}

div#mgal table {
	line-height: 30px;
}

div#mgal td img {
	border: 1px solid #000;
}

/***/
/*#txt { margin-left: 370px;}*/
#txt p { margin: 0px; }
#txt ul { margin: 0px; margin-left: 10px; }
html>body #txt ul { margin: 0px; }

/***/
h1 { font-size: 20px; }

.barre { border-bottom: 3px double #FF0000; }

h2 {
	border-bottom: 1px solid #FA0;
	font-weight: bold;
	font-size: 16px;
	margin-left: 50px;
}

.blanc {
	background-color: #FFF;
	border: 1px solid #000;
	padding: 4px;
}

img.styphoto {
	padding: 5px;
	margin: 5px;
	border: 1px solid #DDD;
	border-bottom-color: #C0C0C0;
	border-right-color: #C0C0C0;
	background-color: #FFF;
}

img {
	border: 0px;
}

.left { text-align: left; }
.right { text-align: right; }
.center { text-align: center; }
.middle { vertical-align: middle; }

.clear {
	clear: both;
	visibility: hidden;
}

/***/
.bottom {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

/****/
#mentions th {
	text-align: center;
}

#mentions td {
	border: 1px solid #000;
	text-align: justify;
	font-size: 10px;
}

/****/
fieldset { width: 500px; display: block; -moz-border-radius: 4px; margin-left: auto; margin-right: auto; }
fieldset legend { font-weight: bold; }
fieldset div { margin-top: 3px; }
label { float: left; width: 200px; padding-right: 10px; text-align: right; font-weight: bold; }
.erreur { font-weight: bold; text-align: center; color: #F00; }

/****/
.cache { display: none; }

.clickable {
	cursor:pointer;cursor:hand;
	text-decoration: underline;
}

.inforesa {
	display: none;
	border: 1px solid #000;
	border-top-width: 0px;
	border-right-width: 0px;
	margin-top: -1px;
	padding: 5px;
}

a
{
	color: #000;
	text-decoration: none;
}
