
/** /php5/manager/vues/css/index/index.css **/
FORM {
	height: 100%;
	width: 100%;
}

/** /php5/manager/themes/defaut/css/index/index.css **/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	
}

.connexion{
	font-family: Arial;
	font-weight: bold;
	font-size: 12pt;
	color: #CD0104;
}

.mdp{
	font-family: Arial;
	font-weight: normal;
	font-size: 8pt;
	color: #000000;
}

.Style0 {height: 100%; width: 100%; }
.Style1 {font-family: Arial, Helvetica, sans-serif; font-size: 18px; font-weight: bold; color: #B60019;	}
.Style2 {font-family: Arial, Helvetica, sans-serif;	font-size: 11px; }
.Style3 {color: #000000}
.Style5 {font-family: Arial, Helvetica, sans-serif; font-size: 17px; font-weight: bold; color: #B60019; }
.Style6 {font-size: 17px}
.Style7 {background-image:url(/php5/manager/themes/defaut/medias/img/login/online_left.gif);}
.Style8 {background-image:url(/php5/manager/themes/defaut/medias/img/login/online_06.gif);}
.Style9 {background-image:url(/php5/manager/themes/defaut/medias/img/login/online_right.gif);}
.Style10{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 35px; 
	font-weight: bold; 
	color: #FFFFFF;
	text-align:center;
	font-style:italic;
}
.Style11{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 25px; 
	color: #000000;
	text-align:center;
}
.Style12 {background-image:url(/php5/manager/themes/defaut/medias/img/login/online_031.gif);vertical-align:top;}

.bouton_connexion {
	background-image:url(/php5/manager/themes/defaut/medias/img/login/online_131.gif);
	background-repeat:no-repeat;
	width:130px;
	height:29px;
	padding-top:8px;
	padding-left:27px;
}

.lien_connexion{
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 17px; 
	color: #FFFFFF;
	font-weight: bold; 
}

#loginerror_alert_box {
	width:300px;
}

/** /php5/manager/themes/defaut/css/_global.css **/
BODY, HTML {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	height:100%;
	vertical-align:top;
	margin:0;
	padding:0;
}

A {
	color:#000000;
}

LABEL {
	cursor:pointer;
}

.input:focus {
	background-color:#E9E9E9;
	border:1px solid;
	color:black;
}
.input {
	background-color:#FFFFFF;
}
.input {
	border:1px solid #CCCCCC;
}

.highlight {
	background-color:#FFDFDF;
	border:1px solid #FF0000 !important;
	color:#FF0000;
}

/**
 * Classes globales
 */

.bold {
	font-weight:bold;
}

.center {
	text-align:center;
}

.left {
	text-align:left;
}

.right {
	text-align:right;
}

.upper {
	text-transform:uppercase;
}

.rouge {
	color: #cc0b0c;
}

.blanc {
	color: #FFF;
}

.clear {
	clear:both;
}

.clickable {
	cursor: pointer;
}

.hidden {
	visibility:hidden;
}
 
.erreur {
	text-align: center;
	color: #cc0b0c;
	font-weight:bold;
}


.ajaxloading {
	font-weight:bold;
	background: url('/php5/manager/themes/defaut/medias/img/loading.gif') no-repeat transparent;
	width:200px;
	padding:0 20px 0 20px;
	margin: 20px auto 20px auto;
}


/**
* Champs de formulaire multitext
*/
.multitext LABEL {
	text-transform:uppercase;
	font-weight:bold;
}

.imgflag {
	margin: 0 5px 0 5px;
	vertical-align:text-top;
}
 
/**
 * Pages centrales
 */
.page {
	padding: 8px;
}

.page_content {
	/*width: 889px;*/
	/*margin: 0 10px 0 2px;*/
	margin: 0 10px 0 1%;
}

/**
 * Bandeau commun des pages centrales
 **/ 
.bandeau {
	margin: 0 0 0 1%;
}
 
.bandeau > .titre {
	text-align:right;
	color:#e0e0e0;
	font-family:Arial Black, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-style:italic;
	font-size:25px;	
	margin-right:1%;
	float:right;
	width:400px;
}
.bandeau > .retour {
	background: transparent url(/php5/manager/themes/defaut/medias/img/retour.png) no-repeat bottom left;
	padding-left:30px;	
	font-weight:bold;
	vertical-align:bottom;
	display: block;
	padding-top:15px;
	width:100px;
	text-transform:capitalize;
	float: left;
}

.bandeau > A.retour:link,
.bandeau > A.retour:visited,
.bandeau > A.retour:active {
	text-decoration:none;
	color:#595959;
}

.bandeau > A.retour:hover {
	color:#666666;
	text-decoration:text-underline;
}

.chemin {
	width: 100%;
	height: 38px;
	border: 0;
}

.chemin .img_gauche {
	background: url(/php5/manager/themes/defaut/medias/img/bandeau/gauche_rouge.png);
	height:38px;
	width:18px;
}

.chemin .texte {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 11px;
	background: url(/php5/manager/themes/defaut/medias/img/bandeau/fond.png);
	height:38px;
	margin: 0 18px 0 18px;
	padding: 0 10px 0 10px;
	line-height:32px;
	vertical-align:top;
}

.chemin .img_droite {
	background: url(/php5/manager/themes/defaut/medias/img/bandeau/droite.png);
	height:38px;
	width:18px;
}

.bandeau > .hint {
	font-size: 11px;
	background: #f2f2f2 url(/php5/manager/themes/defaut/medias/img/bandeau/hint_fond.png);
	border:1px solid #b3b3b3;
	height:47px;
	margin: 12px 10px 0 0;
}

.bandeau > .hint > .icone {
	background: transparent url(/php5/manager/themes/defaut/medias/img/bandeau/hint_icones.png) no-repeat;
	width:50px;
	height:47px;
	margin: 2px 0 2px 0;	
	float:left;
}

.bandeau > .hint > .texte {
	height: 47px;
	margin: 2px 0 2px 0;
	/*padding-left:15px;*/
	padding-top: 5px;
	margin-left:50px;
	line-height:18px;
}

/**
 * Pour les pages aux couleurs du menu de gauche
 **/
.page_gauche {
	
}

/**
 * Icones 20px X 20px
 **/
 
.icone20 {
	background-color: transparent;
	background-image: url(/php5/manager/themes/defaut/medias/img/icones20.png);
	background-repeat: no-repeat;
	background-attachment:scroll;
	vertical-align:middle;
	width:20px;
	height:20px;
}

.icone_oeil {
	background-position: 0px -20px;
}

.icone_checkgris {
	background-position: 0px -40px;
}

.icone_calendar {
	background-position: 0px -60px;
}

.icone_replie {
	background-position: 0px -80px;
}

.icone_deplie {
	background-position: 0px -100px;
}

.icone_ordiloupe {
	background-position: 0px -120px;
}

.icone_engrplay {
	background-position: 0px -140px;
}

.icone_creerth {
	background-position: 0px -160px;
}

.icone_creerssth {
	background-position: 0px -180px;
}

.icone_engr {
	background-position: 0px -200px;
}

.icone_trash {
	background-position: 0px -220px;
}

/**
 * Icones 23px X 23px
 **/
 
.icone23 {
	background-color: transparent;
	background-image: url(/php5/manager/themes/defaut/medias/img/icones23.png);
	background-repeat: no-repeat;
	background-attachment:scroll;
	vertical-align:middle;
	width:23px;
	height:23px;
}

.icone23_theme { background-position: 0px -23px; }
.icone23_sstheme { background-position: 0px -46px; }
.icone23_docloupe { background-position: 0px -69px; }
.icone23_refresh { background-position: 0px -92px; }
.icone23_print { background-position: 0px -115px; }
.icone23_excel { background-position: 0px -138px; }
.icone23_mail { background-position: 0px -161px; }
.icone23_chap { background-position: 0px -184px; }
.icone23_unk1 { background-position: 0px -207px; }
.icone23_unk2 { background-position: 0px -230px; }
.icone23_edit { background-position: 0px -253px; }
.icone23_trash { background-position: 0px -276px; }
.icone23_tools { background-position: 0px -299px; }
.icone23_export { background-position: 0px -322px; }
.icone23_drag { background-position: 0px -345px; }
.icone23_vtheme { background-position: 0px -368px; }
.icone23_vsstheme { background-position: 0px -391px; }
.icone23_vchap { background-position: 0px -414px; }
.icone23_import { background-position: 0px -437px; }
.icone23_full { background-position: 0px -460px; }
.icone23_check { background-position: 0px -483px; }
.icone23_sand { background-position: 0px -506px; }
.icone23_bd { background-position: 0px -529px; }
.icone23_nemail { background-position: 0px -552px; }
.icone23_newfolder { background-position: 0px -575px; }
.icone23_pie { background-position: 0px -598px; }
.icone23_upload { background-position: 0px -621px; }
.icone23_unk3 { background-position: 0px -644px; }
.icone23_unk4 { background-position: 0px -667px; }
.icone23_unk5 { background-position: 0px -692px; }


/**
 * Des boutons en ligne
**/
.ligne_boutons {
	/*padding:10px 10px 10px 2px;*/
	padding:10px 0;
	/*width: 889px;*/
	/*margin: 0 10px 0 2px;*/
	margin: 0 10px 0 1%;
}

.ligne_boutons .bouton {
	width: 150px;
	float:right;
	margin-left:10px;
}


/**
 * Boutons
**/
.ligne_bouton_droite {
	height:23px;
}
.ligne_bouton_droite .bouton {
	float:right;
	margin-left:20px;	
}


.ligne_bouton_gauche .bouton {
	float:left;
	margin-right:20px;
}

.bouton {
	background: #d0d0d0 url(/php5/manager/themes/defaut/medias/img/bouton_bg.png) repeat-x left top;
	text-align:center;
	height:23px;
	border:1px solid #969696;		
}

.bouton .iconeg {
	float:left;
}

.bouton .iconed {
	float:right;
}

.bouton .texte {
	font-size:11px;
	font-weight:bold;
	text-transform: uppercase;
	margin-left: 30px;
	margin-right: 30px;
	line-height:23px;
}

.bouton a {
	text-decoration:none;
}

.bouton a:hover {
	color:#666666;
}
