/*Yann B. | yayHUGE! | Feuille de style CSS pour jazzWEB :)*/
/*mars 2010*/
/*LOVE*/


/*POUR TOUT (with IE) : */
* {
	margin:0;
	padding:0;
}

html {
	height:100%;
}

a.title {
	color:#605041;
	text-decoration:none;
	font-weight:bold;
}

a.title:hover {
	color:#605041;
	text-decoration:none;
	font-weight:bold;
}

/*Elements de base (GENERAL) : */
body {
	height:100%;
	font:normal 11px "Verdana", Trebuchet MS, Helvetica, sans-serif;
	color:#605041;
	/*background-color:#EDE1CB;*/
	background-image:url('./img/stripesJAZZ_Big.png');
	background-repeat:repeat;
	padding-top:12px;
}

/*Présence de hacks CSS pour IE : */
#page {
	/*Pour Firefox : */
	width:808px /*!important*/;
	/**width:816px;*/
	margin-left:auto;
	margin-right:auto;
	background:url('./img/bg.jpg') repeat-y;
	margin-bottom:12px;
}

#partie_gauche {
	float:left;
	width:200px;
	/*margin-left:12px;*/
	/*J'ai remplacé les margin's par des bordures, c'est plus compatible :D : */
	border-left:solid 12px #ffffff;
	border-top:solid 12px #ffffff;
	display:inline;
}

/*Partie GAUCHE (header) : */
h1#header {
	width:200px;
	height:175px;
	/*Choix de l'image (à commenter ou non !!!)*/
	/*background:url('img/header_gauche_v2.jpg');*/
	/*background:url('img/header_gauche_v2_bi.jpg');*/
	background:url('img/header_gauche_v2_nb.jpg');
	text-indent:-9000px;
}

#menu {
	width:200px;
	text-align:center;
}

#menu h2 {
	letter-spacing:6px;
	font-size:11px;
	color:#ffffff;
	/*color:#ede1cb;*/
	font-weight:bold;
	margin:10px;
}

#menu ul {
	list-style-type:none;
	width:200px;
	margin-top:10px;
}

#menu li {
	width:170px;
	height:30px;
	border-top:1px solid #ede1cb;
	margin-left:15px;
	/*Hack CSS IE*/
	*margin-left:0px; /*NE PAS ENLEVER !!!*/
	/*border-left:solid 15px #aa957a;*/
}

#menu a {
	display:block;
	width:170px;
	height:22px;
	text-decoration:none;
	color:#ede1cb;
	padding-top:8px;
}

#menu a:hover {
	display:block;
	width:170px;
	height:22px;
	text-decoration:none;
	color:#aa9479;
	text-decoration:underline;
	background-color:#ede1cb;
}

#partie_droite {
	width:584px;
	float:left;
	border-top:solid 12px #ffffff;
}

#partie_droite p {
	padding:5px;
	text-align:justify;
}

/*Partie DROITE (header) : */
#barre_haut {
	background:url('img/header_droite_v2.jpg');
	width:584px;
	height:175px;
	color:#ffffff;
	font-size:11px;
	text-align:center;
}

/*Gestion du bloc : */
#bloc {
	background-color:#ede1cb;
	float:left;
	/*margin-left:12px;*/
	border-left:solid 12px #ffffff;
	width:572px;
}

/*Remplacés par des bordures blanches de 12px SOLID : */
	#up {
		background:url('./img/up.jpg') no-repeat;
		height:12px;
	}

	#down {
		background:url('./img/down.jpg') no-repeat;
		height:12px;
	}
/*Fin !!!*/

.titre {
	text-align:center;
	font-weight:normal;
	padding-top:4px;
	padding-bottom:4px;
	border-bottom:solid 12px #ffffff;
	background-color:#aa957a;
	color:#ffffff;
	font-size:13px;
}

.image {
	padding-top:5px;
	padding-bottom:5px;
}

/*Liens classiques : */
.lien {
	color:#605041;
	font-weight:bold;
}

/*Juste pour le lien vers ViaMichelin : */
.lien_ViaMichelin {
	padding:5px;
	color:#ffffff;
	font-weight:bold;
	border:solid 1px #605041;
	background-color:#aa957a;
	text-decoration:none;
	font-size:16px;
}

/*Quand on passe dessus avec le curseur (mouseOver/mouseOut) : */
.lien_ViaMichelin:hover {
	color:#605041;
}

#mailTo {
	width:400px;
	padding:5px;
	color:#ffffff;
	font-weight:bold;
	border:solid 1px #605041;
	background-color:#aa957a;
	text-decoration:none;
}

#mailZone {
	text-align:center;
	width:244px;
	height:216px;
	background:url('img/mail_nb.png') no-repeat;
}

#mailZone:hover {
	background:url('img/mail.png') no-repeat;
}

/*Firefox c'est le top : */
#firefox {
	text-align:center;
	width:572px;
	height:30px;
	vertical-align:middle;
	color:#b0977c;
	background-color:#f7efdf;
	padding-top:15px;
	font-size:10px;
	border-top: 1px solid #b0977c;
}

/*Utiliser FIREBUG pour ne pas trop galérer à intégrer (HTML + CSS) !!!*/
/*IETab pour vérifier avec le moteur de IE (extension Firefox INDISPENSABLE!*/


/*yayHUGE loves you @ 2010*/
/*OH YEAH :D*/
/*PEACE*/
/* q:-) */
/*LOVE*/
/*PAZ!*/