* {
    margin:0;
    padding:0;
}

body {
    background: #ffffff url(../images/bg1920_4.png) top center no-repeat;
    color:#000000;
    font-family:verdana,arial;
    font-size:12px;
	line-height: 20px;
}

a {
	color: #d39a31;
	font-weight: bold;
	text-decoration: none;
	outline: none;
}

a:hover {
	font-weight: bold;
	text-decoration: underline;
}

hr {
	height: 1px;
	width: 75%;
	border: 0;
	margin: 30px auto 0 auto;
	color: #E9ECB5;
	background-color: #E9ECB5;
}

#header {
	background: transparent url(../images/header.png) bottom center no-repeat;
	margin: 0 auto;
	width: 860px;
	height: 170px;
}

#content {
    background: #FFFFFF url(../images/main_bg.png) repeat-y;
    width: 840px;
    margin: 0 auto;
    padding: 0 10px 10px 10px;
	min-height: 100%;
    overflow: auto;
}

#main {
	width: 530px;
	height: 100%;
	padding: 10px;
}

p {
	text-align: justify;
	padding: 10px;
	line-height: 20px;
}

#menu {
	background: #FFFFFF;
	width: 840px;
	height: 80px;
    list-style:none;
}

#menu a {
    display:block;
    text-decoration:none;
    width: 210px;
    height: 65px;
    color: #FFFFFF;
    font: 18px "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
    text-align: center;
    padding-top: 15px;
}

#menu a:hover {
    font-weight: bold;
}

#menu li {
    float:left;
    width: 210px;
    height: 80px;
}

#accueil {
    background: url(../images/menu.png) 0 0;
}

#accueil:hover {
    background: url(../images/menu.png) 0 -80px;
}

#questions {
    background: url(../images/menu.png) -210px 0;
}

#questions:hover {
    background: url(../images/menu.png) -210px -80px;
}

#adresses {
    background: url(../images/menu.png) -420px 0;
}

#adresses:hover {
    background: url(../images/menu.png) -420px -80px;
}

#liens {
    background: url(../images/menu.png) -630px 0;
}

#liens:hover {
    background: url(../images/menu.png) -630px -80px;
}

#footer {
    clear: both;
	background: #000000 url(../images/footer_bg.png) no-repeat;
    color:#ffffff;
	margin: 0 auto 30px auto;
	padding: 45px 10px 5px 10px;
	line-height: 20px;
	width: 840px;
	height: 30px;
}

#footer a {
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}

#logos {
	clear: both;
	margin: 5px auto;
	text-align: center;
	background: #FFFFFF;
	width: 500px;
}

#logos img {
	border: 0;
	margin: 5px;
}

.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 10px;
}

.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;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.newsfoot {
	text-align: right;
	margin: 10px 0;
	padding: 0px 10px;
	background: #e9ecb5;
}

#side {
	float: right;
	background: #e9ecb5;
	width: 280px;
	height: 100%;
}

#sidetop {
	width: 255px;
	height: 30px;
	padding: 20px 0 0 25px;
	background: #e9ecb5 url(../images/side_top.png) no-repeat;
}

#searchstrbox {
	background:#FFFFFF url(../images/search_bg.png) no-repeat scroll 0 0;
	float:left;
	height:19px;
	padding:2px 0 0 15px;
	width:155px;
}

#searchstr {
	border:0 solid #FFFFFF;
	color:#666666;
}

#searchsubmit {
	background:#FFFFFF url(../images/search_btn.png) no-repeat 0 0;
	border:0 solid #FFFFFF;
	cursor:pointer;
	float:left;
	height:21px;
	width:33px;
}

#tagcloud {
	padding: 10px;
	line-height: 2em;
}

#searchsubmit:hover {
	background-position:0 -21px;
}

h1 {
	width: 460px;
	height: 30px;
	color: #000;
	font-size: 24px;
	padding: 10px 40px 10px 20px;
	margin: 10px 0 10px 0;
	background: #fff url(../images/h1_bg.png) no-repeat;
}

#main h2 {
	font: 160% "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	color: #BBD333;
	padding-bottom: 5px;
	margin-bottom: 15px;
	margin-top: 20px;
	border-bottom: 1px solid #BBD333;
}

