body {
	background: #c00;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 1.5em;
	margin: 10px;
	padding: 0;
	text-align: center;
}

img {
	border: 0;
	display: block;
}

h1, h3, h4, p, ul {
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

h2 {
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

img.spacer {
	clear: both;
}

a {
	background: transparent;
	color: #fff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

abbr {
	border: 0;
}

/* Main */
div#main {
	background: #f00;
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 770px;
}

/* Head */
div#head {
	padding: 10px 10px 7px 10px;
}

div#head a#logo {
  background: url(../images/verres.gif);
  display: block;
  height: 53px;
  outline: 0;
  text-indent: -9999px;
  width: 231px;
}

h1 {
  background: #F00;
  color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.4em;
	line-height: 1em;
	position: absolute; top: 20px; right: 20px;
}

/* Content */
div#content {
	background-color: #FFF;
	border-color: #E70D01;
	border-style: solid;
	border-width: 13px 10px 10px;
	margin: 56px 20px 20px;
	padding: 10px;
}

div#content a {
  background: #FFF;
  color: #C00;
}

div#content p {
  margin: 1.2em 0 1em 13px;
}
div#content ul {
  margin: 1.2em 0 1em 13px;
}

div#content p#kw {
  margin-left: 0;
}

p#kw a {
  background: #FFF url(../images/puce-rouge-01.gif) no-repeat 0 50%;
  color: #C00;
  padding-left: 13px;
}

div#content p#yoursearch {
  color: #C00;
  font-size: 1.72em;
  font-weight: bold;
  margin: 0 0 10px;
}

p#yoursearch a,
div#othersearches a {
  background: #FFF;
  color: #C00;
}

div#othersearches {
  background: #FFF;
  color: #C00;
  padding-right: 50px;
  text-align: right;
}

div#othersearches p,
div#othersearches ul {
  display: inline;
  font-size: .9em;
}

div#othersearches ul li {
  display: inline;
}

/* Footer */
div#footer {
  padding: 25px 0 23px;
  text-align: center;
}

p#more {
  background: #F00;
  border-bottom: 1px solid #FFF;
  color: #FFF;
  display: inline;
  margin: 0;
  text-transform: uppercase;
}

p#more a {
  background: #F00;
  color: #FFF;
  text-decoration: none;
}

/* Index Footer */
div#indexfooter,
div#indexfooteren {
  text-align: center;
}

div#indexfooter a {
  background: url(../images/logo.gif);
  display: block;
  height: 70px;
  margin: 0 auto;
  text-indent: -9999px;
  width: 263px;
}

div#indexfooteren a {
  background: url(../images/logo-en.gif);
  display: block;
  height: 70px;
  margin: 0 auto;
  text-indent: -9999px;
  width: 263px;
}

/* Menu */
#menu {
	background-color: #C00;
	border-top: 10px solid #E70D01;
	border-bottom: 10px solid #E70D01;
	height: 36px;
	line-height: 1em;
	list-style: none;
	margin: 0;
	position: absolute; top: 70px;
	width: 770px;
	z-index: 10;
}

/* Mac IE \*/
#menu {
}
/* */

#menu li {
	background-color: #C00;
	border-left: 1px solid #F00;
	float: left;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}

#menu #m100 {
	border-left: none;
}

#menu li a {
	color: #FFEAEA;
	display: block;
	height: 30px;
	padding: 3px;
	text-decoration: none;
	width: 89px;
}

/*--reglages menu pour les rubriques plus larges, plus petites---*/
#menu li a.vcenter {
	height: 23px;
	padding-top: 10px;
}

#menu li a.large {
	width: 109px;
}

#menu li a.small {
	height: 23px;
	padding-top: 10px;
	width: 69px;
}
/*--------------------------------------------------------------*/

#menu li ul {
	left: -10000px;
	position: absolute;
	background-color: #F00;
	list-style: none;
	display: none;
	margin-left: -0.5em;
}

#menu li ul li {
	text-align: left;
	font-size: 1.2em;
	padding: 0;
	font-weight: normal;
	float: none;
	display: block;
	background-color: #F00;
}

#menu li ul li a {
	display: block;
	line-height: 1.5em;
	height: auto;
	width: 140px;
	padding: 0;
	padding-right: 0.5em;
	padding-left: 0.5em;
	color: #FFF;
	text-decoration: none;
	text-transform: none;
}

#menu li ul li.separator {
	display: block;
	line-height: 1.5em;
	height: auto;
	width: 140px;
	padding: 0;
	padding-right: 0.5em;
	padding-left: 0.5em;
	color: #FFF;
	text-decoration: none;
	text-transform: none;
}

/* \*/
#menu li a {
	display: block;
}
#menu li ul {
	display: block;
}
/* */

/* Hover */
#menu li:hover a,
#menu li.hover a,
#menu li.active a {
	background-color: #F00;
	color: #FFF;
	text-decoration: none;
}

#menu li a:hover,
#menu li a:active,
#menu li a:focus {
	background-color: #F00;
	color: #FFF;
	text-decoration: none;
}

#menu li:hover ul,
#menu li.hover ul {
	left: auto;
	margin-left: -1px;
}

#menu li ul li a:hover,
#menu li ul li.active a {
	color: #FFF;
	background-color: #C00;
	text-decoration: none;
}
