/** CONTENEUR GÉNÉRAL * POUR METTRE TOUTES LES MARGES INTERNES ET EXTERNES À ZÉRO **/
* {
	margin: 0;
	padding: 0;
}
/** ÉLÉMENTS GÉNÉRAUX **/
body {
	background: #000;
	color: #fff;
	font-family : "Helvetica Neue", Helvetica, Arial, sans-serif ;
	font-size: 90%;
	text-align: justify;
}
strong {
	color: #fff;
	font-weight: normal;
	font-style: italic;
}
img {
	margin: 5px;
}
a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
h1 {
	height: 100px;
	padding: 0px 4px;
	padding-top: 10px;
	color: #fff;
	font-family: Georgia, serif;
	font-size: 250%;
	font-weight: bold;
	text-align: center;
}
h1 em {
	display: block;
	position: relative;
	top: -5px;
	left: 75px;
	color: #fff;
	font-size: 60%;
	font-weight: normal;
}
h2 {
	margin: 7px 0px 7px 1px;
	color: #fff;
	font-size: 110%;
	font-family: Georgia, serif;
	font-weight: normal;
	border-bottom: #fff 1px solid;
}
h3 {
	color: #fff;
	font-weight: normal;
	font-size: 100%;
	text-decoration: underline;
}
h4 {
	text-decoration: underline;
	font-weight: normal;
	font-size: 100%;
}
blockquote {
	font-style: italic;
	width: 80%;
	margin: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}
.text {
	margin-left: 10px;
}
.invisible {
	display: none;
}
/** CONSTRUCTION **/
#ensemble {
	width: 80%;
	height: 100%;
	margin: auto;
	border-bottom: 1px solid #fff;
}
#contenu {
	background: #000;
	width: 75%;
	padding-left: 5px;
	float: right;
}
#contenu ul, #contenu ol {
	list-style-position: inside;
	margin-left: 10px;
}
#contenu ul li p, #contenu ol li p {
	display: inline;
}
#contenu em {
	color: #aaa;
}
#contenu hr {
	margin: 5px 0px;
}
#contenu a:hover,#contenu a:active, #contenu a:focus {
}
#contenu a:after {
	content: "⃗";
	font-weight: normal;
	color: #fff;
}
#contenu a:visited:after {
	color: #666;
}
#contenu a:hover:after,#contenu a:active:after, #contenu a:focus:after {
	color: #f00;
}
#citation {
	margin-top: 2px;
	padding-top: 2px;
	background: #fff;
	height: 1px;
	color: #000;
	font-family: Georgia, serif;
	width: 100%;
	text-align: center;
	font-style: italic;
	border-top: #fff solid 1px;
	position: fixed;
	bottom: 0;
}
#pied {
	font-size: 75%;
	color: #fff;
	text-align: center;
	padding-top: 5px;
	clear: both;
	margin-bottom: 5px;
}
/** DÉSORDRE **/
#desordre a {
	color: #fff;
}
#desordre a:after {
	content: "";
}
.infobulle {
	position: absolute;
	z-index: 5;
	font-size: 75%;
	padding: 1px;
	display: none;
	width: 200px;
	color: #000;
	background: #fff;
	border: 1px solid;
}
.infobulle strong {
	font-style: normal;
	font-weight: bold;
}
/** CONSTRUCTION DU MENU **/
ul#menu {
	height: 30px;
	margin-top: 2px;
	margin-bottom: 5px;
	color: #fff;
	font-family: Georgia, serif;
	list-style: none inside;
}
#menu li {
	width: 24.9%;
	height: 25px;
	display: block;
	float: left;
	text-align: center;
	margin-bottom: 5px;
}
#menu li a {
	padding-top: 5px;
	width: 100%;
	color: #fff;
	font-weight: normal;
	height: 100%;
	display: block;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}
#menu li a:hover {
	color: #fff;
}
/** CONSTRUCTION DU MENU WEB 2.0 **/
#social {
	width: 23%;
	float: left;
	text-align: right;
	overflow: hidden;
}
#delicious, #twitter, #alphoenix {
	display: none;
	font-size: 90%;
}
#delicious h4, #twitter h4, #alphoenix h4 {
	margin-right: 4px;
}
#delicious .text,#twitter .text, #alphoenix .text {
	font-style: italic;
	text-align: justify;
	margin: 0 5px 0 5px;
}
#delicious .couleur, #twitter .couleur, #alphoenix .couleur {
	background: #000;
	margin-top: 2px;
	margin-bottom: 2px;
}
/** BLOG **/
.suite {
	display: block;
	text-align: right;
	color: #fff;
	font-style: italic;
	margin-bottom: 10px;
}
/** AFFICHAGE DES ERREURS **/
.erreur {
	color: #f90;
	font-size: 75%;
}
/** IMAGES DEVANT LE NUMÉRO DE TÉLÉPHONE ET L'EMAIL **/
.telephone {
	padding-left: 16px;
	background: url(images/telephone.png) no-repeat left top;
}
.email {
	padding-left: 16px;
	background: url(images/arobase.png) no-repeat left top;
}
/** CHANGEMENT DE CURSEUR POUR LES MENUS DÉROULANT EN JAVASCRIPT **/
.bouton {
	cursor: pointer;
	background: url(images/flecheD.png) no-repeat left center;
	padding-left: 12px;
}