/* Auteur :: Jamal El Mamouni */


body {
	margin-top: 10px;
	font-family: Times New Roman;
	font-size: 12pt;
	color: #000000;
	background: #009BFF;
}

.outline {
  padding-left: 20px;
  padding-right: 20px;
  background: #ffffff;
}


input, select {
	font-size: 10pt;
	background-color:#00FFFF; 
	COLOR: #000000;
}


TEXTAREA {
	font-size: 10pt;
	background-color:#cccccc; 
	COLOR: #000000
}

p {
	font-family: Times New Roman;
	font-size: 12pt;
	color: #000000;
}



a.menulink {
	font-family: Times New Roman;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

a.menulink:active {
	font-family: Times New Roman;
	font-size: 12pt;
	font-weight: bold;
	background: #00FFFF;
	text-decoration: none;
}

a.menulink:over {
	font-family: Times New Roman;
	font-size: 12pt;
	font-weight: bold;
	color: #00FFFF;
	text-decoration: none;
}







a:link {
	font-family: Times New Roman;
	font-size: 12pt;
	color: #000000; text-decoration: underline ;
	font-style: italic ;
	font-weight: bold;
}

a:visited {
	font-family: Times New Roman;
	font-size: 12pt;
	color: #000000; text-decoration: underline ;
	font-style: italic ;
	font-weight: bold;
}

a:over {
	font-family: Times New Roman;
	font-size: 12pt;
	color: #000000; text-decoration: underline ;
	font-style: italic ;
	font-weight: bold;
}