/* CSS Hervé Noël */
/* Copyright : Symbiose Studio*/
/* www.symbiosestudio.com*/

body {
	font-family: Arial, sans-serif;
	font-weight:bold;
	font-size:12px;
	text-align: justify;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	margin-top:0;
	color: #000000;
	background-color:#38302b;
	text-align: left;
	vertical-align:top;
}

a { 
	color: #009999;
}

a:visited { 
color: #78a1a1; 
}

.fond{
	font-family: Arial, sans-serif;
	font-weight:bold;
	font-size:12px;
	text-align: justify;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	margin-top:0;
	color: #000000;
	background-color:#FFFFFF;
	background:url(images/fond.jpg);
	background-position: bottom right;
	background-repeat:no-repeat;
}

.tableau{
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	margin-top:0;
	color: #000000;
	background-color:#FFFFFF;
}

.gauche{
	background:url(http://trispiridon.com/images/gauche.jpg);
	background-position: top right;
	background-repeat: repeat-y;
}

.droite{
	background:url(http://trispiridon.com/images/droit.jpg);
	background-position: top left;
	background-repeat: repeat-y;
}

.menu{
	background:url(http://trispiridon.com/images/menu-fond.jpg);
	background-position: top left;
}

.creation{
        font-size: 10px;
		font-weight: bolder;
        color: #38302b;
		font-weight:bold;
}
a.creation{
        color: #38302b;
		font-weight: bolder;
}

.titre-normale{
        font-size: 14px;
		font-weight:bold;
}



