/* CSS Document */
#html,body {
	font-family: arial;
	font-size:12px;
	color:#0094d7;
	
	margin:0;
	padding:0;
	text-align:center;
} 
/*
div.main_container{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	text-align:left;
	
}*/
div.main_container{
width:1000px;
height:700px;
background-image:url("../images/desole.gif");
	background-repeat:no-repeat;
	background-position:middle;
	margin-left:auto;
	margin-right:auto;
}
div.header{
	height:366px;
	background-image:url("../images/desole.gif");
	background-repeat:no-repeat;
}

div.english_buttons
{
	width:1000px;
	height:20px;
	margin-left:auto;
	margin-right:auto;
	display:none;
}

div.french_buttons
{
	width:1000px;
	height:20px;
	margin-left:auto;
	margin-right:auto;
	display:none;
}

#hd_spacer{
	width:1000px;
	height:20px;
	margin-left:auto;
	margin-right:auto;
}

div.left_pane{
	width:348px;
	float:left;
}

div.right_pane{
	width:648px;
	float:right;
}

#cancelled{
	text-align:left;
}

div.footer{
	height:30px;
	position:relative;
	display:block;
}

div.boxing
{
	width:80%;
	margin:0;
	padding:0;
	margin-left:auto;
	margin-right:auto;
}

#french_left
{
	position:relative;
	display:block;
	width:348px;
	height:500px;
	background:#ffffff;
	color:#023282;
}


div.english_left
{
	position:relative;
	display:none;
	width:330px;
	background-image:url("../images/index_bk.gif");
	background-repeat:repeat;
}

div.veil
{
	position:absolute;
	top:0px;
	left:0px;
	background:#ffffff;
	z-index:97;
	filter:alpha(opacity=60);
	opacity:0.6;
	height:1600px;
	width:1000px;
}


#accueil_fr
{
	position:relative;
	height:520px;
	background:#ffffff;
}

.title
{
	color:#ffffff;
	background:#7fc34e;
	text-align:left;
	padding-left:10px;
	font-weight:bold;
	font-size:2em;
	line-height:48px;
}

.title_left_pane
{

	background:#8f8e8e;
	text-align:left;
	padding-left:10px;
	font-weight:bold;
	font-size:2em;
	font-style:italic;
	line-height:48px;
	color:#ffffff;
}
.ital_inner
{
	font-style:italic;
	font-weight:bold;
}

/* CSS Document */

/* BUTTONS  */



.header_background
{
	position:relative;
	height:20px;
	font-size:1em;
	font-style:normal;
	font-weight:bold;
	padding:0px;
	margin:0px;
	cursor:hand;
	cursor:pointer;
	text-decoration:none;	
	text-align:left;
	top:5px;
}

.header_container
{
	padding-left:5px;
	padding-right:5px;
	position:absolute;
}

.header_rightImage
{
	position:relative;
	top:0px;
	width:5px;
	height:20px;
	text-decoration:none;
	border:none;
	background:none;
}

.header_leftImage
{
	position:absolute;
	top:0px;
	text-decoration:none;
	border:none;
	left:0px;
	height:20px;
}

.header_button_enabled
{
	color:#084761;
}

.header_button_disabled
{
	color:red;
}
.header_button_on_mouse_over
{
	color:blue;
}

.header_button
{
	color:#0094d7;
	font-size:1.2em;
	text-decoration:none;
}

.header_button_on
{
	color:#01b7e0;
	font-size:1.2em;
	text-decoration:none;
}

.button_enabled
{
	color:#324837;
	text-decoration:none;
	
}
.button_on_mouse_over
{
	color:#0000CC;

}
.button_disabled
{
	color:#999999;
}
.buttonAnchor
{
	text-decoration:none;
}