#main h3 {
    display: inline;
    color: #D39A31;
    font-weight: bold;
    font-size: 130%;
    font-variant: small-caps;
    text-align: left;
    margin-top: 10px;
}

#side h2 {
	width: 260px;
	height: 20px;
	color: #000;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	padding: 5px 0px 5px 20px;
	margin: 10px 0 0 0;
	border: 0;
	background: #e9ecb5 url(../images/h2_bg.png) no-repeat;
}

#main .question {
	width: 530px;
	margin-top: 30px;
}

#main .questioncontent {
	padding: 10px 40px;
	background: #d2dd74 url(../images/question_bg.png) repeat-y;
}

#main .questioncontent li {
	margin-bottom: 10px;
}

#main .question h3 {
	font-size: 20px;
	padding: 0 20px 0 40px;
	background: #d2dd74 url(../images/question_bg.png) repeat-y scroll;
	display: block;
    color: #000;
    font-weight: bold;
    font-variant: normal;
    text-align: left;
    margin-top: 0;
}

#main ul {
	list-style-position:outside;
	list-style-type:square;
	margin-left:25px;
}

#main li {
	margin-bottom: 15px;
}

#main .video {
    margin: 0 25px;
}

#side img {
    margin: 10px;
    border: 0;
}

.pullquote {
	font-size: 40px;
	font-weight: bold;
	color: #ffffff;
}

.qtop {
	width: 530px;
	height: 10px;
	background: #d2dd74 url(../images/question_top.png) no-repeat;
}

.qbottom {
	width: 530px;
	height: 90px;
	background: #d2dd74 url(../images/question_bottom.png) no-repeat;
}

#liens_utiles {
	min-height: 500px;
	padding: 10px;
	width: 470px;
}

#liens_utiles li {
	list-style: none;
	display: block;
	margin: 20px 0;
	overflow: auto;
	clear: left;
}

#liens_utiles li p {
	padding: 5px 0 0 0;
}

#liens_utiles li ul li {
	list-style: square;
	margin: 5px 0 0 0;
}

#liens_utiles img {
	border: 1px #ddd solid;
	float: left;
	margin-right: 10px;
}

#pagination {
    text-align: center;
    margin: 20px;
	width: 490px;
    background: #e9ecb5;
    line-height: 25px;
}

#pagination span {
    padding: 7px;
    color: #d39a31;
}

#pagination a {
    padding: 4px;
    margin: 2px;
    border: 1px solid #d39a31;
    color: #d39a31;
}

#pagination a:hover {
    padding: 4px;
    margin: 2px;
    border: 1px solid #d39a31;
    background: #d39a31;
    text-decoration: none;
    color: #e9ecb5;
}

#main .questions {
	margin-bottom: 30px;
	list-style: square;
	margin-left: 25px;
}

#main .categorie h2 {
	background: #009ec1;
	color: #FFFFFF;
	border: 0;
	padding: 5px;
}

#main .categorie h3 {
	display: block;
	background: #F7971C;
	color: #FFFFFF;
	border: 0;
	padding: 5px 5px 5px 25px;
	margin-bottom: 15px;
}

#main .questions li {
	margin-bottom: 15px;
}

#main .categorie .catlink {
	display: block;
	margin-top: 10px;
	text-align: right;
}

#main .reponse {
	margin-top: 10px;
	border-left: #009EC1 solid 4px;
	margin-bottom: 20px;
}

#main form {
    width: 90%;
    margin: 0 auto 20px auto;
    background: #E9ECB5;
    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: 125px;
    margin-right: 10px;
}

.btnsubmit {
    border: 0;
    background: #F7971C;
    color: #fff;
    padding: 5px;
    margin: 5px auto;
    cursor: pointer;
    outline: none;
}

.btnsubmit:hover {
    background: #009EC1;
	outline: none;
}

.spacer {
	clear: both;
}

/* google maps links */
a[href^="http://maps.google.fr/"] {
	background:transparent url(../images/admin/map.png) center left no-repeat;
	display:inline-block;
	padding-left:20px;
}

#searchbtn {
	margin-left: 10px;
	padding: 4px;
	background: #009EC1;
	color: #fff;
}

#searchbtn:hover {
	background: #DB9E1F;
	color: #fff;
}

#main #searchstr {
	padding: 4px;
}
