/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	font-family: "Myriad Web", Arial, Helvetica, sans-serif;
}

body {
	margin: 30px 0;
	padding: 0;
	background: #EFEFEF;
	font-size: 14px;
	color: #000000;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
    font-variant:small-caps;
	color: #000000;
}

    
h2 {
	margin-bottom: 10px;
	border-bottom: 1px solid #F4F4F4;
	font-size: 16px;
}

h3 {
	font-size: 16px;
	border-bottom: 1px solid #F4F4F4;
}

p, ol, ul, blockquote {
	line-height: 23px;
}


a {
	color: #CC0033;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

strong {
	color: #CC0033;
}

th {
   text-align:left;
   vertical-align:top;
   padding-right:5px;
   padding-top:2px;
 }
 
td {
   vertical-align:top;
   padding-bottom:2px;
 }

.textfield1 {
	width: 200px;
 }

.button {
	border: 1px solid #EBEBEB;
	border-bottom-color: #DDDDDD;
	background: #FBFBFB url(images/img7.gif) repeat-x;
	font-size: 12px;
	color: #7A7A7A;
}

.navigation {
     color:#CC0033;
     text-align:center;
}
.listepuce {
	list-style-type:circle;
}
.listesans {
	margin-left: 0;
	padding-left: 0;
    list-style:none
}

q {
    font-style:italic;
}

.mand{
	color: #CC0033;
    font-weight:bold;
}


/* Header */

#header {
	width: 917px;
	height: 115px;
	margin: 0 auto;
	background: url(images/img2.gif) repeat-x;
}

/* Logo */

#logo {
	float: left;
	height: 115px;
	padding: 0 0 0 0;
	background: url(images/img1.gif) no-repeat;
}

#logo * {
	text-decoration: none;
}

#logo h1 {
	float: left;
	padding: 30px 0 0 30px;
	font-size: 24px; 
}

#logo h1 a {
	color: #000000;
}

#logo h1 span {
	font-weight: bold;
}

#logo h2 {
	float: left;
	padding: 72px 0 0 4px;
	font-size: 14px;
    font-variant:normal;
	border: none;
}

/* Menu */

#menu {
	float: right;
	height: 45px;
	padding: 70px 25px 0 0;
	background: url(images/img3.gif) no-repeat right top;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 0 15px 0 20px;
	border-left: 1px solid #DBDBDB;
	text-transform:uppercase;
	text-decoration: none;
	font-size: 13px;
	color: #000000;
}
#menu a:hover {
	color: #CC0033;
}


#menu .first a {
	border: none;
}

/* Splash */

#splash {
	width: 857px;
	height: 100px;
	margin: 0 auto;
    border-right: 30px solid #FFFFFF;
	border-left: 30px solid #FFFFFF;
}

/* Content */

#content {
	width: 847px;
	margin: 0 auto;
	padding: 30px 35px 0 35px;
	background: #FFFFFF url(images/img8.gif) no-repeat left bottom;
}

#colOne {
	float: left;
	width: 620px;
}

#colOne h1 {
	margin-bottom: 10px;
	border-bottom: 1px solid #F4F4F4;
	font-size: 24px;
}


#colTwo {
	float: right;
	width: 185px;
	padding: 5px 0 0 0;
}

#colTwo h1 {
	font-size: 16px;
	border-bottom: 1px solid #F4F4F4;
}


/* Footer */

#footer {
}

#footer p {
	text-align: center;
	color: #000000;
    font-size: 9 px;
    font-variant: small-caps;
}

#footer a {
	color: #000000;
}