@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* Styles pour les éléments de la Template */
#grms_barre_haut {
	height: 20px;
	background: url(../images/grms_barre_haut_bg.jpg) repeat-x;
	clear: both;
}
.grms_cadre {
	/*width: 80%;
	min-width: 780px;*/
	width: 780px;
	margin: auto;
	position: relative;
}
#grms_sect_menu {
	height: 118px;
	background: url(../images/grms_sect_menu_bg.jpg) repeat-x;
	color: #666;
	clear: both;
}
#grms_logo {
	display: block;
	padding: 14px 0px 8px 0px;
	position: relative;
	left: -6px;
}
#grms_menu {
	position: absolute;
	bottom: -6px;
	right: 0px;
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#grms_menu li {
	display: inline;
	float: left;
	margin: 0px 6px;
}
#grms_menu li a {
	display: block;
	float: left;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #6c6c6c;
	cursor: pointer;
}
#grms_menu li a span {
	margin: 0px 10px 0px -10px;
    padding: 6px 4px 6px 14px;
    position: relative;
    float: left;
}
/* chrispero enlevé 2010-11-17 car div supprimée du menu
#menu_sep {
	position: absolute;
	top: -2px;
	left: -30px;
	width: 2px;
	height: 30px;
	background: url(../images/sep_fonce.png) repeat-y;
}
*/
#grms_menu li a:hover {
	background: url(../images/menu_btn_over.png) no-repeat top right;
	color: #e6e6e6;
}
#grms_menu li a:hover span {
	background: url(../images/menu_btn_over.png) no-repeat top left;
}
#grms_menu li a.select {
	background: url(../images/menu_btn_sel.png) no-repeat top right;
	color: #e6e6e6;
}
#grms_menu li a.select span {
	background: url(../images/menu_btn_sel.png) no-repeat top left;
}
#grms_sect_auth {
	height: 34px;
	background: url(../images/grms_sect_auth_bg.jpg) repeat-x;
	color: #d5e0e8;
	clear: both;
}
#auth_utilisateur {
	background: #eee url(../images/utilisateur.png) no-repeat 2px 50%;
	padding: 1px 1px 1px 20px;
	margin-top: 6px;
	border: 1px solid #c0c0c0;
}
#auth_mot_passe {
	background: #eee url(../images/pass.png) no-repeat 2px 50%;
	padding: 1px 1px 1px 20px;
	margin-top: 6px;
	border: 1px solid #c0c0c0;
}
#auth_submit {
	padding: 0px 2px;
	/* Bug dans IE <= 7 */
	overflow: visible;
	width: 1px;
}
#auth_submit[id='auth_submit'] {
	/* On rétablit pourles autres navigateurs */
	/* IE <= 7 ignore la sélection d'attribut */
	width: auto;
}
#auth_msg {
	width: 450px;
	height: 78px;
	background: url(../images/auth_msg.png) no-repeat;
	position: absolute;
	top: -10px;
	left: -15px;
}
#auth_message {
	padding-top: 8px;
}
#auth_deconnexion {
	float: right;
	text-decoration: underline;
	color: #ccc;
	font-size: 11px;
}
#grms_sect_splash {
	padding: 10px 0px;
	max-height: 233px;
	background: url(../images/grms_sect_splash_bg.jpg) repeat-x;
	overflow: hidden;
	clear: both;
}
#grms_sect_contenu {
	padding: 10px 0px;
	background: #fff url(../images/grms_sect_contenu_bg.jpg) repeat-x left top;
	clear: both;
}
#grms_barre_bas {
	height: 41px;
	background: url(../images/grms_barre_bas_bg.jpg) repeat-x;
	text-align: center;
	font-size: 11px;
	color: #bbb;
	line-height: 18px;
	padding-top: 5px;
	clear: both;
}
#grms_barre_bas a {
	text-decoration: none;
	color: #999;
}
#grms_barre_bas a:hover {
	text-decoration: underline;
}

.splash_titre {
	font-size: 22px;
	color: #afd6f4;
	font-weight: bold;
}
.splash_texte {
	font-size: 12px;
	color: #fff;
}

#conteneur {
	margin: auto;
	width: 780px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 10px;
	clear:both;
	border:1px solid #e1e1e1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: left bottom repeat-x #fff;
	padding:40px;
	margin-top: 20px;
	min-height: 500px;
}

#conteneur a { text-decoration:none; }
#conteneur a:hover { text-decoration:underline; }

#bas-de-page {
	background-color: #CCC;
	margin: auto;
	width: 840px;
	padding: 10px;
	color: #003;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
}

body {
	background-color: #666;
}
.p-centre {
	text-align: center;
}
.p-centreBottom {
	text-align: center;
	vertical-align: bottom;
}
.p-justify {
	text-align: justify;
}
#connexion-navigation {
	color: #FFF;
	white-space: nowrap;
}
#connexion-navigation a {
	color: #FFF;
}
.arial_12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.filelist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.filelist input[type='checkbox'] {
	float: left;
	margin-top: 3px;
}
.fl_toolbar {
	padding: 4px 2px 6px 22px;
	margin-bottom: 5px;
	background-color: #666;
	color: #fff;
	position: relative;
}
.fl_toolbar input[type='checkbox'] {
	margin: 1px 8px 0px 0px;
}
.fl_download {
	float: right;
	cursor: pointer;
	padding: 1px 5px 1px 28px;
	margin-right: 5px;
	background: url(../images/archive_down.png) no-repeat 5px 50%;
}
.fl_download:hover {
	background-color: #999;
	border-radius: 2px;
}
.fl_file, .fl_folder {
	padding-left: 21px;
}
.fl_folder {
	background: url(../images/folder_arrow_close.png) no-repeat left 50%;
}
.fl_file a {
	background: url(../images/file.png) no-repeat left 50%;
	display: block;
	text-decoration: none;
	color: #369;
	padding: 3px 0px;
}
.fl_folder a {
	background: url(../images/folder_close.png) no-repeat left 50%;
	display: block;
	text-decoration: none;
	color: #333;
	padding: 3px 0px;
}
.fl_file a:hover, .fl_folder a:hover {
	text-decoration: none !important;
}
.fl_file:hover, .fl_folder:hover {
	background-color: #eee;
	border-radius: 2px;
}
.fl_folder.selected {
	background-color: #bbb;
	border-radius: 2px;
}

