* {
    margin: 0;
    padding: 0;
}

html {
    background-color: #40474c;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8em;
}

#header {
    height: 167px;
    max-height: 167px;
    margin: 0;
    padding: 0;
}

#header a, #header a img {
    border: none;
}

#header img {
    position: relative;
    left: 0px;
}

#conteneur {
    position: relative;
    width: 791px;
    margin: 0 auto;
    background-image: url('img/content_bg.png');
    background-position: center;
    background-repeat: repeat-y;
}

#centre {
    margin-left: 174px;
    padding: 42px 0 0 29px;
}

#centre #intro {
    margin-bottom: 17px;
}

#centre #intro h1 {
    font-size: 14px;
}

#centre #intro #infolien * {
    font-size: 11px;
}

#centre #intro #infolien a.big {
    font-size: 13px;
    text-decoration: none;
}

div#menu {
    display: block;
    clear: both;
    width: 98%;
    margin: auto;
    height: 31px;
    background-image: url('img/menu_bg.png');
}

div#menu ul {
    margin-left: 55px;
}

div#menu ul li {
    margin-top: 9px;
    list-style-type: none;
    display: block;
    float: left;
    background-image: url('img/menu_sep.png');
    background-repeat: no-repeat;
    background-position: left 50%;
}

div#menu ul li a {
    text-align: center;
    height: 25px;
    padding-left: 28px;
    padding-right: 28px;
    padding-top: 5px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 11px;
    background-repeat: no-repeat;
    background-position: 15px 5px;
}

div#menu ul li a:hover {
    text-decoration: underline;
}

#gauche, .gris, .menugauche a {
    /*couleur grise*/
    /*color:#8f8f8f;*/
    color: #7f7b7b;
}

#gauche {
    width: 174px;
    padding: 42px 0 10px 16px;
    float: left;
    font-size: 11px;
}

#gauche h3 {
    font-size: 12px;
    width: 100px;
    margin-bottom: 10px;
}

#gauche .adresse {
    margin-top: 15px;
}

p.adresse {
    line-height: 14px;
}

#pied {
    background-color: #40474c;
    background-image: url('img/footer.png');
    background-repeat: no-repeat;
    background-position: top center;
    height: 20px;
    color: #888989;
    clear: both;
    padding: 10px 0 0 0;
}

#pied ul {
    width: 705px;
    margin: auto;
}

#pied ul li {
    list-style-type: none;
    display: inline;
}

#pied ul li a {
    font-size: 11px;
    color: #888989;
    text-decoration: none;
}

#pied ul li a:hover {
    text-decoration: underline;
}

.menugauche {
    list-style-type: none;
    margin: 0 0 17px 0;
    padding: 0;
}

.menugauche li {
    margin-bottom: 8px;
}

.menugauche a {
    margin: 0 2px;
    text-decoration: none;
}

.menugauche a:hover {
    text-decoration: underline;
}

#gauche .imgbloc {
    display: block;
    background-repeat: no-repeat;
    background-position: top left;
    margin: 0 0 5px -11px;
}

#gauche a.imgbloc span {
    display: none;
}

#commandez {
    width: 150px;
    height: 79px;
    background-image: url('img/commandez.png');
}

#decouvrez {
    width: 150px;
    height: 101px;
    background-image: url('img/decouvrez.png');
}

#allocation {
    width: 150px;
    height: 79px;
    background-image: url('img/allocation.png');
}

#gauche form#localinsert {
    width: 155px;
}

#gauche form#localinsert input#send {
    float: right;
    color: #646466;
    border: none;
    font-size: 10px;
    background-color: transparent;
    margin-right: 8px;
}

#gauche form#localinsert input#emailinscriptionlocal {
    border-left-style: inset;
    border-top-style: inset;
    color: #646466;
    width: 119px;
}

p {
    margin: 0 0 10px 0;
}

div#contentbloc {
    width: 535px;
    background-image: url('img/centre_bottom.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 16px;
    position: relative;
}

div#contentbloc.home {
    width: 560px;
    background-image: none;
}

div#content {
    display: block;
    margin-bottom: 0;
    padding: 9px;
    background-color: #eeeeee;
    border-top: 1px solid #c6c6c6;
    border-right: 1px solid #c6c6c6;
    border-left: 1px solid #c6c6c6;
    font-size: 11px;
    margin: 0;
    height: auto;
	color: #707070;
}

ul#lienscentre {
    font-size: 11px;
    width: 180px;
    margin: auto;
    margin-top: 5px;
    margin-bottom: 5px;
}

ul#lienscentre li {
    list-style-type: none;
    display: inline;
}

div#content p.titre, img {
    margin-bottom: 8px;
}

div#content p.couleur.titre, div#content h2 {
    font-size: 11px;
    font-weight: bold;
    margin: 12px 0 20px 0;
}

div#content p {
    width: 95%;
}

div#content ul {
    margin: 0 0 20px 20px;
}

div#content ul li {
    list-style-type: disc;
    margin-bottom: 2px;
}

div#content ul li ul li {
    list-style-type: circle;
}

div#content ul li ul li ul li {
    list-style-type: square;
}

