/* RAPPELS
font-weight: de 100 à 900; bold correspond à 700
*/

body {
margin:0px;
padding:0px;
background-color: #d2d2c5; /* #d2d2c5; */
font-family: Times New Roman;
font-weight: 600;
font-size: 14px;
color: #2b2b28;
line-height: 18px;	
}

img {
border-style: none;"
border: 0px;"
}

#page {
	text-align: left;
	visibility: visible;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 1000px;
	height: 550px; }
	
#titre {
	/*background-color: #cccccc;*/
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1000px;
	height: 100px;
	font: 30px bold;
	text-align: center;	}

#corps {
	background-color: #cccccc;
	position: absolute;
	top: 60px;
	left: 0px;
	width: 1000px;
	height: 600px;	}

#contenu {
	position: absolute;
	left: 100px;
	top: 150px;	}

.deborah_julien a:link, .deborah_julien a:visited ,.deborah_julien a:hover
{
font-family:Times New Roman; 
color: #000000; 
font: 30px 700; 
text-decoration:none;
}

.liens a:link, .liens a:visited
{
font-family:Times New Roman; 
color: #2b2b28;
font-size: 14px; 
font-weight: 700; 
text-decoration:none;
}
.liens a:hover {
color: #f415e2;
}

/* noir defini dans le body /blanc  */
.liens1 a:link, .liens1 a:visited
{
font-family:Times New Roman; 
color: #2b2b28;
font-size: 14px; 
font-weight: 700; 
text-decoration:none;
}
.liens1 a:hover {
color: #ffffff;
}

/* blanc/rose  */
.liens2 a:link, .liens2 a:visited
{
font-family:Times New Roman; 
color: #ffffff;
font-size: 14px; 
font-weight: 700; 
text-decoration:none;
}
.liens2 a:hover {
color: #f415e2;
}

