/* TYPOGRAPHY */

body {
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 76%;
	color: #000;
	}
table,td,th,p,div,li,dt,dd,blockquote,pre,code,input,select,option {
	font-size: 0.99em;
	}
img {
	border: 0;
	}


/* =LINKS */
a,
a:link,
a:active {
	color: #0551FF;
	text-decoration: none;
	}
a:visited {
	color: #65ACFF;
	}
a:hover {
	text-decoration: underline;
	}


/* =HEADINGS */
h1 {
	margin: 0;
	}
h2 {
	color: #1D3649;
	font-size: 1.5em;
	margin: 0 0 .5em;
	}
h3 {
	color: #38658E;
	font-size: 1.3em;
	margin: 1em 0 .5em;
	}
h4 {
	font-size: 1.2em;
	margin: 0 0 .25em;
	}
h5 {
	font-size: 1.1em;
	margin: 0 0 .25em;
	}
h6 {
	font-size: 1em;
	margin: 0 0 .25em;
	}


/* =TEXT */
p {
	line-height: 1.4em;
	margin: 0 0 1.5em;
	padding: 0;
	}
blockquote {
	border-left: 10px solid #ddd;
	margin-left: 10px;
	}
pre {
	font-family: monospace;
	}
strong, b {
	font-weight: bold;
	}
em, i {
	font-style: italic;
	}
code {
	font-family: "Courier New", Courier, monospace;
	white-space: pre;
	}


/* =LISTS */
ul {
	line-height: 1.4em;
	margin: 0 0 1.5em;
	padding: 0;
	list-style: none;
	}
ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	}
ol {
	line-height: 1.4em;
	margin: 0 0 1.5em;
	padding: 0;
	}
ol li {
	margin: 0 0 .25em 30px;
	padding: 0;
	}
dl {
	line-height: 1.4em;
	margin: 0 0 1.5em;
	padding: 0;
	}
dl dt {
	font-weight: bold;
	margin: .25em 0 .25em 0;
	padding: 0;
	}
dl dd {
	margin: 0 0 0 30px;
	padding: 0;
	}


/* =TABLE */
table {
	margin: 0 0 1.5em 0;
	padding: 0;
	border-collapse: collapse;
	}
table caption {
	font-weight: bold;
	margin: 0;
	padding: 0 0 1.5em;
	}
th {
	font-weight: bold;
	text-align: left;
	}
td {
	}


/* =MISC */

div.hr {
	height: 1px;
	margin: 1.5em 10px;
	border-bottom: 1px dotted black;
	}


/* =CLEARING */
.stretch,
.clear {
	clear: both;
	height: 1px;
	line-height: 1px;
	margin: 0;
	padding: 0;
	}
.clearleft {
	clear: left;
	height: 1px;
	line-height: 1px;
	margin: 0;
	padding: 0;
	}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
* html>body .clearfix {
	display: inline-block;
	width: 100%;
	}
* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}

/* =PHOTOS */
.photoleft {
	margin: 0 10px 10px 0;
	float: left;
	}
.photoright {
	margin: 0 0 10px 10px;
	float: right;
	}

/* =REPLACE */
.replace {
	display: block;

	background-repeat: no-repeat;
	background-position: left top;
	background-color: transparent;
	}
/* tidy these up */
.replace * {
	text-indent: -10000px;
	display: block;

	background-repeat: no-repeat;
	background-position: left top;
	background-color: transparent;
	}
.replace a {
	text-indent: 0;
	}
.replace a span {
	text-indent: -10000px;
	}


/* =ACCESSIBILITY */
 span.accesskey {
	text-decoration: none;
 	}
 .accessibility {
	position: absolute;
	top: -999em;
	left: -999em;
 	}


/* SITE SPECIFIC LAYOUT */

html, body {
	/* hide ie/mac \*/
	height: 100%;
	/* end hide */
	margin: 0;
	padding: 0;
	}
body {
	background: #E1E1E1 url(../img/bg_body.png);
	text-align: center;
	}
div#pagewrap {
	min-height: 100%;
	width: 960px;
	margin: auto;
	padding: 0;
	background: #E1E1E1 url(../img/bg_page.png);
	text-align: center;
	}
/* IE only */
* html div#pagewrap {
	/* hide ie/mac \*/
	height: 100%;
	/* end hide */
	}
div#page {
	min-height: 100%;
	position: relative;
	margin: 0 10px;
	padding: 0;
	text-align: left;
	}
* html div#page {
	/* hide ie/mac \*/
	height: 100%;
	/* end hide */
	}


/* =HEADER */

#header {
	background: #FFF;
	}

#header #branding {
	position: relative;
	clear: both;
	background: #FFF url(../img/photos_entete.jpg) top right no-repeat;
	}
#header #branding #logo {
	width: 152px;
	}
#header #branding #tagline {
	display: none;
	position: absolute;
	top: 75px;
	left: 152px;
	color: #FFF;
	width: 788px;
	height: 65px;
	overflow: auto;
	background: #00052C url(../img/bg_entete.png) no-repeat;
	}
