@CHARSET "UTF-8";


body{
	font-family:"Verdana","Sans","LucidaGrande","Arial","Helvetica","sans-serif";
	font-size:9pt;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
/*	background-image:url(http://bafa-bafd.net/cal/www/themes/ifac/img/background.png);*/
	margin: 0;
    padding: 0;
    cursor: default;
}

p{
	text-align: justify;
}



/* ---------
/* Conteneur
/* --------- */

td.block_top_left {
	width: 6px;
}

td.block_top {
	height: 5px;
}

td.block_top_right {
}

td.block_right {
	width: 8px;
}

td.block_bottom_right {
	height: 5px;
}

td.block_bottom {}

td.block_bottom_left {}

td.block_left {}

td.block_content {
	background-color: white;
}


#footer{
	width: 100%;
	border-top: 1px dotted #CCC;
	padding: 2px;
	text-align: center;

	}



/* ---------------
/* Titres et liens
/* --------------- */

td.title {
	width: 100%;
}

.title {
	font-size: 14px;
	color: #663C00;
	font-weight: bold;
	border: 1px solid #663C00;
	padding: 3px;
	margin-bottom: 10px;
}

h2 {
	background-image: url(http://bafa-bafd.net/cal/www/themes/ifac/img/title_underline.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	font-size: 11pt;
	height: 22px;
	margin-left: -10px;
	color:#4B78BE;
}

h3 {
	font-size: 9pt;
	height: 18px;
	margin-left: -10px;
	color:#4B78BE;
}

a{
	color: #333333;
	text-decoration: none;
}

a:visited{
}

a:hover{
	color: #FF9600;
}




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


#menu{
	margin-top:-3px;
	_margin-top:-2px;
	padding:3px;
	min-height:20px;
	background-color:#663C00;
	color:#ffffff;
	font-weight: normal;
}

#menu a{
	color:#ffffff;
}

#menu a:hover{
	color:#FF9600;
}



/* --------------
/* Préinscription
/* -------------- */

.etape{
	color:#b0b0b0;
}

.etapeActive{
	color:#FF9600;
	font-weight: bold;
}




/* ------
/* Divers
/* ------ */

img{
	border: none;
}

input[type=text],input[type=password],input[type=listbox],textarea{
	border: 1px solid #B7C8CF;
	margin: 1px;
}

input[type=text]:focus,input[type=password]:focus,input[type=listbox]:focus{
	background-color: #F4F9FB;
	border: 1px solid #51889D;
}

input[type=text]:hover,input[type=password]:hover,input[type=listbox]:hover{
	border: 1px solid #51889D;
}

#photo-appro{
	float:right;
    margin-left:10px;
    margin-bottom:5px;
}