/* ========================================================================================																								 
	Nom:			style_admin									
	Description:		Feuille de style pour la partie admin	
	Création:		05.12.2008								 		
	Auteur:		Conception-Web | François Wagner				    																		
=========================================================================================*/
* {
margin:0;
}
body{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}
/*------------------------------------------------------------------------------ 
Style pour les paramètres globaux
 ----------------------------------------------------------------------------- */
a img{
border:none;
}
#content{
margin-top:50px;
width:80%;
margin-left:auto;
margin-right:auto;
}
a {
color:#0855C6;;
}
/*------------------------------------------------------------------------------ 
Style pour le header
 ----------------------------------------------------------------------------- */
#header{
background-color:#333333;
height:50px;
padding-left:10px;
}
/*------------------------------------------------------------------------------ 
Style pour la barre de navigation
 ----------------------------------------------------------------------------- */
#navigation a{
color:#FFFFFF;
}
#navigation{
background-color:#444444;
border-top:1px solid #555555;
height:35px;
list-style:none;
overflow:hidden;
margin:0;
padding-top:0;
padding-right:0;
padding-bottom:0;
padding-left:30px;
}
#navigation li {
float:left;
text-align:center;
border-right:1px solid #333333;
border-left:1px solid #555555;
background-color:#444444;
line-height:35px;
padding-left:20px;
padding-right:20px;
}
#navigation li a {
display:block;
color:#CCCCCC;
}
#navigation a:hover{
color:#FFFFFF;
}
#navigation li:hover {
background-color:#555555;
color:#FFFFFF;
}
/*------------------------------------------------------------------------------ 
Style pour les paragraphes spéciaux
 ----------------------------------------------------------------------------- */
.erreur {
background:#FFEBEF url("../images/icones/erreur.png") center no-repeat;
background-position:15px 50%;
text-align:left;
border-top:2px solid #DE3C10;
border-bottom:2px solid #DE3C10;
padding:5px 20px 5px 45px;
}

.accept {
background:#CEE6C3 url("../images/icones/accept.png") center no-repeat;
background-position:15px 50%;
text-align:left;
border-top:2px solid #359545;
border-bottom:2px solid #359545;
padding:5px 20px 5px 45px;
}
#messageAjax{
width:100%;
margin-bottom:15px;
}
/*------------------------------------------------------------------------------ 
Style pour les formulaires
 ----------------------------------------------------------------------------- */
.formulaire {
width:600px;
margin:0 auto;
padding:14px;
}

#style_form {
border:solid 2px #b7ddf2;
background:#ebf4fb;
}

#style_form h1 {
font-size:14px;
font-weight:bold;
margin-bottom:8px;
}

#style_form #info_form {
font-size:11px;
color:#666666;
margin-bottom:20px;
border-bottom:solid 1px #b7ddf2;
padding-bottom:10px;
}

#style_form label {
display:block;
font-weight:bold;
text-align:right;
width:220px;
float:left;
}

#style_form .small {
color:#666666;
display:block;
font-size:11px;
font-weight:normal;
text-align:right;
width:220px;
}

#style_form input,#style_form select,#style_form textarea {
float:left;
font-size:12px;
border:solid 1px #aacfe4;
width:350px;
margin:2px 0 20px 10px;
padding:4px 2px;
}

#style_form .checkbox{
width:0px;
}

#style_form .button {
width:100px;
padding-top:5px;
padding-bottom:5px;
background:#666666;
color:#FFFFFF;
font-size:10px;
font-weight:bold;
float:none;
margin-left:229px;
}

#style_form .button:hover{
background-color:#969696;
}

.button {
width:100px;
padding-top:5px;
padding-bottom:5px;
background:#666666;
color:#FFFFFF;
font-size:10px;
font-weight:bold;
float:none;
margin-top:10px;
}

.button:hover{
background-color:#969696;
}

#textareaEditor{
width:100%;
}
/*------------------------------------------------------------------------------ 
Style pour le menu
 ----------------------------------------------------------------------------- */
#menu_admin {
margin:auto;
}
.menuAdmin {
float:left;
text-align:center;
border:1px solid #EFEFEF;
padding-bottom:5px;
padding-right:5px;
padding-left:5px;
margin-right:5px;
margin-left:5px;
margin-top:5px;
}

.menuAdmin:hover {
border-right:1px solid #CECFCE;
border-bottom:1px solid #CECFCE;
}

.menuAdmin a {
color:#636563;
text-decoration:none;
}

.menuAdmin a:hover {
color:#0855C6;
}
/*------------------------------------------------------------------------------ 
Style pour le background
 ----------------------------------------------------------------------------- */
#background{
width:90%;
margin:0 auto;
padding:14px;
padding-right:16px;
border:solid 2px #b7ddf2;
background:#ebf4fb;
}
#background h1 {
font-size:14px;
font-weight:bold;
margin-bottom:8px;
}
#background .info {
font-size:11px;
color:#666666;
margin-bottom:20px;
border-bottom:solid 1px #b7ddf2;
padding-bottom:10px;
}
/*------------------------------------------------------------------------------ 
Style autres
 ----------------------------------------------------------------------------- */
