﻿@charset "utf-8";

/*  ------------------------------------------
/*  Réinitialise toutes les marges et les espaces
/*  ------------------------------------------
*/

* {
	margin: 0;
	padding: 0;
}

/*  ------------------------------------------
/*  Corps Principal
/*  ------------------------------------------
*/

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: white url(../images/design/fond.png) 100% fixed;
	background-repeat: repeat-x;
	font-size: 1em;
	/* Centrage IE */
	text-align: center;
}

/*  ------------------------------------------
/*  Design - Background
/*  ------------------------------------------
*/

#div-main {
	position: absolute;
	visibility: visible;
	background-color: #FFFFFF;
	top: 50%;
	left: 50%;
	width: 1000px;
	height: 700px;
	/* Centrage du site */
	margin-top: -350px;
	margin-left: -500px;
}

#div-left {
	background-image: url(../images/design/dans_art.png);
	position: absolute;
	top: 0px;
	left: 0px;
	width: 500px;
	height: 700px;
}

#div-right {
	background-image: url(../images/design/mezcla_salsa.png);
	position: absolute;
	top: 0px;
	left: 500px;
	width: 500px;
	height: 700px;
}

#div-citation1 {
	position: absolute;
	top: 230px;
	left: 20px;
	width: 460px;
	height: 370px;
}

#div-citation2 {
	position: absolute;
	top: 230px;
	left: 20px;
	width: 460px;
	height: 370px;
}

/*  ------------------------------------------
/*  Mise en forme des liens
/*  ------------------------------------------
*/

a {
	color: #FFFFFF;
	text-decoration: none;
}

/*  ------------------------------------------
/*  Diverses mise en forme
/*  ------------------------------------------
*/

cite{
	font-size: 1.3em;
}

/* Texte en arrière plan DA et MS (div-main) */
.txt-blanc {
	color: #FFFFFF;
}

/* DS lien entrez rouge */
.lnk-rouge {
	color: #FF0000;
}

/* MS texte orange */
.ms-orange {
	color: #FFCF00;
}

.enter {
	font-size: 1.5em;
	font-weight: bold;
}