div.blochome {
    display: block;
    float: left;
    width: 250px;
    height: 214px;
    max-width: 250px;
    min-height: 204px;
    border: 1px solid #bdbcbd;
    background-image: url('img/bloc-bg.png');
    background-position: bottom;
    background-repeat: repeat-x;
    margin-right: 25px;
    margin-bottom: 25px;
}

div.blochome p {
    margin: 15px 0 0 34px;
    font-size: 10px;
    color: #707070;
    width: 195px;
    height: 35px;
}

div.blochome h2 {
    font-size: 11px;
    margin: 5px 0 5px 9px;
    padding-top: 8px;
}

div.blochome a {
    text-decoration: none;
    background-position: left;
    background-repeat: no-repeat;
    padding: 4px 0 4px 25px;
}

div.blochome a img {
    margin: 0;
    padding: 0;
    border: none;
    margin-left: -25px;
}

div.blochome a:hover {
    text-decoration: underline;
}

.clear {
    clear: both;
}

.bold {
    font-weight: bold;
}

.noimg img, .hide {
    display: none;
}

div.article {
    position: relative;
    margin-bottom: 10px;
    display: block;
    height: 100px;
}

div.article h3 {
    margin: 0 0 7px 10px;
    font-size: 11px;
    text-align: left;
}

div.article p {
    color: #646466;
    font-size: 11px;
    font-weight: normal;
    margin-left: 8px;
}

div.article>p {
	position:relative;
}

div.article>p>span>br {
	display:none;
}

div.article img {
    float: left;
    margin: 0 8px 8px 0;
}

div.textearticle {
    float: left;
    width: 500px;
    color: #646466;
}

div.logoarticle {
    display: block;
}

div.logoarticle img {
    margin: 0 0 8px 15px;
}

div#content ul.spip {
    list-style-position: inside;
}

form label {
    cursor: pointer;
}

div#content form {
    color: #5f5f5f;
}

div#content form fieldset {
    border: none;
    padding: 10px;
    border: 1px solid #d9d9d9;
}

div#content form fieldset legend {
    color: #333;
}

div#content form fieldset div {
    padding: 2px;
    margin: 0 0 8px 0;
}

div#content form fieldset.fl div label {
    float: left;
    text-align: right;
    width: 70px;
    margin-right: 5px;
    position: relative;
    top: +5px;
}

div#content form textarea {
    width: 480px;
    margin: auto;
}

div#content p.adresse {
    border-left: 1px solid #c6c6c6;
    padding-left: 0.5em;
}

#captchaimg {
    margin-left: 76px;
}

div#content form fieldset.fl div input, select {
    width: 150px;
}

div#content form input.send {
    float: right;
}

ul.plansite a, a, a.tovisit, a.tovisit:visited {
    color: #49a3ef;
}

ul.plansite a:visited, a.visited {
    /*color: #4b1064;*/
	 color: #49a3ef;
}

a img {
    border: none;
}

div.acordion_article {
    min-height: 80px;
    margin-bottom: 10px;
    border-bottom: 1px solid #c5c5c5;
    color: #646466;
    padding-bottom: 5px;
}

div.acordion_article h3 {
    margin-bottom: 10px;
    font-size: 12px;
}

div.acordion_article h3 img {
    margin-left: 8px;
    margin-bottom: 8px;
}

div.acordion_article div.ac_chapo {
    margin-bottom: 7px;
    color: #515151;
}

h3#insc_news {
    font-size: 11px;
    width: 100%;
    margin-bottom: 3px;
}

div.acordion_article .art_text p span img, .spip_document_3 img,
.spip_document_4 img,.spip_document_10 img,.spip_document_11 img,.spip_document_14 img {
    position: relative;
    top: +9px;
}

.spip_document_5{
	margin-top:15px;
}
.spip_documents_left {
	margin-right:10px;
	margin-bottom:5px;
}

#commande_app li{
	border:1px solid #e5e5e5;
	padding:3px;
	list-style-type:none;
}
#commande_app>div>div{
	border:1px solid #979797;
	padding:3px;
}

#commande_app li input{
	width:50px;
}

p.product, .s_prod{
	cursor:pointer;
}

div.nofloat{
	border-top:1px solid #c5c5c5;
	border-bottom:1px solid #c5c5c5;
	padding:5px 0;
}

div.nofloat img{
	float:left;
	margin-right:5px;
}

div.nofloat input{
	float:left;
	margin-right:5px;
	width:inherit;
	border:1px solid red;
	
}
div.nofloat>label{
	float:none;
	display:block;
	width:400px;
}
.opt1, .opt0{
	display:block;
	margin-bottom:-5px;
	color:#333;
	text-decoration:none;
	background-image:url('img/radios.png');
	background-repeat:no-repeat;
	background-position:0 -21px;
	padding:3px 0 0 22px;
}
.opt1.bold, .opt0.bold{
	color: #49a3ef;
	font-weight:bold;
	background-position:0 -3px;
	text-decoration:underline;
}

span.top20{
	display:block;
	margin-top:20px;
}

.total{
	color:#c30524;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
}

a#agenceribs{
	float:right;
	position:relative;
	right:-50px;
	top:-60px;
}
