/******************************
 *   - © François Brandin -   *
 ******************************/

body {
	font-family: "Trebuchet MS", Tahoma, Geneva, Arial, Helvetica, sans-serif;
	background-color: #600022;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 25px;
}
.tmplt-header
{
	width: 724px;
	height: 206px;
	background-color: #FF8400;
	margin: 0px;
}
.tmplt-main
{
	width: 724px;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px 20px;
	background-image: url(pix/center-2.gif);
	background-repeat: repeat-y;
}
.tmplt-footer
{
	width: 724px;
	background-color: #600022;
	font-size: 10px;
	text-align: center;
	color: #999999;
	height: 40px;
}
.titres {
	font-family: "Trebuchet MS", Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #999999;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
	font-style: italic;
}
.titres-liens a {
	font-family: "Trebuchet MS", Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #999999;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
	font-style: italic;
	text-decoration: underline;
    text-align: center;
}
.titres-liens a:hover {
	text-decoration: none;
	color: #0066CC;
}

/********************
 *   BALISES HTML   *
 ********************/
p {
	font-size: 14px;
}
h1 {
	font-family: "Trebuchet MS", Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FF6600;
	font-weight: bold;
	letter-spacing: 1px;
	word-spacing: 5px;
}
h2 {
	font-family: "Trebuchet MS",Tahoma,Geneva,Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: bold;
	color: #666666;
}
ul {
	list-style-image: url(pix/icon_etoile.gif);
}
hr {
	display:block;
	height: 1px;
	margin: 0;
	padding: 0;
	color: #ccc;
	background-color: #ccc;
	border: 0;
}
.highlight {
	font-weight: bold;
	color: #FF6600;
}
.tarif1 {
	font-family: "Trebuchet MS",Tahoma,Geneva,Arial,Helvetica,sans-serif;
    font-size: 20px;
    font-weight: bold;
	color: #666666;
}
.tarif2 {
	font-family: "Trebuchet MS", Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FF6600;
	font-weight: bold;
	letter-spacing: 1px;
	word-spacing: 5px;
}

/*************
 *   LIENS   *
 *************/
a {
	font-family: "Trebuchet MS", Tahoma, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #FF6600;
}
a:hover {
	font-family: "Trebuchet MS", Tahoma, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FF0000;
}
a.footer {
	color: #B08091;
	text-decoration: none;
}
a.footer:hover {
	text-decoration: underline;
	color: #D7BFC8;
}
a.videos {
	color: #FF6600;
	font-weight: bold;
	text-decoration: none;
}
a.videos:hover {
	color: #CC0000;
	text-decoration: none;
	font-weight: bold;
	background-color: #F0F0F0;
}
img#roll {
	border: 1px solid #FFFFFF;
}
img#roll:hover {
	border: 1px solid #000000;
}

/******************
 *   FORMULAIRE   *
 ******************/
input, textarea
{
	border: 1px solid #bbbbbb;
    font-size: 11px;
    font-family: "trebuchet ms",tahoma,geneva,arial,helvetica,sans-serif;
    padding: 2px;
}
input:hover, textarea:hover
{
	border: 1px solid #000000;
    font-size: 11px;
    font-family: "trebuchet ms",tahoma,geneva,arial,helvetica,sans-serif;
    padding: 2px;
}
input:focus, textarea:focus
{
	border: 1px solid #FF0000;
    font-size: 11px;
    font-family: "trebuchet ms",tahoma,geneva,arial,helvetica,sans-serif;
    padding: 2px;
}
input.submit
{
	border: 1px solid #000000;
	text-align: center;
	font-family: "trebuchet ms",tahoma,geneva,arial,helvetica,sans-serif;
	background-color: #F0F0F0;
	font-size: 14px;
	font-weight: bold;
	cursor:pointer;
	padding: 0px 15px 0px 15px;
}
input.submit:hover
{
	border: 1px solid #000000;
    text-align: center;
    font-family: "trebuchet ms",tahoma,geneva,arial,helvetica,sans-serif;
    background-color: #FAFAFA;
    font-size: 14px;
    font-weight: bold;
	cursor:pointer;
}
select
{
	font-size: 11px;
    font-family: "trebuchet ms",tahoma,geneva,arial,helvetica,sans-serif;
}
.liste2
{
	background-color: #eeeeee;
}

