
/* =Container
-------------------------------------------------------------- */
/*#top{background-image:url(../images/bg-wrapper.gif); background-repeat:repeat-x; background-color:#fafafa; height:155px;}*/
#top{
	background-color:#fafafa; 
	height:125px;
	padding-top: 20px;
}
#bottom{background-color:#e9e9e9;} /*min-height:390px;*/
#top-contenu{margin:0 auto; width:996px;}
#bottom-border{margin:0 auto; width:988px;}
#bottom-contenu{margin:0 auto; width:910px; padding: 20px 40px 40px;}


/* =Top
-------------------------------------------------------------- */
#top-entete{ height:100px;}
#message-block {
	margin: -25px 2px 0;
	text-align: right;
}
#message {
	display: inline;
	border-radius: 5px 5px 5px 5px;
	padding: 2px 15px;
	font-weight: bold;
	color: #eeeeee;
}
#message.alert {
	background-color: #ff3700;
}
#message.info {
	background-color: #00aeff;
}

/* #top-menu{background-image:url(../images/bg-navtop.png); background-repeat:no-repeat; background-position:top; height:50px; position:relative; z-index:100} */
#top-menu
{
	background-image:url(../images/bg-navtop.png);
	background-repeat:no-repeat;
	background-position:top;
	height:50px;
/* 	position:relative */
	margin: -55px auto 0;
	width:996px;
	padding-bottom: 5px;
}

/* =Menu
-------------------------------------------------------------- */

#top-menu ul{
	margin:0;
	padding:10px 13px 0px 13px;
	list-style-type:none;
	position:relative;
	line-height:1.5em;
}
#top-menu a{
	display:block;
	padding:0px 0px;
	color:#ffffff;
	text-decoration:none;
	text-transform:uppercase;
	width:120px;
	cursor: pointer;
	white-space: nowrap;
	font-weight: bold;
}

#top-menu a:hover, #top-menu .actif{
	color:#27657B; background-image:url(../images/bg-navlink.gif); background-repeat:no-repeat;
}

#top-menu li a:hover {
	color:#27657B; background-image:url(../images/bg-navlink.gif); background-repeat:no-repeat;

}
#top-menu li:hover a {
	color:#27657B; background-image:url(../images/bg-navlink.gif); background-repeat:no-repeat;
}
#top-menu li:hover ul a:hover {
	color:#27657B; background-image:url(../images/bg-navlink.gif); background-repeat:no-repeat;
}

#top-menu li{
	float:left;
	position:relative;
	padding-left:0px;
	padding-right:0px;
	line-height:38px;
	padding-bottom:4px;
	padding-top:2px;
	font-size:12px;
	text-align:center;
	margin-right:2px;
}


#top-menu li li{
	padding-right:0px;
	text-transform:capitalize;
	line-height:25px;
	padding:0px 0px;
	background-image:none;
}

#top-menu ul ul {
	position:absolute;
	display:none;
	width:190px;
	top:3.3em;
	left:0px;
	background-color:#fff;
	padding-bottom:25px;
	border:solid 1px #818181;
	border-width:0px 1px 1px 1px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	padding-left:0;
	padding-right:0;
	padding-top:0;
}

#top-menu li ul a{
	width:144px;
	height:auto;
	margin:0 13px;
	padding:3px 10px 3px 10px;
	text-transform:capitalize;
	border-bottom:solid 1px #f4f5f5;
	text-align:left;
	color:#a1a1a1 !important;
}

#top-menu li ul a, #top-menu li ul a:hover{background-image:none !important; }
#top-menu li ul a:hover{
	color:#CC0000 !important;
}

#top-menu div {
    background-image: url("../images/webaxys_phone.png");
    background-repeat: no-repeat;
	background-position: right top;
	position: absolute;
	margin-left: 605px;
 	margin-top: -9px;
	padding-right: 230px;
	padding-top: 21px;
	padding-bottom: 12px;
}
#top-menu div a {
	background: none repeat scroll 0 0 transparent !important;
