/*----- Importation des feuilles de style -----*/
@import url("header.css");
@import url("sidebar.css");
@import url("page.css");
@import url("footer.css");
@import url("formulaire.css");
@import url("membre.css");
@import url("jcrop.css");
@import url("studio.css");
@import url("annonces.css");
@import url("suggestions.css");

* {
	margin: 0;
	padding: 0;
		
}

a img {
	border: 0;
	outline-width: 0px;
}

.clear_right {
	clear: right;	
}

/* --- STYLES DE BASE POUR LE TEXTE ET LES PRINCIPAUX ÉLÉMENTS --- */

/* Page */
html {
	font-size: 100%; 
}
body {
	padding: 5px 0 0 0; /* Note -> 2 */
	font-family: Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif; /* 3 */
	font-size: .8em; /* -> 4 */
	line-height: 1.25; /* -> 5 */
	color: #FFFFFF;
	background: #1a171b url("../../images/front/page/bg_page_top.png") repeat-x;
}

h1 {
	color: #333333;
	font-size: 18px;
	font-family: "Trebuchet MS", sans-serif;
	padding: 10px 0 10px 15px;	
}

h1 small {
	font-weight: normal;	
}

h2 {
	font-size: 14px;	
}

.icon {
	margin: 0 0 -3px 0;
}

.lien {
	cursor: pointer;	
}

.centrer {
	text-align: center;	
}

.texte_vert {
	color: #339933;	
}

.texte_rouge {
	color: #cc3333;	
}

/* --- MISE EN PAGE GLOBALE --- */

#global {
	width: 980px;
	margin: auto;
}

#sidebar {
	width: 238px;
	float: left;
}

#contenu {
	margin: 0 0 0 240px;
	width: 739px;
	background: #f4f2e6 url("../../images/front/page/fond-contenu-top.jpg") top no-repeat;
	color: #000000;
}

#bas_contenu {
	width: 739px;
	height: 88px;
	clear: both;
	background: #f4f2e6 url("../../images/front/page/fond-contenu-bottom.jpg") bottom no-repeat;
	text-align: center;
}