* { margin: 0; padding: 0; }

.green {	color: #9EC630; }
.gray  {	color: #BFBFBF; }

body {
	background: rgb(21,180,255);
	color: #333; 
	text-align: center;
}

img{
	border: 0px;
}

fieldset{
	border: 1px solid rgb(0,155,0);
	padding: 10px;
	margin: 10px 0;	
}

legend{
color: rgb(0,155,0);
font-size: 16px;
font-family: Verdana, Helvetica, sans-serif;
}

a
{
  text-decoration: none;
}

a:hover
{
  text-decoration: none;
}

FORM
{
	display: inline;
}

#main {
	float: left;
	width: 549px;
	padding: 0; margin: 0;
	background-color: rgb(255,255,255);
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height:1.4em; 
}

#main h1 {
	font-family:arial;
	font-size: 22px;
	font-weight: bold;		
	color: rgb(0,118,236);
	margin-top:10px;
	margin-bottom:5px;
	text-align:left;
	/*margin-right:70px;*/
	padding-bottom: 40px;
}

#main h2 {
	font-family:arial;
	font-size: 17px;
	font-weight: bold;		
	color: rgb(0,118,236);
}

#main h3 {
	padding-bottom: 20px;
}

#main hr{
	width: 100%;
	text-align: center; 
	margin:auto; 
	border:0px;
	background-color: #076BA7;
}

#main h4 {
  padding-left:5px;
  margin-top:0px;
  margin-bottom:5px;
  font-size: 12px;
  color: rgb(255,128,0);
}

.fontLienFiche {
  font-size: 11px;
  color: rgb(255,74,1);
  font-weight: bold;
}


.titre {
  margin-top:0px;
  margin-bottom:5px;
  font-size: 11pt;
  color: rgb(255,128,0);
 /* background-color:#FFFFFF;*/
  padding:4px;
  /*border-bottom: 1px solid rgb(47,135,0);*/
  clear:both;
  width: 520px;
  height:15px;
  font-weight: bold;	
}

.tiretHorizontal{
	height: 1px;
	background-image: url('/images/tiret_h.gif');
	background-repeat: repeat;
	overflow:hidden;
}

.fontTitreFiche{
	font-family: Arial;
	font-weight: bold;	
	color: rgb(0,118,236);
	font-size: 14px;
}

.fontSsTitreFiche{
	color: rgb(10,50,100);
	font-weight: bold;
	font-size:12px;
}

#cadre_home{
	font-family: Arial;
	color: rgb(51,51,51);
	font-size: 10pt;
}

#cadre_header{
	font-family: Arial;
	color: rgb(51,51,51);
	font-size: 10pt;
}

.cadreMessageError{
	background : #ffea49 url(/images/icones/error.gif) 5px 9px no-repeat;
	color:rgb(255,0,0);
	font-weight: bold;
	border:1px solid rgb(255,128,0);
	padding : 10px 10px 10px 30px ;
	overflow:hidden;
}

.cadreMessageSuccess{
	background-color:rgb(169,254,173);
	color:rgb(0,0,0);
	border:1px solid rgb(48,207,100);
	padding:10px;
}

.cadreFiltre{
	height: 30px;
	background-color:rgb(255,255,223);
	color:rgb(0,0,0);
	border:1px solid rgb(56,140,0);
}

/******************************************************************************************/
/*************************************    POLICE    ***************************************/

.fontTexteRouge{
	color: rgb(255,0,0);
}

.fontTexteDefaut{
	color: rgb(51,51,51);
}

.fontTitreDefaut{
	font-family: Arial;
	color: rgb(22,56,124);
	font-weight: bold;	
	font-size: 13pt;
	z-index: 1;	
}

.fontLienNavigation 
{
	font-size: 12px;
	color: #808080;
	font-family: "Trebuchet MS", Arial;
	text-decoration:none ;
	padding-left : 5px;
	line-height : 20px;
}

.fontFlecheNavigation 
{
	font-size: 12px;
	color: #808080;
	font-family: "Trebuchet MS", Arial;
    font-weight:bold;
	line-height : 20px;
}

.bandeauTitre {
	text-align: center;
	font-size: 11pt;
	color: rgb(255,255,255);
	background-color:#FFFFFF;
	font-weight: bold;
}

/******************************************************************************************/
/*************************************    UPLOAD    ***************************************/

#upload_image {
	overflow: hidden;
	width: 270px;
	height: 140px;
	background-color: white;
}

#images {
	width: 290px;
}

#images div {
	width: 100px;
	height: 100px;
	border-style: solid;
	border-width: 5px;
	border-color: #DEDFDE;
	float: left;
	overflow: hidden;
}

#images div:hover {
	border-color: #529EBD;
}

.load {
	margin-left: 20px;
	margin-top: 12px;
}

.loaded {
	width: 60px;
	height: 40px;
}

#images div:hover {
	border-color: #529EBD;
}

.fontChampsObligatoire{
	font-family: Arial;
	color: rgb(255,0,0);
	font-weight: bold;	
	font-size: 9pt;
}

#onglet {
	width:600px;
	height:30px;
	padding-top:15px;
}

ul#tabonglet {
	list-style-type:none;
	margin:0;
	padding-left:0px;
	padding-bottom:30px;
	border-bottom:1px solid #999999;
}	

ul#tabonglet li#tab_unselect{
	float:left;
	background-color:#dcdcc3;
	margin: 2px 5px 0 0px;	
	border: 1px solid #999;
	padding:3px 10px 0px 10px;
	height:24px;
}

ul#tabonglet li#tab_current{
	float:left;
	background-color:rgb(244,243,228);
	margin: 2px 5px 0 0px;	
	border: 1px solid #999;
	border-bottom: 1px solid rgb(244,243,228);
	padding:3px 10px 0px 10px;
	height:24px;
}
