/*
Theme Name: Exim Expertise
Description: Theme Exim Expertise.

*/

/* General */

html {
    height: 100%;
}

body {
    margin: 0px;
    padding: 0px;
    background: #FFF url(images/bg.jpg) top center no-repeat;
    font-family:Arial;
    height: 100%;
}

a img {
    border: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#page {
    width: 984px;
    margin: auto;
    min-height: 100%;
    position: relative;
}

#container {
    padding-bottom: 40px;
}

/* Header */

#header {
    position: relative;
    background: #fff url(images/header.jpg) top right no-repeat;
}

#lien-contact {
    position: absolute;
    bottom: 10px;
    right: 120px;
    font-size: 0.7em;
}

#lien-contact a {
    color: #9f131c;
    font-weight: bold;
    padding: 5px 0px 5px 35px;
    background: transparent url(images/picto_nousContacter.jpg) center left no-repeat;
    display: block;
}

#logo {
    width: 195px;
}

#logo img {
    display: block;
}

#banner {
    position: absolute;
    top: 0px;
    left: 195px;
    width: 550px;
    height: 131px;

}



/* Menu */

#sidebar-left {
    width: 177px;
    float: left;
    background: #faefe9 url(images/menuGauche_bas.jpg) bottom left no-repeat;
    padding-bottom: 166px;
    padding-top: 10px;
}

ul.left-menu {
    margin: 0px;
    padding: 0px;
    list-style: none;
    font-size: 0.7em;
}

ul#menu, ul#menu ul {
    margin: 0px;
    padding: 0px;
    list-style: none;

}


ul#menu li a {
    display: block;
    color: #474646;
    padding: 3px 0px 3px 20px;
    background: url(images/mainNav_bg.jpg) center left no-repeat;
    font-weight: bold;
}


ul#menu li.subpages a {
    background: #faefe9 url(images/puce_nav.gif) 5px center no-repeat;
    font-weight: normal;
    padding: 2px 0px 2px 15px;
}
/* Content */

#player1,#player2,#player3,#player4,#player5,#player6,#player7,#player8,#player9{
	text-align:center;
	position:relative;
	left:10px;
}

.codeC{
	display:none;
}

#errorVille{
	display:none;
	position:relative;
	top:-7px;
	text-align:center;
	color:#990000;
}

#content {
    padding-top: 1px;
    overflow: hidden;

}


#main-content {
    overflow: hidden;
    font-size: 0.8em;
    padding: 0px 10px;
    color: #333;

}

#main-content p {
    margin: 10px 0px;
    text-align: justify;
}

#main-content ul {
    list-style: none;
}

#main-content ul li {
    background: url(images/puce.gif) left 5px no-repeat;
    padding-left: 20px;
}

#main-content strong, #main-content b, #main-content a {
    color: #860000;
}

#main-content h1 {
    color: #c20000;
    font-size: 1.6em;
    font-weight: normal;
    margin: 0px 0px 10px 0px;
}

#main-content.home h1 {
    margin-top: 10px;
}

#main-content h2 {
    color: #860000;
    border-top: dotted #860000 2px;
    margin: 10px 0px 0px 0px;
    padding: 15px 0px 0px 25px;
    font-size: 1.1em;

    font-weight: bold;
    text-transform: uppercase;
    background: url(images/puce_titre.gif) center left no-repeat;

}

#main-content h3 {
    color: #860000;
    font-size: 1.1em;
    margin: 5px 0px;
}

/** blog **/

#main-content div.blog-post h2  {
    margin-bottom: -1px;
}

#main-content div.blog-post h1 {
    margin-bottom: 5px;
}

div.blog-post p.date {
    font-size: 0.8em;
    font-weight: bold;
    margin: 0px 0px 15px 0px;
}

p.nav {
    border-top : solid 1px #860000;
}



/* right boxes */

#sidebar-right {
    width: 237px;
    float: right;
}

