/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 13px/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	color: #555555;
}

a {
	text-decoration: none;
	color: #ff9933;
}

a:hover {
	text-decoration: underline;
	color: #009966;
}

a:focus {
	outline: 1px dotted invert;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 20px;
	color: #000;
	border-bottom: 1px solid #ff9933;
}

h2 {
	font-size: 18px;
	border-bottom: 1px solid #ff9933;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 14px;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 10px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: square;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}

#header {
	background: #ffffff url(/images/header_bg.png) repeat-x;
	height: 135px;
}

.top {
	height: 78px;
	position: relative;
}

.top a {
	float: left;
	position: absolute;
	top: 0;
}

.top span {
	display: block;
	color: #009966;
	font-size: 22px;
	padding: 45px 0 0 140px;
}

#search {
	background: #FFFFFF  url("/images/search_bg.png") no-repeat;
    width: 220px;
    height: 35px;
	margin-top: 2px;
}

#searchstr {
    border:1px solid #d7d7d7;
    font-size: 11px;
    padding:2px;
	float: left;
    margin: 12px 5px 4px 5px;
}

#searchbtn {
    float: left;
	margin: 13px 5px 6px 5px;
}

.topnav {
	height: 57px;
}

.topnav ul {
	list-style-type: none;
}

.topnav li {
	display: block;
	float: right;
	margin: 0;
	height: 57px;
}

.topnav li a {
	display: block;
	height: 57px;
	line-height: 57px;
	text-decoration: none;
	color: #555555;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}

#accueil {
	background: url("/images/menu_top.png") 0 0 no-repeat;
	width: 147px;
}

#contact, #documents {
	background: url("/images/menu_top.png") -147px 0 no-repeat;
	width: 139px;
}

#apropos {
	background: url("/images/menu_top.png") -286px 0 no-repeat;
	width: 140px;
}

#accueil:hover {
	background-position: 0 -56px;
	color: #009966;
}

#contact:hover, #documents:hover {
	background-position: -147px -56px;
	color: #009966;
}

#apropos:hover {
	background-position: -286px -56px;
	color: #009966;
}

#footer {
	background: #ffffff url(/images/footer_bg.png) repeat-x;
	height: 145px;
	margin-top: 20px;
}

#logos, #credits {
	border-left: #ddd 1px solid;
	border-right: #ddd 1px solid;
}

#logos {
	text-align: center;
	line-height: 100px;
	height: 100px;
	display: table-cell;
}

#logos img {
	margin-left: 30px;
	vertical-align: middle;
}

#credits {
	text-align: right;
	height: 75px;
}

#credits p {
	margin: 5px;
}

#credits a {
	text-decoration: none;
	color: #555555;
	font-weight: bold;
}

#credits a:hover {
	text-decoration: underline;
	color: #009966;
}

#leftmenu {
	background: #FFF;
	width: 320px;
	height: 250px;
	margin-left: 10px;
	float: left;
	display: inline;
	border-bottom: #d7d7d7 1px solid;
}

#leftmenu ul {
	list-style-type: none;
}

#leftmenu li {
	display: block;
	margin: 0;
	height: 50px;
}

#leftmenu li li {
	height: 50px;
	background: #fff;
}

#leftmenu li a {
	display: block;
	height: 50px;
	line-height: 50px;
	text-decoration: none;
	color: #555555;
	font-weight: bold;
	font-size: 14px;
	padding-left: 75px;
	background: url("/images/menu_left.png") 0 0 no-repeat;
}

#leftmenu li li a {
	display: block;
	height: 49px;
	line-height: 50px;
	text-decoration: none;
	color: #555555;
	font-weight: bold;
	font-size: 14px;
	padding-left: 35px;
	background: #fff;
	border-bottom: 1px solid #d7d7d7;
}

#leftmenu li a:hover {
	background-position: 0 -50px;
	color: #009966;
}

#leftmenu li li a:hover, .sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:	#efefef;
	outline: 0;
	color: #009966;
}

#slider {
	width: 620px;
	height: 250px;
	margin-right: 10px;
	float: left;
	display: inline;
	border-top: #d7d7d7 1px solid;
}

