/*DEFAULT CLASSES*/

body{
	background-color: white;
	color: black;
	font-weight: bold;
	font-style: normal;
}

h1{
	font-family: Arial, Helvetica, Verdana;
	background-color: white;
	color: #666666;
	text-align: left;
	font-size: 14px;
	font-weight: bolder;
	padding:0px;
	spacing:0px;
}

h2{
	font-family: Arial, Helvetica, Verdana;
	background-color: white;
	color: #666666;
	text-align: left;
	font-size: 12px;
	font-weight: bolder;
	font-style: italic;
	padding:0px;
	spacing:0px;
}

h3{
	font-family: Arial, Helvetica, Verdana;
	background-color: white;
	color: #666666;
	text-align: left;
	font-size: 11px;
	font-weight: bolder;
	padding:0px;
	spacing:0px;
}

h4{
	font-family: Arial, Helvetica, Verdana;
	background-color: white;
	color: #666666;
	text-align: left;
	font-size: 11px;
	font-weight: bolder;
	font-style: italic;
	padding:0px;
	spacing:0px;
}

p{
	font-family: Verdana, Geneva, sans-serif;
	background-color: white;
	color: #666666;
	text-align: left;
	font-size: 10px;
	padding:0px;
	spacing:0px;
}

td{	
	font-family: Arial, Helvetica, Verdana;
	font-size: 10px;
	color: 666666;
	padding:0px;
	spacing:0px;
}

a:link{
 color : #993333;
 font-family : Arial, Verdana, Helvetica;
 font-size : 10px;
 font-weight : bolder;
 text-decoration : underline;
}
 
a:visited{
 color : #993333;
 font-family : Arial, Verdana, Helvetica;
 font-size : 10px;
 font-weight : bolder; 
 text-decoration : underline;
}
 
a:hover{
	color : #FF0000;
	font-family : Arial, Verdana, Helvetica;
	font-size : 10px;
	font-weight : bolder;
	text-decoration : underline;
	font-style: italic;
}

.photo{
	font-family: Arial, Helvetica, Verdana;
	background-color: white;
	color: #999999;
	text-align: left;
	font-size: 10px;
  font-style: italic;
	padding:0px;
	spacing:0px;
}

.photocentre{
	font-family: Arial, Helvetica, Verdana;
	background-color: white;
	color: #999999;
	text-align: center;
	font-size: 10px;
  font-style: italic;
	padding:0px;
	spacing:0px;
}

.nompropre{
	font-family: Arial, Helvetica, Verdana;
	background-color: white;
	color: #663333;
	text-align: left;
	font-size: 10px;
  font-weight: bold;
	padding:0px;
	spacing:0px;
}

.nompropre2{
	font-family: Arial, Helvetica, Verdana;
	background-color: white;
	text-align: left;
	color: #663333;
	font-size: 10px;
  font-weight: bolder ;
	font-style: italic;
	padding:0px;
	spacing:0px;
}
.copyright{
	text-align : center;
	color: #999999;
}

a.FooterMenu:link{
 color : #999999;
 font-family : Arial, Verdana, Helvetica;
 font-size : 10px;
 font-weight:normal;
 text-decoration : none;
}
 
a.FooterMenu:visited{
 color : #999999;
 font-family : Arial, Verdana, Helvetica;
 font-size : 10px;
 font-weight:normal;
 text-decoration : none;
}
 
a.FooterMenu:hover{
	color : #CCC;
	font-family : Arial, Verdana, Helvetica;
	font-size : 10px;
	font-weight:normal;
	text-decoration : underline;
}
	
.texteitalique {
	font-style: italic;
}
