/***********************************************/
/* style.css                            */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 10px 10px 10px 10px;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 70%;
 color: #334d55;
}

h3{
 font-size: 100%;
 color: #006699;
}

ul{
 list-style-type: square;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#header{
	margin: 0;
	padding: 10px 0px;
	/*border-bottom: 1px solid #cccccc;*/
	width: 100%;
}

#content{

	width: 100%;
	margin: 0;
	padding: 0 3% 0 0;
}

/***********************************************/
/*			                                   */
/***********************************************/

.agauche {
float: left;
}

.adroite {
float: right;
}

.rouge {
color: #FF0000;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}

/*************** #pageName styles **************/

#pageName{
	padding: 0px 10px 0px 10px;
}


/************* #globalNav styles **************/


#globalNav{
color: #cccccc;
padding: 0px 0px 0px 10px;
white-space: nowrap;
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 80%;
	padding: 0px 4px 0px 0px; 
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}



/************** .texte styles *****************/

.texte{
	clear: both;
	padding: 0px 10px 0px 10px;
	font-size: 80%;
}

.texte p{
	padding: 0px 0px 5px 0px;
}

/************* #siteInfo styles ***************/


table#identification {
border: 1px solid #E1E1E1;
background-color:#eeeeee;

}
#footer {
width: 98%;
height: 30px;
margin-right: auto;
margin-left: auto;
padding: 10px;
text-align: center;
font-size: 0.8em;
}

#liste {
float: left;
width: 100%;
margin-top: -5px;
border: 1px solid #CCCCCC;
background-color: #FFFFFF;
background-image: url(../images/background.jpg);
background-position: top left;
background-repeat: repeat-x;
}

#liste2 {
float: right;
width: 33%; 
margin-top: 5px;
border: 1px solid #E1E1E1;
}

#formulaire {
float: right;
width: 33%; 
margin-top: 5px;
border: 1px solid #E1E1E1;
}

#form_doc {
width: 99%;
margin-top: 5px;
border: 1px solid #E1E1E1;
}

#form_doc label {
margin: 0px 0px 0px 1px;
padding: 0px 0px 0px 0px;
border-bottom: 1px dashed #CCCCCC;
}

#form_doc label.obligatoire {
text-decoration: underline;
}

#tableau {
width: 99%;
margin-top: 5px;
margin-right: auto;
margin-bottom: 5px;
margin-left: auto;
overflow: auto;
}
#foot {
clear: both;
width: 100%;
}
#filtres {
width: 99%;
margin: 10px auto 10px auto;
}

#filtres label {
margin: 0px 0px 0px 1px;
padding: 0px 0px 0px 0px;
border-bottom: 1px dashed #CCCCCC;
}

#filtres form {
display: inline;
margin: 0px;
}

#filtres img {
margin: 0px 0px -5px 3px;
cursor: pointer;
}

table.filtres {
border-spacing=10px;
}

table.filtres tr td.dispo {
background-color: #99CCCC;
}

table.formulaire {
width: 98%;
margin: 5px auto;
}

table.formulaire tr th {
width: 50%;
padding: 0px 2px;
border-bottom: 1px dashed #CCCCCC;
background-color: #FAFAFA;
text-align: left;
vertical-align: top;
font-weight: normal;
}

table.formulaire tr th.obligatoire {
text-decoration: underline;
}

table.formulaire tr td {
width: 50%;
text-align: left;
}

table.form_doc {
border-spacing=10px;
}

table.form_doc {
width: 98%;
margin: 5px auto;
}

table.form_doc tr td {
text-align: left;
}

table.form_doc tr td.gris {
background-color: #eeeeee;
}

.submit {
margin: 5px;
}

table.liste {
width: 98%;
margin: 0px auto 15px auto;
}

table.liste tr th {
padding: 2px;
border-top: 1px solid #999999;
border-right: 1px solid #CCCCCC;
border-bottom: 1px solid #999999;
border-left: 1px solid #CCCCCC;
background-color: #EFEFEF;
font-weight: bold;
white-space: nowrap;
text-align: left;
}

table.liste tr th.dispo {
background-color: #99CCCC;
}

table.liste tr td {
padding: 0px 2px 0px 2px;
border-top: 0px;
border-right: 0px;
border-bottom: 1px solid #CCCCCC;
border-left: 1px solid #CCCCCC;
background-color: #FFFFFF;
font-size: 0.9em;
white-space: nowrap;
text-align: left;
}

table.liste tr td.rouge {
color: #FF0000;
}

table.liste tr td.noir {
color: #000000;
}

table.liste tr.ligne1 td {
background-color: #FFFFFF;
}

table.liste tr.ligne2 td {
background-color: #F6F6F6;
}

table.liste tr.selection td {
background-color: #CEFEDE;
}

table.liste tr:hover td {
background-color: #FFFF99;
cursor: pointer;
}
.bouton {
float: right;
margin-top: 2px;
margin-right: 2px;
cursor: pointer;
}

input.bouton {
margin-top: -5px;
}

.bouton_simple {
margin: 5px;
cursor: pointer;
}

.checkbox {
margin-right: 145px;
cursor: pointer;
}

.compteur {
float: left; 
margin-left: 10px;
}

.pagination {
float: right;
margin-right: 10px;
}

.pagination img {
margin-bottom: -3px;
cursor: pointer;
}

input.input_date {
width: 157px;
}

img.input_date {
margin-bottom: -5px;
margin-left: 5px;
cursor: pointer;
}


form {
margin: 5px auto;
text-align: center;
}

input, select {
width: 180px;
margin-left: 5px;
padding-right: 2px;
padding-left: 2px;
border: 1px solid #CCCCCC;
font-family: 'Trebuchet MS', Verdana, Arial;
font-size: 0.9em;
}

textarea {
width: 180px;
height: 50px;
margin-left: 5px;
padding-right: 2px;
padding-left: 2px;
border: 1px solid #CCCCCC;
font-family: 'Trebuchet MS', Verdana, Arial;
font-size: 0.9em;
color: blue;
}


input[type="button"], input[type="submit"] {
width: 150px;
margin-top: 15px;
background-color: #F1F1F1;
font-family: 'Trebuchet MS', Verdana, Arial;
font-size: 0.9em;
font-weight: bold;
color: #333333;
cursor: pointer;
}

/************* #page styles ***************/


#page{
margin-left: auto;
padding: 10px 3px 10px 3px;
width: 99%;
border: 1px solid #EEEEEE;
background-color: #FFFFFF;
background-image: url(../images/background.jpg);
background-position: top left;
background-repeat: repeat-x;
}






