body {
	background-color:#ffffff;
	color: #000000;
	font-family: "Century Gothic";
	font-size:10px;
	padding:0;
	margin-top:20px;
	line-height:17px;
	margin-left:1px;
}

td{
	font-family: "Century Gothic";
	font-size: 12px;
	color: #000000;
}

td.titre{
	border-bottom: dotted 1px #AAA;
}
td.slogan{
	font-family: "Century Gothic";
	font-size:20px;
	color: #2661BC;
	font-weight: bold ;
	font-style: italic ;
}

td.adresse{
	font-family: "Century Gothic";
	font-size:6px;
	color: #2661BC;
	font-weight: bold ;
}

img {
	text-decoration: none;
	border: none;
}

input, textarea {
	font-family: "Century Gothic";
	font-size:12px;
	background:#F2F2F2;
}

a {
	font-family: "Century Gothic";
	font-size: 12px;;
	color: #000000;
	text-decoration: none;
	border: none;
}

a:hover {
	text-decoration:underline;
}

a.tab {
	font-family: "Century Gothic";
	font-size: 12px;;
	color: #000000;
	text-decoration: none;
	border: none;
}

a.tab:hover {
	text-decoration:underline;
}

form {
  margin:0;
	padding: 0;
}

.abs {
	vertical-align:middle
}

h1 {
	color:#000000;
	text-decoration:none;
	font-size: 16px;
	font-family: "Century Gothic";
	font-weight: normal;
	padding:0;
	margin-top:15px;
	margin-bottom:5px;
	text-align:left;
}

h2 {
	color:#000000; 
	text-decoration:none;
	font-size: 15px;
	font-family: "Century Gothic";
	font-weight: normal;
	padding:0;
	margin-top:5px;
	margin-bottom:5px;
	text-align:left;
}

h3 {
	color:#000000;
	text-decoration:none;
	font-size: 16px;
	font-family: "Century Gothic";
	font-weight: normal;
	padding:0;
	margin-top:9px;
	margin-right:120px;
	letter-spacing: 1.2px;

}

h4 {
	color:#000;
	text-decoration:none;
	font-style: italic ;
	font-size: 12px;
	font-family: "Century Gothic";
	font-weight: normal;
	padding:0;
	margin-left:5px;
	margin-bottom:0px;
}

.subtitle {
	color:#ffffff;
	text-decoration:none;
	font-size: 12px;
	font-family: "Century Gothic";
	font-weight: normal;
	padding:0;
	margin-top:12px;
	margin-left:130px;
	margin-bottom:12px;
}

.button {
	color: #ffffff;
	background-color: #212D65;
	font-size: 9px;
	font-family: "Century Gothic";
	text-transform: uppercase;	
	border-color: #535C63;
	border-style: solid;
	border-width: 1;	
	height:21px;

}

.img {
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
	padding-top:5px;
	background:white;
	border:0px solid gray;
	text-align:center;
	margin-right:15px;
}	

p {
	font-family: "Century Gothic";
	font-size: 12px;
	padding-top:0px;
	padding-bottom:0px;
	margin-top:6px;
	margin-bottom:6px;
}

.title {
	margin-top:85px;
	margin-right:15px;
	color:#000000;
	letter-spacing: 1.5px;
	font-family: "Century Gothic";
}

table.grid {
	border-color: #CCC;
	border-width: 0 0 1px 0;
	border-style: solid;
}

td.grid {
	border-color: #000000;
	border-width: 0px 0 1px 0;
	border-style: solid;
	margin: 0;
	padding: 4px;
}


td.content{
	font-family: "Century Gothic";
	font-size: 12px;
	color: #000000;
	padding-right: 10px;
}

p{
	font-family: "Century Gothic";
	font-size: 12px;
	color: #000000;
	
}
.form_search {
	width:125px;
	height:21px;
	font-family: "Century Gothic";
	font-size:13px;
	border-style:solid;
	border-width:1px;
	border-color:#535C63;
	background-color:#ffffff;
	color:#272B2D;
	padding:1px
}

dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu {
	float: top;
	position: absolute; /* placement du menu, à modifier selon vos besoins */
	margin: 0;
	padding: 0;
	z-index:00;
}

#menu dl {
	float: left;
	width: 120;
}
#menu dt {
	cursor: pointer;
	text-align: left;
	font-weight: normal;
	background: #212D65;
	border: 0px solid gray;
	margin: 1px;
	padding:3px;
	color: #ffffff;
	height:20px;
	vertical-align:middle;
}
#menu dd {
	display: none;
	border: 0px solid gray;
}
#menu li {
	text-align: center;
	background: #212D65;
}
#menu li a, #menu dt a {
	margin: 0px;
	padding:2px;
	color: #ffffff;
	background: #212D65;
	font-weight: normal;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0px solid gray;
}
#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {
	margin: 0px;
	padding:2px;
	background: #eee;
	color: #212D65;
	display: block;
	height: 100%;
	border: 0px solid gray;
}


#menu_top a {
	margin: 0px;
	padding:2px;
	color: #ffffff;
	background: #212D65;
	font-weight: normal;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0px solid gray;
}
