/*<![CDATA[*/
/*
*   Bleu
*       Hex : #004896
*       RGB : 0 72 150
*   Chocolat
*       Hex : #5a3a22
*       RGB : 90 58 34
*/
body {
    padding: 0;
    margin: 0;
    background: url("../images/site/ihpst_fond.png");
    font-family: Arial, "Times New Roman", sans-serif;
    text-align: justify;
    }
.bloc-form-gauche {
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background-color: #e8e7e7; /* Fallback */
    background-color: rgba(0, 72, 150, 0.1);
	-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);
	margin: 0 10px 10px -10px;
    }
.bloc-form-gauche fieldset {
    border: 0;
    }
.bloc-form-gauche label {
    display: block;
    font-weight: bold;
    line-height: 1.4;
    color: #5a3a22; /* Fallback */
    color: rgba(90, 58, 34, 0.8);
    font-size: small;
    text-shadow: 0 1px 1px #fff;
    filter: dropshadow(color=#fff, offx=1, offy=1);
    }
.bloc-form-gauche input[type=text],
.bloc-form-gauche input[type=search],
.bloc-form-gauche input[type=email] {
    width: 150px;
    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 */
    background-image: -webkit-gradient(linear, 0% 0%, 0% 12%, from(#999), to(#fff));
    background-image: -moz-linear-gradient(0% 12% 90deg, #fff, #999);
    }
#adresse {
    padding-left: 10px;
    }
#bloc-central {
    margin: 0 0 0 240px;
    padding: 10px;
}
#bloc-compte {
    margin: -15px 2px 0 0;
    border-bottom: 1px dashed #5a3a22;
    text-align: right;
    font-weight: bold;
}
#colonne-gauche {
    float: left;
    width: 230px;
    padding: 10px;
}
#en-tete {
    height: 120px;
}
#en-tete h1 {
    display: inline;
    top: 23.5px;
}
#enveloppe {
    background-color: #fff;
    position: relative;
    width: 950px;
    margin-right: auto;
    margin-left: auto;
    border-bottom: 0;
}
#langues {
    text-align: right;
    width: 950px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 1px;
}
#outils {
    background-color: #e8e7e7; /* Fallback */
    background-color: rgba(90, 58, 34, 0.1);
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    margin: 10px 10px 0 -10px;
    padding: 3px;
    text-align: center;
	-webkit-box-shadow: 3px 3px 10px 0px rgba(0, 72, 150, 0.5);
	-moz-box-shadow: 3px 3px 10px 0px rgba(0, 72, 150, 0.5);
	box-shadow: 3px 3px 10px 0px rgba(0, 72, 150, 0.5);
}
#outils img:hover,
#outils img:focus {
    -webkit-box-shadow: inset 1px 1px 1px rgba(90, 58, 34, 0.5);
    -moz-box-shadow: inset 1px 1px 1px rgba(90, 58, 34, 0.5);
    -o-box-shadow: inset 1px 1px 1px rgba(90, 58, 34, 0.5);
    box-shadow: inset 1px 1px 1px rgba(90, 58, 34, 0.5);
    }
#pied-de-page {
    -webkit-border-radius: 20px 20px 0 0;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-radius: 20px 20px 0 0;
    background-color: #5a3a22;
    text-align: center;
    padding: 5px;
    color: #fff;
    font-size: 0.7em;
}
#pied-de-page a {
    color: #fff;
}
#pied-de-page a:hover {
    text-decoration: none;
}
#principal {
    width: 100%;
	overflow: hidden;
	[if lte IE 8] height: 1%;
}
#vitrine {
	width: 100%;
	overflow: hidden;
}
#vitrine #droite {
	margin-left: 648px;
	margin-right: 10px;
	padding: 8px 0 0 0;
}
#vitrine #gauche {
    float: left;
    width: 318px;
    margin-left: 10px;
    padding-top: 8px;   
}
#vitrine #centre {
    background-color: #e8e7e7; /* Fallback */
    background-color: rgba(90, 58, 34, 0.1);
	float: left;
	width: 280px;
	margin: 0 10px 10px 10px;
	padding: 20px 10px 0 10px;
	height: 142px;
	-webkit-box-shadow: 3px 3px 10px 0px rgba(0, 72, 150, 0.5);
	-moz-box-shadow: 3px 3px 10px 0px rgba(0, 72, 150, 0.5);
	box-shadow: 3px 3px 10px 0px rgba(0, 72, 150, 0.5);
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 20px;
    -moz-border-radius-bottomleft: 20px;
    -webkit-border-radius: 0px 0px 20px 20px;
    border-radius: 0px 0px 20px 20px;
}
/*]]>*/
