/*<![CDATA[*/
/*
*   Rose stable : #cc0066;
*   Rose charte : #d61052;
*   Bleu académique : #003366;
*   Orange SIPS : #f38420.
*/
a {
    color: #d61052;
}
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;
}
a.pdf {
	background-image: url("../images/icones/pdf.png");
	background-repeat: no-repeat;
	background-position: left center;
	display: inline;
	padding-left: 20px;
	padding-bottom: 1px;
}
a.retour {
	background-image: url("../images/icones/retour.png");
	background-repeat: no-repeat;
	background-position: left center;
	display: inline;
	padding-left: 15px;
}
a.web {
	background-image: url("../images/icones/web.png");
	background-repeat: no-repeat;
	background-position: left center;
	display: inline;
	padding-left: 20px;
}
body {
    background: url("../images/site/sps_fond.png");
    font-family: Arial, "Times New Roman", sans-serif;
    text-align: justify;
}
fieldset {
    border: 1px solid #003366;
    margin: 5px 0 10px 0;
}
h1 {
    color: #d61052;
    font-size: 1em;
}
h2 {
    color: #003366;
    font-size: 0.9em;
}
img {
    border: 0;
}
input, textarea {
    border: 1px solid #003366;
}
input[type="submit"] {
    background-color: #003366;
    color: #fff;
}
input[type="radio"] {
    border: 0;
}
label {
	display: block;
	float: left;
	font-weight: bold;
	width: 32%;
}
legend {
	font-weight: bold;
	color: #003366;
	padding: 0 4px 0 4px;
	font-size: 0.75em;
}
p {
    font-size: 0.75em;
}
p.acc-droite {
    text-align: right;
}
table {
    font-size: 0.75em;
    width: 100%;
}
table td {
    padding: 0 5px;
    width: 50%;
}
th
{
    vertical-align: top;
}
.aide {
    color: #d61052;
}
.alerte {
    border: 1px solid #003366;
    padding: 5px;
    background-color: #fff;
    color: #d61052;
    font-weight: bold;
}
.caddie caption {
    font-weight: bold;
    color: #d61052;
}
.caddie th {
    background-color: #003366;
    color: #fff;
}
.caddie td {
    border: thin outset #6495ed;
    vertical-align: top;
}
.caddie .port {
    border: 0;
    text-align: right;
    font-weight: bold;
    padding: 5px;
}
.caddie .total {
    border: 0;
    text-align: right;
    font-size: larger;
    font-weight: bold;
    color: #d61052;
    padding: 5px;
}
.droite
{
    text-align: right;
}
.fiche td {
    width:75%;
}
.fiche th {
    vertical-align: top;
    width: 100px;
    text-align: right;
    padding-right: 5px;
}
.flottant-droit {
    float: right;
    margin-left: 5px;
}
.flottant-gauche {
    float: left;
    margin-right: 5px;
}
.infobulle {
    position: absolute;
    visibility: hidden;
    width: 200px;
    text-align: justify;
    padding: 10px;
    font-size: 10px;
    background-color: #f38420;
    color: #fff;
    z-index:500;
}
div#tri {
    text-align: center;
    font-size: 0.75em;
    font-weight: bold;
    border-bottom: 3px double #003366;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
#bloc-unique {
    padding: 10px;
}
#bloc-unique ul,
#bloc-unique ol,
#principal ul,
#principal ol {
    font-size: 0.75em;
}
#gauche ul {
    font-size: 0.75em;
    margin: 20px 10px;
}
#gauche li {
    padding: 10px 0;
    list-style-image: url('../images/icones/puce.png');
}
#principal li {
    list-style-image: url('../images/icones/puce.png');
}
/*]]>*/