#header #branding #tagline p {
	margin: 0 10px;
	line-height: 65px;
	text-align: center;
	font-size: 1.3em;
	font-style: italic;
	}


/* =CONTENT */

div#content {
	float: left;
	width: 710px;
	}
div#content .wrap {
	padding: 10px 0 0 20px;
	}
div#content h2 {
	margin: 0;
	}
#acc div#content p {
	margin: 0 0 .5em;
	}

table.divisions {
	border-collapse: collapse;
	margin: 0;
	}
table.w2col {
	margin: 0 30px;
	width: 624px;
	}
table.divisions td {
	padding: 10px 20px 0 0;
	vertical-align: top;
	}
table.w2col td {
	width: 50%;
	}
table.w4col td {
	width: 25%;
	}
table.divisions td.lastcol {
	padding-right: 0;
	}
table.divisions h3 {
	margin: .5em 0 0;
	font-size: 1.1em;
	}
table.divisions h3 a {
	color: #38658E !important;
	}
table.divisions p {
	margin: 0;
	color: #3C3C3C;
	}


/* =SIDEBAR */

div#sidebar {
	float: right;
	color: #fff;
	width: 210px;
	background: transparent url(../img/texture_sidebar.png) no-repeat;
	min-height: 390px;
	height: auto;
	}
/* for Internet Explorer */
/*\*/
* html div#sidebar {
	height: 390px;
	}
/**/
div#sidebar .wrap {
	margin: 10px 20px 0;
	position: relative;
	}
div#sidebar h2 {
	color: #FFF;
}
div#sidebar * {
	line-height: 1.2em;
	}
div#sidebar a:link, div#sidebar a:active {
	color: #B3D2FF;
	}
div#sidebar a:visited {
	color: #CCC;
	}
div#sidebar dl {
	position: relative;
	/* hide ie/mac \*/
	height: 1%;
	/* end hide */
	}
div#sidebar dt {
	float: left;
	width: 72px;
	height: 94px;
	border: 1px solid #00052C;
	background: #FFF;
	}
div#sidebar dd {
	margin: 0 0 0 80px;
	padding: 10px 0 0;
	}
div#sidebar ul {
	margin: -1em 0 1em;
	}
div#sidebar li {
	padding: 0 0 2px 10px;
	background: transparent url(../img/dot_sidebar.gif) 0 .4em no-repeat;
	}

div#sidebar #inscription th {
	padding: 2px 2px 2px 0;
	font-weight: normal;
	}
div#sidebar #inscription td {
	padding: 2px;
	}
div#sidebar #inscription td p {
	margin: 1em 0 0;
	}
div#sidebar #inscription input, div#sidebar #inscription select {
	width: 100px;
	border: 1px solid #000;
	}
div#sidebar #inscription input#type_inscription_1, div#sidebar #inscription input#type_inscription_2 {
	width: auto;
	}
div#sidebar #inscription #submit {
	margin: 1em 0;
	font-weight: bold;
	}
div#sidebar .erreur {
	background: red;
	}
div#sidebar div.erreur {
	padding: 2px 4px;
	}

/* HORIZONTAL NAV: GENERAL RULES */

* html div.h-nav {
	/* hide ie/mac \*/
	height: 1%;
	/* end hide */
	}
div.h-nav ul {
	width: auto;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	}
div.h-nav li {
	float: left;
	display: inline;
	list-style: none;
	margin: 7px 0;
	padding: 0 7px;
	line-height: 1em;
	background: none;
	border-right: 1px solid #969696;
	}
div.h-nav li.last {
	border: none;
	}

div.h-nav a,
div.h-nav a:link,
div.h-nav a:active,
div.h-nav a:visited {
	display: inline-block;
	/* hide from ie/mac \*/
	display: block;
	/* end hide */
	text-decoration: none;
	margin: 0;
	padding: 0;
	color: #464646;
	}
div.h-nav a:hover {
	color: #000;
	text-decoration: underline;
	}

div.h-nav strong {
	display: inline-block;
	/* hide from ie/mac \*/
	display: block;
	/* end hide */
	font-weight: normal;
	color: #464646;
	}
div.h-nav strong a,
div.h-nav strong a:link,
div.h-nav strong a:active,
div.h-nav strong a:visited,
div.h-nav strong a:hover {
	color: #464646;
	}

/* HORIZONTAL NAV: SPECIFIC RULES */

#nav {
	margin: 0 12px;
}
#nav1 li {
	float: right;
	position: relative;
	z-index: 1;
	}
#nav2 {
	width: 65%;
	position: absolute;
	top: 0;
	left: 12px;
	}


#searchbox {
	position: absolute;
	top: 4px; right: 85px;
	width: 145px;
    height: 16px;
    background: transparent url(../img/bg-search.png) 0 0 no-repeat;
	}
#searchbox form {
	margin: 0;
	}

#searchbox #query {
  	color: #333;
    float: left;
    font-size: .85em;
    padding: 2px 4px;
    margin: 0;
    border: 0;
    width: 117px;
    background: none;
}
#searchbox #search {
    float: right;
    margin: 0;
}

