/*
*
*  PROPRIETES GENERALES
* 
*/
body {
	font-family: arial;
    background-color: #BBB;
    color: Black;
}

a, a:visited {
    color:blue;
}

a:hover {
    color: Red;
}

#conteneur {
    width: 960px;
    background-color: white;
    margin: 0px auto;    
}


h2 img {
	border: 0px;
	margin-bottom: 0;
	padding-bottom: 0;
}


/*
*
*  ELEMENTS COMMUNS
* 
*/

h1, #menurapide, #menurapide a {
    background: navy;
    color: White;
}

#menurapide a:hover {
    color: Red;
}

h1, #menurapide, #menurapide ul  {
    margin: 0;
    padding: 0;
}

h1 {
    text-align: center;
}

#menurapide {
	font-size: 0.8em;
    text-align:right;
	padding: 2px;
}

#menurapide input {
    vertical-align: bottom;
	border: #CCC 1px solid;
}

#menurapide label {
    display:none;
}

#menurapide li {
	margin: 0 0 0 1em;
}

#fildariane {
    margin: 1px;
	font-size: 0.8em;
	border: navy 1px solid;
	padding: 2px;
}

#fildariane li, #menurapide li, #menurapide p, #menurapide form {
    display :inline;
}





/* tableaux */
table {
/*
    margin: 3px;
*/
    border:1px solid Navy;
    border-collapse: collapse;
    width: 90%;
    font-size: 0.9em;
}

tr:hover
{
    background-color: #CCC;
}

td {
    border:1px solid black;
}


td a:link {text-decoration:none}
td a:visited {text-decoration:none}
a:hover {text-decoration:none}
td a:active {text-decoration:none}

th, th a, th a:visited{
    color: white;
}

th {
    font-weight: normal;
    background-color: Navy;
    border:1px solid white;}

th a{
    font-weight: bold;
}

.erreur {
    color:Red;
}


/*
    Menu de navigation
*/

#menu {
    margin: 0px 5px;
    float: left;
    width: 140px;
}

#menu p {
    margin: 0;
    padding: 0;
    font-weight: bold ;
}    

#menu ul {
    margin: 0 0 1em 10px;
    padding: 0;
    list-style-type: none;
}

/*
    Pied de page
*/

#pied {
    clear: both;
    text-align: center;
	background-color: navy;
	color: white;
	font-size: 0.8em;
}



/*
    Systèmes d'onglets
*/
.onglets {
    list-style-type: none;
    margin: 0;
    padding: 3px 0;
    border-bottom: 1px solid Navy;
}

.onglets li {
    display: inline;
    padding: 3px 1em;
    border: 1px solid Navy;
}

li.ongletcourant, .ongletcourant a{
    color: Navy;
    text-decoration: None;
    font-weight: bold ;
    border-bottom: 1px solid white;
}

.corpsonglet {
    border: 1px solid Navy;
    border-top: 0;
    padding: 0.5em;
}

.corpsonglet h3 {
    display:none;
}


/*
    Coeur du site
*/

#principal {
    margin-left: 150px;
    padding: 0 5px;
}

#principal h2 {
    text-align: center;
    border-bottom: 2px solid Navy;
    margin: 0 0 5px 0;
}

#principal h2 span {
    font-size: 0.8em;
    color: Navy;
}

#principal h3 {
    color: Navy;
    margin-bottom: 0;
}

#principal h4 {
    margin-bottom: 0;
}

#principal h4 a, #principal h3 a {
    font-size: 0.8em;
}

#principal form h4 {
    text-align: center;
    margin-top: 0px;
    border-bottom: 1px solid black;
}

#principal form fieldset {
    padding: 2px;
    margin:0px;
}




.navigliste {
    border: 1px solid navy;
    text-align: right;
    vertical-align: bottom;
    height: 20px;
}

.navigliste img{
    border: 0px;
}

.navigliste input, .navigliste select {
    border: 1px solid #CCC;
    height: 18px;
    padding: 0px;
    margin: 1px Opx;
}






.entetecomm {
    color: navy;
    font-size: 0.9em;
    margin: 8px 0 0 8px;
}

.corpscomm {
    margin-top: 0px;
    border: 1px dashed navy;
    padding: 2px;
}
.corpscomm textarea{
	width : 600px;
}

ul.corpscomm {
    list-style-type: none;
}

.corpscomm em {
    font-family: monospace;
    font-size: 0.8em;
    font-weight: bold;
}


.labelagauche {
    overflow: auto;
    margin: 2px 0;
}

.labelagauche label {
    float:left;
    width:140px;
    margin: 0 5px;
    text-align: right;
    border-bottom: 1px dashed black;
}

.labelagauche .labelbouton {
    border: 0px;
}

.labelagauche input[type="text"], 
.labelagauche input[type="password"],
.labelagauche textarea,
.labelagauche select {
    width: 550px;
}

.labelagauche .erreur {
    padding-left: 150px;
}







.bloccritere .critere1 {
    width: 220px;
}

.bloccritere .critere2 {
    width: 120px;
}

.bloccritere .critere3 {
    width: 320px;
}

.bloccritere a {
    width: 220px;
}








.blocaction select {
    width: 220px;
}

.blocaction textarea{
    width: 100%;
}





.editeur textarea {
    width: 100%;
}

/*
.editeur .labelbouton {

}
*/



.datesclients {
    text-align: right;
    font-weight: bold;
    color: Navy;
}

#participants select{
	width: 33%;
}

#participants a{
	font-size: 0.8em;
}

.utilisation{
border-bottom: 1px solid black;
	padding-bottom:1em;
}

/*
.criteremailing{
	width:30%;
	float:left;
	}
*/