.focus {
	background: url("/images/focus_bg.png") no-repeat;
	width: 280px;
	height: 130px;
	padding: 10px;
	margin: 10px 0;
}

#dedaledevie {
	display: block;
	width: 280px;
	height: 130px;
	background: url("/images/dedaledevie.png") no-repeat 0 0;
}

#dedaledevie:hover {
	background-position: 0 -130px;
	text-decoration: none;
}

#main {
	background: #fff;
	margin-top: 10px;
}

#main p {
	text-align: justify;
}

#main img {
	margin-right: 5px;
	margin-bottom: 5px;
}

#main h2 {
	clear: left;
}

.newsfoot {
	clear: left;
	text-align: right;
	width: 100%;
	background: #FFEEB2;
	margin: 10px 0 30px 0;
}

#newsbox {
	background: #ffffff url("/images/rss.png") 280px 10px no-repeat;
}

#newsbox ul {
	list-style: circle;
	border-top: 1px solid #d7d7d7;
	list-style-position: inside;
}

#newsbox li {
	margin-left: 0;
	line-height: 30px;
	border-bottom: 1px solid #d7d7d7;
	padding-left: 10px;
}

.odd {
	background: #f6f6f6;
}

#focusbox {
	background: #ffffff url("/images/transmit.png") 280px 8px no-repeat;
}

.more {
	text-align: right;
}

.more a:before {
	content: url("/images/arrow_right.png");
	margin-right: 5px;
}

#main p.center {
    text-align: center;
}

.erreur {
    background: #fff6bf url(../images/exclamation_frame.png) center no-repeat;
    background-position: 15px 50%; /* x-pos y-pos */
    text-align: left;
    color: #dd0000;
    font-weight: bold;
    padding: 5px 20px 5px 45px;
    border-top: 2px solid #ffd324;
    border-bottom: 2px solid #ffd324;
    margin: 20px 0;
}

.info {
    background: #f8fafc url(../images/information_frame.png) center no-repeat;
    background-position: 15px 50%; /* x-pos y-pos */
    text-align: left;
    padding: 5px 20px 5px 45px;
    border-top: 2px solid #b5d4fe;
    border-bottom: 2px solid #b5d4fe;
    margin: 20px 0;
}

#main form {
    width: 95%;
    margin: 0 auto 20px auto;
    background: #f6f6f6;
    border: 2px dashed #dddddd;
    padding: 1em;
    overflow: auto;
}

#main form p {
    clear: both;
    line-height: 25px;
}

#main fieldset {
	padding: 10px;
	border: none;
}

#main label {
    float: left;
    text-align: right;
    width: 150px;
    margin-right: 10px;
}

.btnsubmit {
    border: 0;
    background: #ff9933;
    color: #fff;
    padding: 5px;
    margin: 5px auto;
    cursor: pointer;
    outline: none;
}

.btnsubmit:hover {
    background: #009966;
	outline: none;
}

#pagination {
    text-align: center;
    margin: 10px;
    background: #efefef;
    line-height: 25px;
}

#pagination span {
    padding: 7px;
    color: #ccc;
}

#pagination a {
    padding: 4px;
    margin: 2px;
    border: 1px solid #ff9933;
    color: #ff9933;
}

#pagination a:hover {
    padding: 4px;
    margin: 2px;
    border: 1px solid #009966;
    background: #009966;
    text-decoration: none;
    color: #ffffff;
}

#liens_utiles {
	list-style: none;
}

#liens_utiles li {
	display:block;
	overflow:auto;
}

#liens_utiles img {
	border: 1px solid #ddd;
	float: left;
}

/*** SUPERFISH ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	50px;
	float:			left;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			320px; /* left offset of submenus need to match (see below) */
	border-top:		1px solid #d7d7d7;
}
.sf-menu ul li {
	width:			100%;
	height: 		49px;

}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			320px;
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			320px;
	top:			0;
}


/*** adding sf-vertical in addition to sf-menu creates a vertical menu ***/
.sf-vertical, .sf-vertical li {
	width:	320px;
}
/* this lacks ul at the start of the selector, so the styles from the main CSS file override it where needed */
.sf-vertical li:hover ul,
.sf-vertical li.sfHover ul {
	left:	320px; /* match ul width */
	top:	0;
}
