/* CSS Document */

/*-------------------------éléments primaires-------------------------*/

/*gestion du body*/
body {
	background-color: #FFFFFF;
}

/*gestion de ma div qui centre mon site*/
#center {
	position: absolute;
	left: 0px;
	height: 700px;
	width: 980px;
	background-image: url(../imgs/generale/fond_interne.png);
	background-repeat: no-repeat;
}

/*gestion du dégradé infini de droite*/
#degradeRight {
	width: auto;
	height: 700px;
	background-image: url(../imgs/generale/degrade_right.png);
	background-repeat: repeat-x;
	background-position:top;
	margin:-8px 0 0 0;
}

/*gestion d'une div flotante pour le lien vers le cv*/
#cv {
	margin-left: 330px;
}

/*gestion de ma div contenu*/
#contenu {	
	position: absolute;
	top: 105px;
	right: 10px;
	height: 500px;
	width: 750px;
	overflow: auto;
}

/*gestion de ma baseline*/
#baseline {
	position: absolute;
	height: auto;
	width: 1000px;
	left: 43%;
	top: 720px;
	margin-left: -500px;
}

/*gestion des tab par défaut*/
.mep img {
	border: none;
}

#mep img {
	border: none;
}

/*gestion des boutons*/
#livredor {
	position:absolute;
	top: 41px;
	left: 756px;
}

#contact {
	position:absolute;
	top: 41px;
	left: 855px;
}

#backHome {
	position:absolute;
	top: 516px;
	left: 100px;
}

/*gestion du menu du bas*/
#menuBas {
	position:absolute;
	width: 980px;
	bottom: 75px;
	left: 7%;
	text-align:center;
}

/*gestion de ma galerie photo*/
#galerie {
	position: absolute;
	width: 600px;
	top: 20%;
	left: 10%;
	text-align: center;
	border: 1px dotted #000;
}

#galerieSoft {
	float: right;
	margin-right: 150px;
	text-align: center;
}

#carnet {
	margin: -40px 0 0 0;
}

#galerie img {
	width: 120px;
}

#galerieSoft img{
	width: 120px;
}

/*gestion des bordures*/
#backHome img {
	border: none;
}

/*gestion du formulaire de contact*/
#formulaire {
	margin: 0px;
	padding: 0px;
}

/*gestion d'un marge en haut de contenu*/
.marge {
	margin: 20px;
}

/*gestion d'une tabulation*/
.tabul {
	margin-left: 35px;
}

.dark {
	color:#000000;
	text-align:justify;
}

/*gestion du texte*/

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: 1.5;
	font-style: italic;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	font-style: normal;
}

h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #993300;
	font-style: italic;
	line-height: 1.5;
	margin-right: 100px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #993300;
	font-style: normal;
	line-height: 1.5;
	margin-right: 100px;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #993300;
	font-style: normal;
	line-height: 1;
}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #660000;
	font-style: normal;
	word-spacing: 4px;
	margin:0px;
	padding: 0px;
}

#miseEnValeur {
	color: #333333;
}

.miseEnValeur {
	color: #333333;
}

.up_logo {
    margin:40px 0 0 0;
    text-align:center;
}

/*gestion des liens*/
a:link,a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #660000;
	font-style: normal;
	text-decoration:none;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC6600;
	font-style: normal;
	text-decoration: underline;
}

/*gestion des class*/
.center {
	text-align: center;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.floatLeft {
	float:left;
}

.justify {
	text-align:justify;
}

.floatRight {
	float:right;
}

.player {
	margin: 0 0 0 150px;
	border: 1px solid #000;
	width: 320px;
}

.new_player {
	margin: 0 0 0 150px;
	border: 1px solid #000;
	width: 400px;
}

/*-----------------------gestion du site-----------------------*/