/*
	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: #eee;
}

a {
	text-decoration: none;
	color: #990000;
}

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;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 20px;
	color: #000;
	border-bottom: 2px solid #ff9933;
}

h2 {
	font-size: 18px;
    color: #cc3300;
}

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: url("../images/header.jpg") no-repeat;
    width: 960px;
    height: 250px;
    margin-top: 5px;
}

#menu {
    background: #333 url("../images/menu_bg.png") no-repeat;
    height: 35px;
}

#menu ul {
	list-style-type: none;
    height: 30px;
    margin: 0;
    padding-top: 5px;
}

#menu li {
	display: block;
	float: left;
	margin: 0;
	height: 30px;
}

#menu li a {
	display: block;
	height: 30px;
    width: 120px;
	line-height: 30px;
	text-decoration: none;
	color: #eee;
	font-size: 14px;
	text-align: center;
}

#menu li a:hover {
	color: #fff;
	font-size: 15px;
}

#main {
    background: #fff url("../images/main_bg.png") repeat-y;
    height: 100%;
    min-height: 500px;
    padding-top: 10px;
}

#right_content , #right_content p {
    text-align: center;
}

#right_content h2 {
    border: 0; 
    margin-top: 10px;
}

#right_content img {
    border: 1px solid #eee;
}

#footer {
    clear: both;
    background: #fff url("../images/footer.png") no-repeat;
    height: 70px;
    margin-bottom: 20px;
}

#footer a {
    color: #fff;
}

#footer a:hover {
    
}

#footer p {
    color: #eee;
    text-align: right;
    margin: 10px;
}

#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 #990000;
    color: #990000;
}

#pagination a:hover {
    padding: 4px;
    margin: 2px;
    border: 1px solid #990000;
    background: #990000;
    text-decoration: none;
    color: #ffffff;
}

.newsfoot {
	clear: left;
	text-align: right;
	width: 100%;
	border-top: #efefef 1px solid;
	margin: 10px 0 30px 0;
}

.item {
	margin-bottom: 20px;
	background-color: #fafafa;
	border-bottom: #efefef 1px solid;
	padding: 5px;
	min-height: 200px;
}

.spacer {
	clear: both;
}

.item p img {
	margin: 5px;
	border: 1px solid #eee;
}

.newsfoot img, .item>p.loc>img {
	margin: 0 0 -3px 5px;
	border: 0;
}

.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;
}

#main .btnsubmit {
    border: 0;
    background: #FF9933;
    color: #fff;
    padding: 5px;
    margin: 5px auto;
    cursor: pointer;
    outline: none;
}

#main .btnsubmit:hover {
    background: #990000;
	outline: none;
}

.center {
	text-align: center;
}

#actus h2, #actus p {
	margin-bottom: 5px;
}

#actus li {
	margin-bottom: 10px;
}

#departements {
	height: 190px;
	margin: 0;
	color: #fff;
	font-size: 20px;
	padding: 30px 0 0 80px;
	list-style-image: url(../images/pfleche.png);
}

#recherche {
	height: 30px;
}

#recherche p {
	margin: 0;
	padding-left: 70px;
}

#searchstr {
	float: left;
	background: transparent url(../images/searchbg.png) no-repeat scroll 0 0;
	width: 175px;
	height: 21px;
	border: 0;
	padding: 4px 0 0 15px;
}

#searchsubmit {
	float: left;
	background: transparent url(../images/searchbtn.png) no-repeat scroll 0 0;
	width: 30px;
	height: 25px;
	border: 0;
	cursor: pointer;
}

#searchsubmit:hover {
	background-position: 0 -25px;
}
