/*<![CDATA[*/
/*
*   Bleu
*       Hex : #004896
*       RGB : 0 72 150
*   Chocolat
*       Hex : #5a3a22
*       RGB : 90 58 34
*/
a {
    color: #004896;
}
a:hover {
    text-decoration: none;
}
a.go {
	background-image: url("../images/icones/go.png");
	background-repeat: no-repeat;
	background-position: left center;
	display: inline;
	padding-left: 15px;
}
a.haut-de-page {
	background-image: url("../images/icones/haut_de_page.png");
	background-repeat: no-repeat;
	background-position: left center;
	display: inline;
	padding-left: 15px;
}
a.liste {
	background-image: url("../images/icones/liste.png");
	background-repeat: no-repeat;
	background-position: left center;
	display: inline;
	padding-left: 15px;
}
a.mail {
	background-image: url("../images/icones/mail.png");
	background-repeat: no-repeat;
	background-position: left center;
	display: inline;
	padding-left: 20px;
	margin-left: -2px;
}
a.pdf {
	background-image: url("../images/icones/pdf.png");
	background-repeat: no-repeat;
	background-position: left center;
	display: inline;
	padding: 0 0 2px 20px;
}
a.retour {
	background-image: url("../images/icones/retour.png");
	background-repeat: no-repeat;
	background-position: left center;
	display: inline;
	padding-left: 15px;
}
a.rss {
	background-image: url("../images/icones/rss_origin.png");
	background-repeat: no-repeat;
	background-position: left center;
	display: inline;
	padding: 5px 0 5px 25px;
}
a.web {
	background-image: url("../images/icones/web.png");
	background-repeat: no-repeat;
	background-position: left center;
	display: inline;
	padding-left: 18px;
}
h1 {
    margin: 0;
    color: #5a3a22;
    font-size: 1em;
}
h2 {
    color: #5a3a22;
    font-size: 1em;
    border-bottom: 1px solid #5a3a22;
}
h3 {
    font-size: 0.8em;
    color: #004896;
}
hr {
    background-color: #5a3a22;
    color:  #5a3a22;
    height: 1px;
}
img {
    border: none;
}
p {
    font-size: 0.75em;
}
ul, ol {
    font-size: 0.75em;
}
ul {
    list-style-image: url("../images/icones/puce.png");
}
table {
    font-size: 0.75em;
}
#appels-offres {
    background-color: #e8e7e7; /* Fallback */
    background-color: rgba(90, 58, 34, 0.1);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    padding: 10px;
    }
#fiche-presentation {
    overflow: hidden;
}
#labsense {
    background-color: #e8e7e7; /* Fallback */
    background-color: rgba(90, 58, 34, 0.1);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    padding: 10px;
    line-height: 1.5;
	-webkit-box-shadow: 3px 3px 10px 0px rgba(90, 58, 34, 0.5);
	-moz-box-shadow: 3px 3px 10px 0px rgba(90, 58, 34, 0.5);
	box-shadow: 3px 3px 10px 0px rgba(90, 58, 34, 0.5);
}
#map {
    margin: 0 auto;
    width: 680px;
    height: 500px;
    font-size : 0.75em;
}
#tri {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    text-align: center;
    font-size: 0.75em;
    font-weight: bold;
    padding: 5px 0;
    background-color: #e8e7e7; /* Fallback */
    background-color: rgba(0, 72, 150, 0.1);
    margin-top: 15px;
	-webkit-box-shadow: 3px 3px 10px 0px rgba(90, 58, 34, 0.5);
	-moz-box-shadow: 3px 3px 10px 0px rgba(90, 58, 34, 0.5);
	box-shadow: 3px 3px 10px 0px rgba(90, 58, 34, 0.5);
}
.alerte {
    padding: 5px;
    font-weight: bold;
    background-color: #5a3a22;
    color: #fff;
}
.boite-mini {
    font-size: x-small;
    border: 1px solid red;
    color: red;
    font-weight: normal;
    padding: 1px;
    font-family: verdana;
}
.droite {
    text-align: right;
}
.flottant-gauche {
	float: left;
	margin-right: 10px;
	margin-top: -5px;
}
.flottant-droite {
	float: right;
	margin-left: 10px;
	margin-top: -5px;
}
.fiche td {
    width:75%;
}
.fiche th {
    vertical-align: top;
    text-align: right;
    padding-right: 5px;
}
.infobulle {
    position: absolute;   
    visibility: hidden;
    width: 200px;
    color: #fff;
    padding: 10px;
    font-size: x-small;
    background-color: #5a3a22;
    z-index: 1;
}
.intertitre {
    color: #004896;
    font-weight: bold;
    border-bottom: 1px dashed #004896;
}
.liste-biblio
{
    margin-bottom: 5px;
}
.ombre {
	-webkit-box-shadow: 3px 3px 10px 0px rgba(90, 58, 34, 0.5);
	-moz-box-shadow: 3px 3px 10px 0px rgba(90, 58, 34, 0.5);
	box-shadow: 3px 3px 10px 0px rgba(90, 58, 34, 0.5);
    }