/*	color: #323945;*/
	color: #FFFFFF;
	font-weight: bold;
}
#top-menu div a:hover {
	text-decoration: underline;
	cursor: pointer;
}

/* =Middle
-------------------------------------------------------------- */

#middle {
    background-image: url("../images/bg-main.png");
    background-repeat: repeat-y;
    padding: 10px 13px 1px;
    width: 970px;
	margin: -5px auto 0;
}
/*#middle-contenu {
    background-image: url("../images/bg-main.png");
    background-repeat: repeat-y;
    padding: 10px 13px 0;
    width: 970px;
	margin: -13px auto 0;
}*/

#middle-contenu {
	height: 800px;
}

/* =Bottom
-------------------------------------------------------------- */
#bottom-border {
	background-color:#ffffff;
	border:solid 1px #ffffff;
	border-width:0px 1px 1px 1px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	height: 5px;
}
#bottom-contenu h2 {
	font-weight: bold;
	margin-bottom: 5px;
	text-transform: uppercase;
}
#bottom-contenu img {
	display: block;
	margin: 0px 0px 3px -4px;
}

.box {
    border: 1px solid #D3D8E0;
    border-radius: 5px 5px 5px 5px;
    margin-bottom: 10px;
    padding: 20px 20px;
}

/* Class bouton */
.button, input[type=button] {
	background-color: #D6D6D6;
	border: 0 none;
	border-radius: 4px 4px 4px 4px;
	color: #767778;
	cursor: pointer;
	font-size: 12px !important;
	text-align: center;
	width: 90px;
	height: 27px;
}
.button:hover, input[type=button]:hover {
	background-color: #E2E1E1;
}
.button[disabled] {
	background-color: #f6f6f6;
	color: #A6A7A8;
}
.button[disabled]:hover {
	background-color: #f6f6f6;
	cursor: default;
}

/* class de gestion des listes */
.list {
	overflow-x: hidden;
	overflow-y: auto;
}
.list a {
	list-style: circle inside;
	display: list-item;
	white-space: nowrap;
/* 	display: block; */
	padding: 0px 5px;
	cursor: pointer;
	margin: 0;
	border: 2px solid #ffffff;
    border-radius: 5px 5px 5px 5px;
	transition: border-color 0.5s ease 0s, background-color 0.3s ease 0s, color 0.3s ease-in-out 0s, font-weight 0.3s ease-in-out 0s;
	-moz-transition: border-color 0.5s ease 0s, background-color 0.3s ease 0s, color 0.3s ease-in-out 0s, font-weight 0.3s ease-in-out 0s;
	-webkit-transition: border-color 0.5s ease 0s, background-color 0.3s ease 0s, color 0.3s ease-in-out 0s, font-weight 0.3s ease-in-out 0s;
	-o-transition: border-color 0.5s ease 0s, background-color 0.3s ease 0s, color 0.3s ease-in-out 0s, font-weight 0.3s ease-in-out 0s;
}
/*.list a:before {
	content: ' - ';
}*/
.list a:hover {
	background-color: #ffffff !important;
/* 	color: #f7aa34 !important; */
/*	color: #cc0000 !important;*/
	color: #b3d335 !important;
/*     border: 2px solid #D3D8E0; */
/*     border: 2px solid #818181; */
    border: 2px solid #b3d335;
	text-decoration: none;
	margin: 0px;
/* 	font-weight: bold; */
}
.list .selected {
	margin: 1px;
/* 	border: 1px dashed #F7AA34; */
/*	border: 1px dashed #cc0000;*/
	border: 1px dashed #b3d335;
	font-weight: bold;
}
/* class de la bar d'outils */
.barTools {
	border-bottom: 1px solid #D3D8E0;
	margin-bottom: 10px;
	height: 30px;
}
.barTools .button {
	padding : 0;
	height: 19px;
}

.title {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
/* 	text-decoration: underline; */
	color: #b3d335;
}