ul.right-bar {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

div.right-box {
    font-size: 0.7em;
}

div.right-box-top {
    background: url(images/box_top.jpg) top left no-repeat;
    padding-top: 11px;
}

div.right-box-between {
    background: url(images/box_between_top.jpg) top left no-repeat;
    padding-top:19px;

}

div.right-box-empty-title {
    background: url(images/box_empty_top.jpg) top left no-repeat;
    padding-top: 3px;
}

div.right-box h3 {
    margin: 0px;
    color: #9f131c;
    background: #f1d5c9 url(images/box_title_bg.jpg) top left repeat-y;
    font-size: 1em;
    font-weight: bold;
    padding: 0px 0px 0px 20px;
}

div.right-box-content {
    background: #a0131c url(images/box_bg.jpg) top left repeat-y;
    padding: 5px 40px 0px 15px;
    color: #fff;
    overflow: hidden;
}

div.right-box-image {
    width: 55px;
    height: 45px;
    float: left;
    margin-right: 10px;
}

div.right-box-image img {
    /*width: 55px;
    height: 45px;*/
    display: block;
}

div.right-box-link a {
    color: #fff;
    font-weight: bold;
    display: block;

}

div.right-box-bottom {
    height: 13px;
    background: url(images/box_bottom.jpg) top left no-repeat;
}

/* Footer */

ul#footer {
    clear: both;
    margin-top: 20px;
    padding: 5px 0 5px 0;
    text-align: center;
    list-style: none;
    color: #666;
    background: #dddfe0;
    font-size: 0.7em;
    position: absolute;

    width: 984px;

}

ul#footer ul {
    padding: 5px;
    margin: 0px;
    list-style: none;
    display: inline;
}


ul#footer li {
    display: inline;
}

ul#footer a {
    color: #666;
}

ul#footer p {
    display: inline;
}


/** Map **/

#agence-map {
    height: 300px;
}

/** home page **/

/*--------------------------modifs---------------------------*/

#home-content .recherche-agence {
	background-image: url(images/bloc_devis.png);
	background-repeat:no-repeat;
	width:550px;
	height:161px;
}

#main-content #home-content h2 {
    border: none;
    text-transform : none;
    text-align: center;
	padding: 26px 0 0 0 ;
    background: transparent;
    font-size: 2.0em;
	color:#a0131b;

}

#home-content .recherche-agence label {
    font-size: 1.2em;
    font-weight: bold;
    display: block;
    padding-bottom: 6px;
	color:#666;
	text-align:center;
}

.recherche-agence #singleBirdRemote  {
	display:block;
	float: left;
	margin-left: 150px;
	width: 150px;
	height: 21px;
	font-size:1.1em;
}

#bouton_valider {
	background-color: transparent;
	background-image:url(images/bouton_valider.png);
	background-repeat:no-repeat;
	border:0;
	margin-left:10px;
	width:80px;
	height:28px;
}

 /*--------------------------fin modifs---------------------------*/

#home-content .home-button {
    width: 245px;
    height: 60px;
    margin: 10px 5px;
    background: #ca878e url(images/button.gif) top left no-repeat;
    padding: 10px;
    float: left;
}

#home-content .home-button .home-button-image {
    width: 55px;
    height: 55px;
    float: left;
    margin-right: 10px;
}

#home-content .home-button .home-button-image img {
    width: 55px;
    height: 55px;
    display: block;
}

#home-content .home-button .home-button-link a {
    color: #fff;
    font-weight: bold;
    display: block;
}

.home .post-content {
    clear: both;
}

#home-page-bottom {
    clear: both;
    overflow: hidden;

}

#home-page-bottom ul {
    padding: 0px;
    margin: 0px;
}

#home-page-bottom ul li {
    margin: 5px 0px;
    border-bottom: solid #ccc 1px;
    padding-bottom: 3px;
}

#home-page-bottom ul li a {
    display: block;
}



#home-page-bottom-left {
    float: left;
    width: 265px;
    padding-right: 10px;
    border-right: dotted #860000 2px;
    margin-right: 10px;
}

#home-page-bottom-right {
    overflow: hidden;

}

/* Gestion de l'affichage des images dans le contenu */
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}

.ddevis {padding-left:50px;font-weight:bold;}


/* Logo FIDI  */

.floatlogofidi {text-align:center;}

#floatlogofidi {float:right;padding:0 10px 0 0;}







