a
{
    text-decoration : none;
    color : blue;
    font-style : italic;
}

a[rel=external]:after
{
    content : url("../images/icones/externe.png");
    margin-left : 0.2em;
}

a:hover
{
    text-decoration : underline;
}

img
{
	border : 0;
}

h1
{
    text-align : center;
    font-weight : bold;
    font-style : normal;
    text-decoration : none;
    font-size : 2em;
    font-variant : small-caps;
    color : black;
}

h2
{
    text-indent : 5em;
    font-weight : bold;
    font-style : italic;
    text-decoration : none;
    font-size : 1.5em;
    color : black;
    border-bottom : 1px solid black;
}

h3
{
    text-indent : 2em;
    font-weight : normal;
    font-style : italic;
    text-decoration : none;
    font-size : 1.2em;
    color : black;
}

label.required:after
{
	content : " *";
}

input
{
    margin : 0.2em;
}

input[type="image"], img.button
{
	cursor : pointer;
	margin : 1px;
	border : 1px solid #555;
	background-color : #ddd;
	padding : 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

input[type="image"]:hover, img.button:hover
{
    background-color : #ccc;
}

table.tableau
{
    width : 100%;
    margin : 1em 0;
    border-collapse : collapse
}

table.tableau thead, tfoot
{
    border : 1px solid black;
    background-color : black;
    background-image : url("../images/images/ciel.jpg");
    background-repeat : no-repeat;
    color : white;
}

table.tableau td
{
    padding : 1em;
    vertical-align : middle;
    border : 1px solid black;
    background-color : white;
}

table.tableau th
{
    padding : 0.5em;
    vertical-align : middle;
}

table.tableau tr.paire td
{
    background-color : #DDDDDD;
}

table.tableau tr.impaire td
{
    background-color : white;
}

#tooltip
{
    position: fixed;
    display: none;
    white-space: nowrap;
    background: #EEEEEE;
    opacity: 0.9;
    color: #111111;
    padding: 10px;
    border: 1px solid black;
    border-left: 5px solid black;
}

.encadre
{
	border : 1px solid;
	margin : 1em; padding : 1em;
	background-color : white;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
}

.droite {text-align : right;}
.gauche {text-align : left;}
.centre {text-align : center;}
.avertissement {text-decoration : blink; color : red;}
.flottant_d {float : right;}
.flottant_g {float : left;}
.droite {text-align : right;}
.errors {color : #DD0000;}

