/*
	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: #444;
    background: #e0e566 url("/images/filigrane.png") no-repeat 0 150%;
}

a {
	text-decoration: none;
	color: #e2001a;
}

a:hover {
    text-decoration: underline;
}

a:focus {
	outline: 1px dotted invert;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
    width: 80%;
}

p {
    text-align: justify;
	margin-right: 10px;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #694994;
	border-bottom: 1px solid #694994;
	margin-right: 10px;
}

h2 {
	font-size: 18px;
    color: #9d4891;
}

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;
	margin-bottom: 10px;
}

ul ul {
	list-style: disc;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}

.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;
}

#header {
    background: #e0e566 url("/images/header_bg.png") repeat-x;
    height: 200px;
}

#header2 {
    background: #e0e566 url("/images/header_bg2.png") repeat-x;
    height: 91px;
}

#headerimg {
    height: 109px;
}

#top {
    background: transparent url("/images/main_top.png") no-repeat bottom;
    height: 200px;
}

#top2 {
    background: transparent url("/images/main_top.png") no-repeat bottom;
    height: 91px;
}

#menu {

    height: 31px;
}

#menu * {
	list-style-type: none;
}

#menu ul {
    height: 31px;
    margin: 0;
    float: left;
}

#menu ul ul {
    position: absolute;
    top: -999em;
}

#menu  li {
    position: relative;
	float: left;
	margin: 0;
	height: 31px;
    padding: 0 20px;
}

#menu ul li li {
    width: 180px;
}

#menu li a, #menu li a:visited {
	display: block;
	height: 31px;
	position: relative;
	line-height: 31px;
	text-decoration: none;
	color: #fff;
	text-align: center;
}

#menu li a:hover {
    background: #694994;
}

#menu ul li:hover ul,
#menu ul li.sfHover ul {
    left: 0;
    top: 31px;
    z-index: 99;
}

#menu ul li:hover li ul,
#menu ul li.sfHover li ul,
#menu ul li li:hover li ul,
#menu ul li li.sfHover li ul {
    top: -999em;
}

#menu ul li li:hover ul,
#menu ul li li.sfHover ul,
#menu ul li li li:hover ul,
#menu ul li li li.sfHover ul {
    left: 180px;
    top: -1px;
}

#menu ul li li {
    background: #9d4891;
    border-top: 1px solid #fff;
}

#menu ul li li li {
    background: #9d4891;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
}

#menu li:hover, #menu li.sfHover,
#menu a:focus, #menu a:hover, #menu a:active {
    background: #694994;
}

#menu li li:hover, #menu li li.sfHover,
#menu li li a:focus, #menu li li a:hover, #menu li li a:active {
    background-color: #694994;
}

#main {
    background: #fff url("/images/main_bg.png") repeat-y;
    min-height: 600px;
}

#main2 {
    background: #fff url("/images/main_bg2.png") repeat-y;
    min-height: 430px;
}

#maison {
	padding: 0 58px;
	width: 824px;
	height: 430px;
}

#hp_hg {
	display: block;
	float: left;
	background: url("/images/hp_hg.png") 0 0 no-repeat;
	width: 412px;
	height: 257px;
}

#hp_hd {
	display: block;
	float: left;
	background: url("/images/hp_hd.png") 0 0 no-repeat;
	width: 412px;
	height: 257px;
}

#hp_bg {
	display: block;
	float: left;
	background: url("/images/hp_bg.png") 0 0 no-repeat;
	width: 412px;
	height: 173px;
}

#hp_bd {
	display: block;
	float: left;
	background: url("/images/hp_bd.png") 0 0 no-repeat;
	width: 412px;
	height: 173px;
}

#hp_hg:hover, #hp_hd:hover {
	background-position: 0 -257px;
	text-decoration: none;
}

#hp_bg:hover, #hp_bd:hover {
	background-position: 0 -173px;
	text-decoration: none;
}

#main2 h1 {
	text-align: center;
}

#filters {
	text-align: center;
	margin: 10px;
}

#footer {
    background: transparent url("/images/footer_bg.png") no-repeat;
    height: 160px;
    margin-bottom: 30px;
}

#footer p {
    padding: 130px 10px 0 10px;;
    text-align: right;
}

.focus {
    background: #fff url("/images/focus_bg.png") repeat-y;
    margin-bottom: 20px;
    padding: 10px;
}

.centerfocus {
	margin-bottom: 10px;
	text-align: center;
	border-bottom: 1px dashed #eee;
	border-top: 1px dashed #eee;
	
}

.datemaj {
	border-top: 1px dashed #eee;
	padding-top: 5px;
	width: 98%;
	text-align: right;
}

.centerfocus p {
	text-align: center;
}

.alt {
    background: #fff url("/images/focus_bg2.png") repeat-y;
}

.alt2 {
    background: #fff url("/images/focus_bg3.png") repeat-y;
}

.sidelink {
	width: 220px;
	text-align: center;
	margin-bottom: 20px;
}

.sidelink p {
	text-align: center;
	font-stretch: narrower;
}

.center {
	text-align: center;
}

.news li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #eee;
}

.more {
	background:transparent url(/images/bullet_toggle_plus.png) center left no-repeat;
	display:inline-block;
	padding-left:20px;
}

.newsfoot {
	clear: left;
	text-align: right;
	background: #ECEFA3;
	margin: 10px 10px 30px 0;
	padding-right: 10px;
}

.newsfoot img {
	margin: 0 2px -4px 0;
}

/* Formulaire */

