/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

strong {
	color: #5A5655;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

.select1 {
	width: 202px;
}

.select2 {
	width: 96px;
}

/** TABLES */

.table1 {
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

.table1 th {
	padding: 0px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	background: url(images/homepage19.gif) repeat-x left top;
}

.table1 th span {
	display: block;
	padding: 4px;
	border: 1px solid #FFFFFF;
}

.table1 td {
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	text-align: center;
}

.table2 td {
	padding-bottom: 5px;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #747171;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
}

.text1 {
	font-size: 9px;
	font-weight: normal;
	color: #949FB1;
}

.text2 {
	font-size: 16px;
	font-weight: bold;
	color: #343E4E;
}

.text3 {
	font-size: 9px;
}

.text4 {
	text-align: center;
	font-size: 9px;
}

.text5 {
	font-size: 11px;
	font-weight: bold;
	color: #5A5655;
}

.text6 {
	font-size: 11px;
	font-weight: bold;
	color: #5A5655;
}

/** LISTS */

.list1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	line-height: 14px;
}

.list1 a {
	padding-left: 10px;
	background: url(images/homepage14.gif) no-repeat left center;
}

/** LINKS */

a {
	color: #343E4E;
}

a:hover {
	text-decoration: none;
}

.link1 {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #343E4E;
}

.link2 {
}

.link3 {
	font-size: 9px;
	font-weight: bold;
}

/** STYLES */

.style1 {
	word-spacing: 5px;
}

.style1 a {
	font-weight: bold;
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 { background: #FFFFFF url(images/homepage01.jpg) repeat-x left top; }
.bg2 { background: url(images/bg01.jpg) no-repeat left top; }

.bg3 { background: url(images/bg02.jpg) repeat-y left top; }
.bg4 { background: url(images/bg03.jpg) no-repeat left bottom; }

.bg5 { background: url(images/bg04.jpg) repeat-y left top; }
.bg6 { background: url(images/bg05.jpg) no-repeat left bottom; }

.bg7 { background: url(images/subpage1_01.jpg) repeat-y left top; }
.bg8 { background: url(images/subpage1_02.jpg) no-repeat left bottom; }
.bg9 { background: url(images/subpage2_01.jpg) no-repeat left top; }

.bg10 { background: url(images/subpage3_01.jpg) no-repeat left top; }
.bg11 { background: url(images/subpage3_02.jpg) repeat-y left top; }
.bg12 { background: url(images/subpage3_03.jpg) no-repeat left bottom; }

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin: 0px 15px 0px 0px;
}

.img2 {
	float: right;
	margin: 0px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
	margin: 25px 0px;
	background: url(images/subpage1_06.gif) repeat-x left top;
}

.hr2 {
	height: 1px;
	margin: 25px 0px;
	background: url(images/subpage1_08.gif) repeat-x left top;
}



/* Rajout du style pour le menu */
*{
	margin:0;
	padding:0;
}
body{
	background:#fff;
	color:#666;	
	font:12px/18px Tahoma, Arial, Helvetica, sans-serif;	
}
	#menu{
		width:470px;
	}
		#menu ul{
			list-style:none;
		}
			#menu li{
				list-style:none;
				display:inline;
				margin:0 5px;
			}
				#menu li a{
					color:#b5b4b4;
					text-transform:uppercase;
					font-size:13px;
					font-weight:bold;
					text-decoration:none;
					border-bottom:5px solid #b5b4b4;
					cursor:pointer;
					padding:0 0 1px 0;
				}
					#menu li a:hover{
						border-bottom:5px solid #008fd5;
						color:#008fd5;
						text-decoration:none;
					}
				#menu li a.current{
					border-bottom:5px solid #b5b4b4;
					color:#008fd5;
					text-transform:uppercase;
					font-size:13px;
					font-weight:bold;
					text-decoration:none;
				}
				



