/* début de la définition des styles génériques */
body {
	background: url('/img/fond-body.jpg');
	margin: 0px;
	padding: 0px;
	font-family: arial;
}

div#wrapper {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
	padding-bottom: 30px;
}	

div#header {
	height: 120px;
}

div#primary {
	background: url('/img/menu.gif');
	background-repeat: no-repeat;
	position: relative;
	float: left;
	width: 200px;
	margin-top: 20px;
	padding-bottom: 10px;
	display: block;
}

div#content {
	position: relative;
	float: left;
	width: 540px;
	margin-top: 20px;
	margin-left: 10px;
}

div#contenu {
	border-left: solid black 1px;
	border-right: solid black 1px;
	padding: 10px;
}

/* fin de la définition des styles génériques */

/* début de la définition des styles du menu */

.menu {
	background: url('/img/bouton1.gif');
	background-repeat: no-repeat;
	margin: 20px 10px 10px 10px;
	height: 38px;
	line-height: 38px;
	clear: both;
	text-align: center;
}

.menu, .menu a {
	height: 38px; 
	display: block;
}

.menu a {
	font-weight: bold;
	color: #387088;
	text-decoration: none;
}

.menu a:hover {
	cursor: pointer;
	background-image: url('/img/bouton1.gif');
	background-position: 0 -38px;
	background-repeat: no-repeat;
	color: black
}

.menu-selectionne {
	background: url('/img/bouton2.gif');
	background-repeat: no-repeat;
	margin: 20px 10px 10px 10px;
	height: 38px;
	line-height: 38px;
	clear: both;
	text-align: center;
	font-weight: bold;
	color: black;
	text-decoration: none;
}

.menu-selectionne, .menu-selectionne a {
	height: 38px; 
	display: block;
}

.menu-selectionne a {
	font-weight: bold;
	color: black;
	text-decoration: none;
}

/* fin de la définition des styles du menu */

/* début de la définition des styles du contenu */

div#content {
	font-weight: bold;
}

div#content h1 {
	font-size: 24px;
	text-align: center;
	font-weight: bold;
}

div#content h2 {
	font-size: 18px;
	text-align: center;
	font-weight: bold;
}

div#content a {
	text-decoration: none;
	color: black;
}

div#content a:hover {
	text-decoration: none;
	color: #0000ff;
}

/* fin de la définition des styles du contenu */

/* début de la définition des styles de la partie présentation */

.titre-montgolfiere {
	font-style: italic;
}

.xoxo {
	margin-top: 0px;
	margin-bottom: 0px;
}
/* fin de la définition des styles de la partie présentation */

/* début de la définition des styles de la partie contact */

.vcard {
	width:300px;
	margin-left:auto;
	margin-right:auto;
}

.fn {
	float: left;
}

.region {
	display: none;
}

.country-name {
	display: none;
}

.tags {
	display: none;
}

div#aide-util {
	width:170px;
	margin-left:auto;
	margin-right:auto;
}

.item-contact {
	width: 120px;
	text-align:left;
	font-style:italic;
}

/* fin de la définition des styles de la partie contact */

/* début de la définition des styles de la partie ecrire */
form {
	margin-top: 30px;
	margin-bottom: 0px;
	width: 515px;
}
.input{
	border: 1px solid black;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
}
form textarea{
	border: 1px solid black;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	width: 380px;
	height: 150px;
}
.ecrire-info {
	margin: 0px;
	padding-left: 16px;
	font-size: 14px;
	color: black;
}
.ecrire-titre {
	font-size: 14px;
	color: black;
}

/* fin de la définition des styles de la partie ecritre */

/* début de la définition des styles de la partie liens */

.tableau {
	width:515px;
	border: 1px solid black;
	border-collapse: collapse;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
}

.titre {
	border-bottom: 1px solid black;
	background-color: #0000a5;
	color: white;
	font-size: 12px;
	padding: 2px;
}

.img {
	width: 1%;
	padding: 2px;
	border-right: 1px solid black;
}

.contenu {
	padding: 2px;
}

/* fin de la définition des styles de la partie liens */