form {
    padding: 10px;
}

input, textarea {
	border: 1px solid #ddd;
}

#mailform label, #loginform label {
	float:left;
	margin-right:10px;
	text-align:right;
	width:150px;
}

#mailform span {
	font-style: italic;
	font-size: 95%;
}

/* Pagination */

#pagination {
    text-align: center;
    margin: 20px 20px 10px 10px;
    
    line-height: 25px;
}

#pagination span {
    padding: 7px;
    color: #ccc;
}

#pagination .current {
    color: #000;
    font-weight: bold;
}

#pagination a {
    padding: 4px;
    margin: 2px;
    border: 1px solid #9d4891;
    color: #9d4891;
}

#pagination a:hover {
    padding: 4px;
    margin: 2px;
    border: 1px solid #694994;
    background: #694994;
    text-decoration: none;
    color: #ffffff;
}


/* Zip/Rar Links */
a[href$='.zip'], a[href$='.rar'], a[href$='.gzip'] {
	background:transparent url(/images/page_white_compressed.png) center left no-repeat;
	display:inline-block;
	padding-left:20px;
}

/* PDF document links */
a[href$='.pdf'] {
	background:transparent url(/images/page_white_acrobat.png) center left no-repeat;
	display:inline-block;
	padding-left:20px;
}
 
/* Excel Documents links */
a[href$='.xls'], a[href$='.csv'], a[href$='.xlw'], a[href$='.xlt'] {
	background:transparent url(/images/page_white_excel.png) center left no-repeat;
	display:inline-block;
	padding-left:20px;
}
 
/* Word Document Links */
a[href$='.doc'], a[href$='.rtf'], a[href$='.wps'], a[href$='.txt'] {
	background:transparent url(/images/page_white_word.png) center left no-repeat;
	display:inline-block;
	padding-left:20px;
}

/* Powerpoint Document Links */
a[href$='.ppt'], a[href$='.pps'] {
	background:transparent url(/images/page_white_powerpoint.png) center left no-repeat;
	display:inline-block;
	padding-left:20px;
}
 
/* mailto: links */
a[href^="mailto:"] {
	background:transparent url(/images/email.png) center left no-repeat;
	display:inline-block;
	padding-left:20px;
}

/* Table */
table {
	border-spacing:1px;
	border-collapse: separate;
	background-color:#E7E7E7;
	width: 98%;
}

caption {
	font-weight: bold;
	background: #BBE3E7;
	border-bottom:2px solid #1975d7;
	color: #FFF;
	text-transform:uppercase;
	padding:10px;
}

td, th {
	padding: 4px;
	text-align: center;
	vertical-align: middle;
}

thead th {
	text-align: center;
	background: #F5F5F5;
	color: #666;
	border: 1px solid #FFF;
	text-transform:uppercase;
}

tbody th {
	font-weight: bold;
}

tbody tr		{
	background-color:#FFF; 
	text-align:left;
	}
tbody tr.odd 	{
	background: #f9f9f9;
	border-top:1px solid #FFF;
}

tbody tr td { 
	height:50px;
	background: #FFF;
	border: 1px solid #FFF;
	}

tbody tr.odd td{ 
	background: #f9f9f9;
	border-top:1px solid #FFF;
	}

tbody td a{
	background:url(/images/calendar.png) no-repeat; 
	padding-left:20px;
}

tbody td a.pro{
	background:url(/images/user-business.png) no-repeat;
}

tfoot th, tfoot td {
	background-color:#E7E7E7; padding:10px;
	text-align:center; 
	font-size:22px; font-weight:bold; font-style:italic;
	border-bottom:3px solid #CCC;
	border-top:1px solid #DFDFDF;
}