.reference {
    margin: 0 auto 0 auto;
    border-top : 1px solid #5a3a22;
    width: 450px;
}
.texte-gris {
    font-style: italic;
    padding-top: -10px;
    color: grey;
    font-size: 0.75em;
}
span.texte-gris
{
    font-size: 1em;
}
/* Navigation intérieure */
ul#navinter {
    list-style-image: url("../images/icones/go.png");
    width: 100%;
    overflow: hidden;
}
ul#navinter li {
    float: left;
    margin: 0 15px;
    width: 28%;
}
/* Fin navigation intérieure */
/*
*   Formulaires
*/
/* Comportement général */
input[type=submit] {
    border: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    color: #fff;
    background-color: #004896;
    font-weight: bold;
    }
input[type=submit]:hover,
input[type=submit]:focus {
    background-color: #e8e7e7; /* Fallback */
    background-color: rgba(0, 72, 150, 0.1);
    color: #004896;
    }
/* Formulaires front-office */
.form-front>fieldset {
    border: 0;
    background-color: #e8e7e7; /* Fallback */
    background-color: rgba(90, 58, 34, 0.1);
    border-radius: 10px;
	-webkit-box-shadow: 3px 3px 10px 0px rgba(90, 58, 34, 0.5);
	-moz-box-shadow: 3px 3px 10px 0px rgba(90, 58, 34, 0.5);
	box-shadow: 3px 3px 10px 0px rgba(90, 58, 34, 0.5);
    }
.form-front>fieldset>p>label {
    display: block;
    float: left;
    width: 30%;
    clear: left;
    font-weight: bold;
    text-shadow: 0 1px 1px #fff;
    filter: dropshadow(color=#fff, offx=1, offy=1);
    color: #5a3a22; /* Fallback */
    color: rgba(90, 58, 34, 0.8);
    }
.form-front>fieldset>p>input[type=text],
.form-front>fieldset>p>input[type=email],
.form-front>fieldset>p>textarea {
    color: #004896; /* Fallback */
    color: rgba(0, 72, 150, 0.6);
    font-weight: bold;
    border: none;
    padding: 3px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff; /* Fallback */
    }
.form-front>fieldset>p>input[type=text],
.form-front>fieldset>p>input[type=email] {
    width: 215px;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 12%, from(#999), to(#fff));
    background-image: -moz-linear-gradient(0% 12% 90deg, #fff, #999);
    }
.form-front>fieldset>p>textarea {
    width: 400px;
    height: 150px;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 2%, from(#999), to(#fff));
    background-image: -moz-linear-gradient(0% 2% 90deg, #fff, #999);
    }
.form-front>fieldset>p>input[type=number]#date_mini,
.form-front>fieldset>p>input[type=number]#date_maxi {
    width: 55px;
    color: #004896; /* Fallback */
    color: rgba(0, 72, 150, 0.6);
    font-weight: bold;
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff; /* Fallback */
    background-image: -webkit-gradient(linear, 0% 0%, 0% 12%, from(#999), to(#fff));
    background-image: -moz-linear-gradient(0% 12% 90deg, #fff, #999);
    }
.form-front>fieldset>p:last-child {
    text-align: right;
    }
/* Formulaires back-office */
.form-intra fieldset {
    border: 1px solid #004896;
    margin-top: 5px;
    }
.form-intra label {
	display: block;
	float: left;
	font-weight: bold;
	width: 30%;
	text-align: left;
    }
.form-intra legend {
	font-weight: bold;
	font-size: 0.75em;
	color: #5a3a22;
	padding: 0 4px 0 4px;
    border: 1px solid #004896;
    }
.form-intra input[type=text],
.form-intra input[type=password] {
    border: 1px solid #004896;
    color: #5a3a22;
    }
.form-intra input[type=radio] {
    border: none;
    }
/* Fin des formulaires */
/* Post-it */
#post-it-global {
    background: url('../images/site/post-it_haut.png') top left no-repeat;
    float: right;
    width: 287px;
    padding-top: 10px;
}
#post-it {
    background: url('../images/site/post-it_bas.png') bottom left no-repeat;
    padding-bottom: 10px;
}
#post-it h3 {
    margin: 30px 5px 5px 20px ;
}
#post-it li {
    margin-right: 3px;
    text-align: left;
}
#post-it p {
    margin: 0 5px 5px 20px;
}
/* Fin du post-it */
/*]]>*/
