/* ==============================================
   Feuille de style XHTML/CSS
   © Kadesign Media
   Date : 01 janvier 2012
   Projet : Kadesign Media
   Client : Kadesign Media
   ============================================== */
   
@charset "utf-8";
/* CSS Document */


/* Body */
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 75%;
	background-color: #F5F5F5;
}

/* Wrap */
#wrapper {
	width: 1000px;
	margin: auto;
	padding: 10px;
	text-align: center;
}

/* Header */
#header {
	background-color: #000;
	width: 960px;
	border: 5px solid #FFF;
	padding: 10px;
	margin: auto;
	margin-bottom: 20px;
}

/* Logo */
#logo {
	
}

/* Menu */


/* Tites */
h1 {
	font-size: 3em;
}
h2 {
	font-size: 2.2em;
}
h3 {
	font-size: 1.6em;
}
h4 {
	font-size: 1.3em;
}
h5 {
	font-size: 1em;
}

/* Paragraphes et Textes */
p {
	line-height: 1.1em;
}

.texteminiscule {
	font-size: 0.8em;
}
.textepetit {
	font-size: 0.9em;
}
.textemoyen {
	font-size: 1em;
}
.textegrand {
	font-size: 1.1em;
}
.textebig {
	font-size: 1.2em;
}

/* Liens */
a:link {
	color: #F90;
	text-decoration: none;
}
a:visited {
	color: #F90;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

/* Images */
a img {
	border: none
}

.image-centre {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
/* Formulaires */


/* Flash */


/* Footer */
#footer {
	background-color: #09F;
	height: 100px;
	width: 1000px;
	margin: auto;
	padding: 10px;
}
#footer p {
	font-size: 0.8em;
	color: #939393;
	margin: 0px;
	padding-top: 5px;
	padding-left: 20px;
}

/* Copy */
#copy {
	
}

/* Couleurs */
.rouge {
	color: #F00;
}
.jaune {
	color: #FF0;
}

/* Divers */
.clear {
	clear: both;
}
