* {
	margin: 0;
	padding: 0;
}

html {
	background: #285d65;
	color: #fff;
	font: 100% arial, sans-serif;
	text-align: center;
}

#wrap {
	margin: 0 auto;
	padding: 0px 20px 20px 20px;
	text-align: left;
	width: 730px;
	/*width: 80%;*/
}

#header:after, #menu:after, #main:after {
	content: "Self-Clearing";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
* html #header, * html #menu, *html #main {
	height: 1%;
}


#header {
	background: url(images/header.jpg) no-repeat;
	font: bold 1em Arial, sans-serif;
	height: auto;
	min-height: 122px;
	position: relative;
}

* html #header {
	height: 122px;
}

#logo {
	float:left;
	padding: 0 5px;
}

#logo {
	background: url(images/logo.png) no-repeat top center;
	float: left;
	margin-top: 0.5em;
	padding: 70px 0 0 10px;
	padding-top: 70px;
	text-transform: uppercase;
}
.comptoir {
	color: #fff;
}
.canarien {
	color: #f6ca13;
}

#header .vcard {
	font-style: normal;
	padding-top: 40px;
	padding-right: 130px;
	text-align: center;
}
#header .url {
	display: block;
	font-size: 1.4em;
}
#header .adr {
	display: block;
	font-size: 0.6em;
}
#header .url span, #header .adr {
	text-transform: uppercase;
}
#header .tel, #header .fax {
	font-size: 0.6em;
}
#header .vcard a {
	color: #fff;
	text-decoration: none;
}
#header .vcard a:hover {
	text-decoration: underline;
}

	#customerGreetings {
		bottom: 3px;
		font-size: 0.7em;
		left: 0;
		position: absolute;
		padding-left: 160px;
	}

		#customerGreetings a:link, #customerGreetings a:visited, #customerGreetings a:active {
			color: white;
			text-decoration: underline;
		}
		#customerGreetings a:hover {
			text-decoration: none;
		}


#menu {
	font: bold 0.8em "Trebuchet MS", sans-serif;
	margin: 1px auto;
	list-style: none;
}
#menu li {
	background: #ffcd04 url(images/menu/back.png) repeat-x;
	display: block;
	float: left;
	padding: 1px;
	text-align: center;
	width: 20%;
}
#menu li.last {
	width: 18.5%;
}
#menu a {
	background: transparent;
	display: block;
	color: #103f47;
	font-weight: bold;
	margin: 0 13px;
	padding: 0.4em 0;
	text-decoration: none;
	text-transform: uppercase;
}
#menu a:hover {
	background: #fee684;
}


#main {
	background: white;
	color: #000;
}
#columnmain, #columnright {
	float: left;
}
#columnmain {
	width: 520px;
}
#columnright {
	color: #555;
	width: 200px;
}


form .field {
	padding: 1em;
}
form fieldset {
	margin: 1em;
}
form .field div {
	clear: left;
}
form .field label {
	display: block;
	float: left;
	width: 150px;
}
form .field label:hover {
	background: #eee;
}
form .field input, form .field select, form .field textarea {
	border: 1px solid #ccc;
	margin-bottom: 0.5em;
	vertical-align: middle;
}
form .button {
	text-align: center;
}
form .button input {
	padding: 0.1em 2em;
}



#copyright {
	background: white url(images/copyright.png) repeat-x;
	color: #444;
	font-size: 0.6em;
	line-height: 32px;
	height: 32px;
	text-align: center;
	text-transform: uppercase;
}
#copyright a {
	color: #444;
}
#copyright a:hover {
	text-decoration: none;
}





/* Accueil */
body.accueil #columnmain {
	position: relative;
	width: auto;
}


body.accueil  #intro {
	float: left;
	min-height: 400px;
	width: 520px;
}
* html body.accueil #intro {
	height: 400px;
}

body.accueil #columnmain #intro object {
	display: block;
	left: 10px;
	margin-top: -175px;
	position: absolute;
	top: 50%;
}
body.accueil #columnmain #bienvenue {
	float: left;
	padding-top: 30px;
	width: 210px;
}

#anim {
	margin-left: 10px;
}

/* Pages normales (sans plusieurs colonnes) */
body.normal #main {
	padding: 0.5em 2em;
}
body.normal #columnmain {
	width: auto;
}

body.normal .th1, body.normal .th2 {
	width: 80px;
	height: 60px;
	display: block;
	background: #eee;
	border: 1px solid orange;
}
body.normal .th1 {
	float: left;
	margin: 0 1em 1em 0;
}
body.normal .th2 {
	float: right;
	margin: 0 0 1em 1em;
}



p.slogan {
	font-style: italic;
	margin: 2em 0;
	text-align: center;
}
