body {
	background-color: #2F2A20;
	color: #FFFFDD;
	font-size: 11px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: normal;
}
.header {
	width:700px;
	margin-left: auto;
	margin-right: auto;
}
.contenu {
	padding:50px;
	width:700px;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
}
.corpo {
	width:700px;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
}

.fond_brun_fonce{
	background-color: #2F2A20;
}
.fond_brun_clair {
	background-color: #4F4A44;
}
.fond_clair {
	background-color: #FFFFDD;
}
.fond_rose_fonce {
	background-color: #AE005E;
}
.fond_rose_clair {
	background-color: #C65383;
}


.txt_brun_fonce{
	color: #2F2A20;
	font-size: 11px;
}
.txt_brun_clair {
	color: #4F4A44;
	font-size: 11px;
}
.txt_clair {
	color: #FFFFDD;
	font-size: 11px;
}
.txt_rose_fonce {
	color: #AE005E;
	font-size: 11px;
}
.txt_rose_clair {
	color: #C65383;
	font-size: 11px;
}

.txt_petit_rose_clair {
	color: #C65383;
	font-size: 10px;
}
.titre_brun_fonce{
	color: #2F2A20;
	font-size: 14px;
}
.titre_brun_clair {
	color: #4F4A44;
	font-size: 14px;
}
.titre_clair {
	color: #FFFFDD;
	font-size: 14px;
}
.titre_rose_fonce {
	color: #AE005E;
	font-size: 14px;
}
.titre_rose_clair {
	color: #C65383;
	font-size: 14px;
}


.titre_rose_fonce_blog {
	color: #AE005E;
	font-size: 18px;
}


a.link_clair {
color: #FFFFDD;
text-decoration: none;
border-bottom: dotted 1px #4F4A44;
}
a.link_clair:visited { 
color: #FFFFDD;
text-decoration: none;
border-bottom: dotted 1px #4F4A44;
}
a.link_clair:hover {
color: #C65383;
text-decoration:none;
border-bottom: dotted 1px #FFFFDD;
}

a.link_brun_fonce {
color: #2F2A20;
text-decoration: none;
}
a.link_brun_fonce:visited { 
color: #2F2A20;
text-decoration: none;
}
a.link_brun_fonce:hover {
color: #AE005E;
text-decoration:none;
border-bottom: dotted 1px #4F4A44;
}

a.link_rose_fonce {
color: #AE005E;
text-decoration: none;
border-bottom: dotted 1px #4F4A44;
}
a.link_rose_fonce:visited { 
color: #AE005E;
text-decoration: none;
border-bottom: dotted 1px #4F4A44;
}
a.link_rose_fonce:hover {
color: #4F4A44;
text-decoration:none;
border-bottom: dotted 1px #4F4A44;
}