/*
	GENERAL
*/
.cleft		{clear: left;}
.cright		{clear: right;}
.cboth		{clear: both;}
a			{text-decoration: none;color: rgb(63, 110, 194);}
a:hover		{text-decoration: underline;color: rgb(63, 110, 194);}



body {
	 padding: 0px;
	 margin: 0px;
	 background: #eceff6;/*background: url(../img/bgMoz.png);*/
	 color: #595a59;
	 font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
	 font-size: 12px;
}

input {
color: #595a59;
	 font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
	 font-size: 12px;
}

#corps { /* Define the entire body without the pop-up */
	 width: 100%;
	 overflow: hidden;
}

#content { /* Define the text page (whithout the left menu) */
	padding: 20px;
	margin-top: 37px;
	border-left: 1px solid #E5E5E5;
}

#title { /* Define the header of the page : the title, the sub-menu and action button(s) */
	border-bottom: 1px solid #DDD;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

#menuPage {
	margin-top: 5px;
}

/*
	Table
*/
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

td {
	border: 1px solid #DDD;
	text-align: left;
	padding: 6px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 10px;
	vertical-align: top;
}

/*
	Title
*/

h1 {
	font-size: 24px;
	color: black;
	font-weight: lighter;
	margin: 0px;
}

h2 {
	font-size: 18px;
	color: black;
	font-weight: lighter;
	margin: 0px;
	margin-bottom: 10px;
}

h3 {
	font-size: 15px;
	color: black;
	font-weight: lighter;
	margin: 0px;
	margin-bottom: 10px;
}

/*
	hr
*/
hr {
height: 0px;padding: 0px;margin: 0px;border: none;border-bottom: 1px solid #DDD;margin-top: 20px;margin-bottom: 20px;
}

/*
	Text Boxes
*/
.textBox {
	text-indent: 10px;
}

.codeBox {
	font-family: courrier;
	margin: 10px;
	margin-right: 0px;
	margin-left: 39px;
	line-height: 18px;
	border: 1px solid #D8DFEA;
	border-left-width: 3px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 10px;
	overflow: auto;
	font-family: monospace;
	color: #006000;
	font-size: 13px;
	white-space: pre;
	background: #F2F2F2;
}

/*
	toggleApp
*/
#toggleApp {
	z-index: 1000;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	
}
#contentTA {
	width: 241px;
	position: relative;
	background: #6D84B4;
	border-bottom: 1px solid #3b5998;
	height: 36px;
}
#buttonTA {
	z-index: 10000;
	float: right;
	height: 36px;
}
#imgTA {
	border-left: 1px solid #3b5998;
	cursor: pointer;
	padding: 10px;
	padding-top: 11px;
	height: 16px;
	border-right: 1px solid #3b5998;
}
#textTA {
	font-size: 1.8em;
	font-weight: lighter;
	color: white;
	padding: 5px;
}
#chooseBoxTA {
	position: relative;
	z-index: 1000;
	display: none;
	border-top: 1px solid #3b5998;
	border-bottom: 1px solid #3b5998;
}
#contentCBTA {
	background: white;
	border-right: 1px solid #3b5998;
	max-height: 400px;
	overflow: auto;
}
.appCBTA {
	padding: 5px;
	padding-left: 10px;
}
.textCBTA {
	float: left;
	margin-left: 3px;
}

/*
	SPAM
*/
#spam {
	display: none;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 100%;
	z-index: 500000;
	min-height: 900px;
	z-index: 50000;
	
	
}
#contentSpam {
	margin: auto;
}
#buttonExitSpam
{
	position: absolute;
	top: 5px;
	right: 5px;
	color: black;
	cursor: pointer;
	background: black;
	text-align: center;
	padding: 8px;
	color: white;
	padding-top: 3px;
	padding-bottom: 4px;
	cursor: pointer;
}
#loaderSpam {
	display: none;
	width: 16px;
	margin: auto;
	height: 11px;
	margin-top: 50px;
	background: url(../img/ajax-loader.gif);
}
.typeSpamConteneur {
	
}


/*
MENU
*/
div #menuBG {
	background: url(../img/bgMoz.png);
 	font-weight: bold;
	 overflow-y: auto;
	 overflow-x: hidden;
	 position: fixed;
	 height: 100%;
	 width: 240px;
	 top: 37px;
	 left: 0px;
}

div#menu
{
	width: 241px;
	overflow-x: hidden;
	overflow-y: auto;
	 background: url(../img/bgMoz.png);
	 
}
div#menu #titre
{
	 margin: auto;
	 color: black;
	 padding: 5px;
}
div#menu #titre #nom
{
	 font-size: 2em;
}
div#menu #titre #service
{
	 font-size: 1.5em;
}
div#menu .subTitle
{
	padding: 5px;
}
div#menu .subTitle:hover .modifImg
{
	display: block;
}


div#menu .subLink
{
	 padding: 5px;
	 padding-left: 10px;
	 color: rgb(63, 110, 194);
}
div#menu .subLinkClick1
{
	
	color: black;
	background: #f7f7f7;
	border-top: 1px solid #d4dae8;
}
div#menu .subLinkClick1 #text
{
	 border-right: 1px solid #eee;
	 border-top: 1px solid #eeeeee;
	 padding: 5px;padding-top: 3px;
	 padding-left: 10px;
	 padding-bottom: 4px;
}
div#menu .subLinkClick2
{
	color: black;
	background: #eceff6;
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
}
div#menu .subLinkClick2 #text
{
	border-top: 1px solid #eceff6;
	padding: 5px;
	padding-top: 3px;
	padding-left: 10px;
	padding-bottom: 4px;
}
div#menu .img
{
	float: left;
	border: none;
}
div#menu .nameSubLink
{
	float: left;padding-top: 0px;padding-left: 4px;
	width: 200px;
}

/*
TASK BAR
*/
div#taskBar
{
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 240px;
	background: url(../img/barLink.png);
	border-top: 1px solid #dadada;
	border-right: 1px solid #dadada;
}
div#taskBar .imgTask
{
	float: left;
	height: 20px;
	width: 30px;
	border-right: 1px solid #dadada;
}


.optionTag {

	padding: 5px;padding-left: 10px;
}

.optionTag:hover {

	padding-top: 4px;
	padding-bottom: 4px;
	border-top: 1px solid #3b5998;
	border-bottom: 1px solid #3b5998;
	background: #6D84B4;
	color: white;
	cursor: pointer;

}


/*
ERREUR 404 PAGE
*/
div#err404
{
	 width: 570px;
	 margin: auto;
}
div#err404 #img
{
	float: left;
	background: url(../img/fork-3-icon.png);
	height: 256px;
	width: 256px;
}
div#err404 #textBox
{
	float: left;
	font-size: 4em;
	color: black;
	margin-left: 30px;
}
div#err404 #msg
{
	font-size: 0.4em;
}

/*
No Infos Box
*/
div.noInfosBox
{
	 padding: 10px;
	 text-align: center;
	 font-size: 2em;
}
div.noInfosBox #text
{
	color: #E5E5E5;
}