/* @override http://www.modemplois.fr/themes/ModEmplois/style.css */

html
{ 
	background-color: white;
}

body {
	font-family: Verdana, Geneva, Lucida, Helvetica, Arial, sans-serif;
	font-weight:normal;
	font-size: 12px;
	color:black;
	margin:0px 0px 0px 0px;
	padding:0px;
}

h1, h2, h3, h4
{
	color: #333;
	margin-bottom: 0;
}

h1
{
	padding-bottom: 3px;

}


h2 {
	font-size: 12pt;
	text-align:center;
	margin-top:5px;
	color:#91A0A3;
}

h3 {
	font-size: 14px;
	text-align: left;
	color:#D8DFF5;
	font-weight: normal;
	font-style: normal;
}

a
{
    color: #cc3333;
	text-decoration: none;
}
.label{
	color:#91A0A3;
	margin-right: 5px;
	margin-left:5px;
	font-size: 10px;
}
.label-error{
	font-size:10px;
	color:red;
	margin: 0;

}
#page{
	width:1000px;
	margin:0 auto;
	overflow:hidden;
 

}
#header {

	font-size: 30px;
	color: #666;
	height:150px; 
	background-repeat: no-repeat;
	font-weight: bold;
}

#header  #main-logo{
	 
	margin-left: 46px;
	margin-top: 20px;
	float:left;
	height:124px;  
	width:284px;
	cursor:pointer;
	background: url(mainLogo.png) no-repeat;	
	
}

#header #connexion-box{	
		
	
	float:right;
	height: 75px;  
	width:345px;
	background:url("connexion.png") no-repeat top center;
}
#header #connexion-box p{	
	width:100px;
	float:left;
	text-align:center;
	margin-left:10px;
	margin-top: 0;
}
#header #connexion-box .submitLogon{
	float:right;
	border:none !important;
	margin-right:35px;
}
#header #connexion-box .label{	
	width: 110px;
	display:block;
	font-weight: normal;
	font-style: normal;
	margin-top: 15px;
	position: relative;
	float: none;
	text-align: left;
	margin-left: 20px;
	height: 15px;
}
#header #connexion-box input{
	margin-top: 0;
	display:block;
	border: 1px solid #B3B3B3;
	margin-left: 20px;
}
#content { 
	 width:1000px;
	 height:100%;
}

#footer {

	clear:both;
	color: #a9a9a9;
	font-size:8pt;
	text-align:left;
	width: 994px;
 
	height: 65px;
	margin:0 auto;
	background-color: #FAFAFA;
}
#footer  #usefull-link { 
	margin-left: 40px;
}
#footer  #usefull-link a{

	text-decoration : none;
	margin-left: 30px;
	color: #a9a9a9;
}
#footer  #usefull-link a:hover{
	text-decoration:underline;
}
#footer  #usefull-info{
	margin-left:10px;
}

#controles{
	
	 width:630px;
	 height:75px;
	 float:right;
	 margin-right:20px;
	 margin-top:10px;
}
.controles-panel{
	 width:630px;
	 height:75px;	
	background-color:pink;	 
}
