/*
style.css
Par denis storojev
*/

table
{
    border-collapse: collapse; /* Les bordures du tableau seront collées (plus joli) */
}
td, th, tr
{
    border: 1px solid black;
}


.waitbox
{
       font-weight: bold;
       font-size:10px;
       background-color: #e9e9e9;
       cursor: pointer;
       font-family: Verdana, Arial, Helvetica, sans-serif;
       border: 1px solid #262C25;
       margin-right:2px;
}

body
{
background-color: #F7F8F5;
background-repeat: no-repeat;
color: #724D80;
font-family: Arial,Helvetica,sans-serif;
font-size: 12px;
line-height:14px;
text-align:justify;
}
/*style pour le caisson*/
#box
{
background-color: white;
border: 1px solid #C6D7DB;
border-radius: 10px 10px 10px 10px;
box-shadow: 5px 5px 5px #969696;
margin: 0 auto;
padding: 0;
position: relative;
width: 1000px;
}

/*style pour le texte de haut de page(baniere)*/
#header, #header img
{
background-image: url("img/bandeau-lig.gif");
background-repeat: no-repeat;
border: 0 none;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
padding:0;
}

/*-----------------------MENU------------------------------*/
#menu.accueil
{
top:120px;
}
#menu
{
clear:both;
float:left;
width:180px;
z-index:13;
height:500px;
margin-top:10px;
padding-left:5px;
padding-right:5px;
/*margin-top: 5px;
margin-left:5px;
margin-bottom:5px;
display: inline-block;
border-radius: 5px 5px 5px 5px;
*/
}

#menu ul
{
list-style-type:none;
margin-bottom:0;
margin-left:0;
margin-top:0;
padding-bottom:5px;
padding-left:10px;
padding-top:0;
}

#menu li 
{
font-size:1.2em;
font-weight:bold;
line-height:2em;
list-style-type:none;
padding:2px;
text-align:left;
text-transform:uppercase;
}

#bas-menu
{
    background-image: url("img/carre-credits.png");
    background-repeat: no-repeat;
    height: 200px;
    margin-top: 20px;
    padding-left: 20px;
    padding-top: 20px;
}

/*style pour le contenue(contenu et footer)*/
#contenue
{
width:800px;
height:500px;
margin-top: 5px;
margin-right:5px;
margin-bottom:5px;
border: 1px solid brown;
}

/*style pour le contenu de la page*/
#contenu
{
width:788px;/*792*/
border:1px solid #C6D7DB;
border-radius:5px 5px 5px 5px;
margin-right:5px;
margin-left:195px;
margin-top: 5px;
margin-bottom:5px;
padding:3px;
min-height:500px;
} 

/*-----------------------FOOTER------------------------------*/
#footer
{
border-top:1px solid #C6D7DB;
clear:both;
color:#186CA6;
font-size:0.9em;
margin-top:20px;
padding:5px;
text-align:center;
/*
border-radius: 5px 5px 5px 5px;
width:792px;
margin-bottom: 5px;
margin-right: 5px;
text-align: right;
margin-left:195px;
height:25px;
padding-right:3px;
padding-bottom: 5px;
*/
}

#footer img
{
margin:5px;
padding-right:6px;
}

a/*les text ne seront pass surligner*/
{
  text-decoration: none;
}

a /* Liens par défaut */
{
text-decoration: none;
color: #6666FF;
font-style: italic;
}

a:hover /* Apparence au survol des liens */
{
text-decoration: none;
color: #724D80;
}

a:focus  /* Quand le visiteur sélectionne le lien */
{
background-color: #E0E0E0;
}

a:active /* Quand le visiteur clique sur le lien */
{
background-color: #FFCC66;
}

p
{
	margin-left:5px;
    font-family: "Times New Roman", "Trebuchet MS", Arial, Verdana, serif;
}

h3
{
	margin-left:10px;
    font-family: "Times New Roman", "Trebuchet MS", Arial, Verdana, serif;
	font-size: 1.3em;
}

div.fileinputs
{
position:relative;
height:30px;
width:350px;
margin-left:7px;
}

div.fils {
    position: absolute;
    width: 370px;
	top: 0;
     line-height: 10%;
}

div.fils input.input_background
{
	background: none repeat scroll 0 0 white;
	margin-left:70px;
	border:medium none;
	display:block;
}

div.fils input.input_button
{
	margin-left:100px;
	width:100px;
}