.clear{
clear:both;
}
.addButton{
display:block;
width:130px;
background-color:#f5f5f5;
border:1px solid #dedede;
font-weight:bold;
color:#529214;
cursor:pointer;
padding:5px 5px 6px 25px;
background-image:url(../images/icones/add.png);
background-repeat:no-repeat;
background-position:5px 50%;
}
.addButton a{
color:#529214;
text-decoration:none;
}
.addButton:hover{
background-color:#E6EFC2;
border:1px solid #C6D880;
}
.deleteButton{
display:block;
width:130px;
background-color:#f5f5f5;
border:1px solid #dedede;
font-weight:bold;
color:#D62C18;
cursor:pointer;
padding:5px 5px 6px 25px;
background-image:url(../images/icones/delete.png);
background-repeat:no-repeat;
background-position:5px 50%;
}
.deleteButton a{
color:#D62C18;
text-decoration:none;
}
.deleteButton:hover{
background-color:#FFE3E7;
border:1px solid #FF0000;
}
.editButton{
display:block;
width:130px;
background-color:#f5f5f5;
border:1px solid #dedede;
font-weight:bold;
color:#000000;
cursor:pointer;
padding:5px 5px 6px 25px;
background-image:url(../images/icones/user_edit.png);
background-repeat:no-repeat;
background-position:5px 50%;
margin-top:5px;
margin-bottom:10px;
}
.editButton a{
color:#336699;
text-decoration:none;
}
.editButton:hover{
background-color:#dff4ff;
border:1px solid #c2e1ef;
}
.hide{
display:none;	
}
.vertical_align{
vertical-align:middle;
}
.floatLeft{
float:left;
margin-right:20px;
}
/*------------------------------------------------------------------------------ 
Style footer
 ----------------------------------------------------------------------------- */
#footer {
text-align:center;
margin:0;
padding-top:10px;
padding-bottom:10px;
clear:both;

}

#footer p {
font-size:10px;
color: #666666;
}

#footer p a {
text-decoration:none;
}

#footer p a:hover {
text-decoration:underline;
}
/*------------------------------------------------------------------------------
Style des tableaux
 ----------------------------------------------------------------------------- */
.tableau {
    border-collapse:collapse
}
.tableau td {
    padding : 0.5em ;
    border-spacing:0;
    border:1px solid #666;
    empty-cells: show;
    background-color:#fafafa;
    text-align:center;
 }
.tableau caption {
    font-size:2em;
    padding:1em 0 0.5em 1em;
}
.tableau .impaire td{
   background-color: #eee;
}
.tableau th {
   color: #666;
   font-size:1em;
   font-weight:bold;
   text-align:center;
   padding-left:10px;
   padding-right:10px;
}
/*------------------------------------------------------------------------------ 
Style pour le calendrier
 ----------------------------------------------------------------------------- */
.calendarBox {
padding: 5px;
}
#calendarInternal{
width: 254px;
}
.calendarFloat {
float: left;
width: 31px;
height: 25px;
margin: 1px 0px 0px 1px;
padding: 1px;
border: 1px solid #000;
}
#addEventForm{
float:left;
position:absolute;
top:225px;
margin-left:270px;
}
#cpBox{
float:left;
position:absolute;
top:225px;
margin-left:570px;
}
.little{
font-size:9px;
}
.little p{
text-align:center;
}
/*------------------------------------------------------------------------------ 
 Style pour le bb_code
 ----------------------------------------------------------------------------- */
.bold {
font-weight:bold;
}

.souligne {
text-decoration:underline;
}

.italique {
font-style:italic;
}

.centre {
text-align:center;
}

.droite {
text-align:right;
}

.gauche {
text-align:left;
}
.load{
background:url("../images/loader.gif") no-repeat center;
}
/*------------------------------------------------------------------------------ 
Style formulaire
 ----------------------------------------------------------------------------- */
.form input[type=text], .form input[type=password], .form select{
margin-top:10px;
width:200px;
}
.form input[type=checkbox]{
margin-top:10px;
margin-bottom:10px;
}
.form input:focus{
background-color:#FFFF88;
border:1px solid #7F9DB9;
}
.form .button {
width:100px;
padding-top:5px;
padding-bottom:5px;
background:#333333;
color:#FFFFFF;
font-size:10px;
font-weight:bold;
cursor:pointer;
margin-left:50px;
}

.form .button:hover,.form .button:focus{
background-color:#444444;
}
/*	WAITING MESSAGE	*/
div#loading {
	background: url('../images/loading.gif') left 10px no-repeat #fff;
	padding: 20px 50px;
	border: 1px solid #c41200;
	width: 100px;
	position: absolute;
	top: 20%;
	left: 50%;
    display:none;
    margin-left:-100px;
}
