/* ----------------------------- */
/* Definition General			 */
/* ----------------------------- */
body
{
/*	background-color: #000000;
*/	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
	color:#333333;
	background-image:url(/Styles/bg.jpg);
	background-repeat:repeat;
}

a {
/*	text-transform:capitalize;
*/	font-weight:bold;
	text-decoration: none;
	color: #003366;
}

a:hover {
/*	text-transform:capitalize;
*/	font-weight:bold;
	text-decoration: underline;
	color: #7c5c57;
}
a: visited {
/*	text-transform:capitalize;
*/	font-weight:bold;
	text-decoration: none;
	color: #003366;
}

h2
{
	font-weight: bold;
	font-size: 16px;
	font-variant:small-caps;
	text-indent: 0px;
	margin-top: 6px;
	margin-bottom: 8px;
	margin-left:0px;
	text-decoration: none;
	color: #006699;
}

/* ----------------------------- */
/* LE CONTENAIRE GENERALE    	 */
/* ----------------------------- */
#main
{
	width: 806px;
/*	background-image: url(shadow.gif);
*/	margin-left: auto;
	margin-right: auto;
}

/* ----------------------------- */
/* LE BANDEAU    				 */
/* ----------------------------- */
#header
{
/*
	background-image: url(header.jpg);
*/	width: 806px;
	height: 100px;
	background-repeat: no-repeat;
	position: relative;
}

#header h1
{
	position: absolute;
	bottom: 8px;
	right: 18px;
	font-size: 46px;
	color: white;
	margin-bottom: 0px;
}

#header h2
{
	
	position: absolute;
	bottom: 8px;
	left: 18px;
	font-size: 12px;
	color: black;
	margin-bottom: 0px;
}
#header h1.shadow
{
	color: black;
	bottom: 10px;
	right: 20px;
	opacity: 0.18;
	-moz-opacity: 0.18;
	_filter: progid:DXImageTransform.Microsoft.Alpha(opacity=18);
}

#header h1.shadow2
{
	color: black;
	bottom: 9px;
	right: 21px;
	opacity: 0.12;
	-moz-opacity: 0.12;
	_filter: progid:DXImageTransform.Microsoft.Alpha(opacity=12);
}

#header h1.shadow3
{
	color: black;
	bottom: 7px;
	right: 23px;
	opacity: 0.08;
	-moz-opacity: 0.08;
	_filter: progid:DXImageTransform.Microsoft.Alpha(opacity=8);
}
#awmAnchor-menu
{
	width: 785px;
	height: 23px;
	border-right: 1px solid black;
	border-left: 1px solid black;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
}

#login
{
	width: 778px;
	height: 20px;
	border-top: 1px solid black;
	border-right: 1px solid black;
	border-left: 1px solid black;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;;
	margin-bottom: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 7px;
	background-color: white;
    font-size: 9px;
    text-align:right;
	position: relative;
/*
	background-color: white;
	background-color: #7c5c57;
	background-image: url(nav_bg.jpg);
	*/
}

#login form {
    font-family: Andale Mono,sans-serif; 
    font-size: 9x;
	text-align:right;
	margin:0px;
	padding:0px;
	}
#login input {
    font-size: 9px;
}

#login h2
{
	position: absolute;
	top: 7px;
	left: 7px;
	font-size: 9px;
	font-weight:normal;
	font-variant:normal;
	color: black;
	margin: 0px;
	padding: 0px;
}

/* ----------------------------- */
/* Bloc Centrale				 */
/* ----------------------------- */
#white
{
	width: 785px;
	margin-left: 9px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	background-color: white;
	position: relative;
}

/* ----------------------------- */
/* Contenue du Bloc Centrale     */
/* ----------------------------- */

/*
 a, #sidebar a, #footer a
*/
/*
#content
{
	background-color: white;
	text-decoration: none;
	background-image: url(linkbg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
*/
#content
{
	float: right;
	width: 760px;
	margin-left: 7px;
	margin-right: 7px;
}



#content .leftColumn
{
	width: 360px;
	float: left;
	text-align: justify;
}

#content .rightColumn
{
	width: 360px;
	float: right;
	margin-right: 8px;
	text-align: justify;
}

#content p
{
/*	text-indent: 16px;
*/
	text-align:justify;
	margin-bottom: 6px;
	margin-top: 0px;
	margin-left: 8px;
	margin-right: 14px;
	line-height: 16px;
	color:#333333;
}

/* ajouté par rt */
#content li {
	text-align:justify;   
	line-height: 16px;
	color:#333333;
	margin-right: 14px;      
}

/* ajouté par rt */

#content p.title
{
	text-align: center;
	font-weight:bold;
	font-size: 20px;
	margin-top: 14px;
	margin-bottom: 0px;
}

#content p.subtitle
{
	text-align: center;
	font-size: 15px;
	font-weight:bold;
	color: #0c5c66;
	margin-top: 0px;
	margin-bottom: 14px;
}

#content p.continue
{
	text-indent: 0px;
}

#content p.heading
{
	font-weight: bold;
	font-size: 14px;
	font-variant:small-caps;
	text-indent: 0px;
	margin-top: 6px;
	margin-bottom: 8px;
	text-decoration: none;
	color: #006699;
}

#heading
{
	font-weight: bold;
	font-size: 14px;
	font-variant:small-caps;
	text-indent: 0px;
	margin-top: 6px;
	margin-bottom: 8px;
	text-decoration: none;
	color: #006699;
}


#footer
{
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #000000;
	
	padding: 4px;
	margin-left: auto;
	margin-right: auto;
	
	clear: both;
	background-color: #fafafa;
	color: #666666;
	text-align: center;
}

#clear
{
	clear: both;
}

#footerImage
{
	width: 804px;
	height: 35px;
/*
	background-image: url(footer.jpg);
*/	margin-left: auto;
	margin-right: auto;
	margin-bottom: 18px;
}

/* -------------------- */
/* RAJOUTER PAR DB_EDIT */
/* -------------------- */
	
.Level_2 {
	font-family:verdana,arial,sans-serif; 
	font-size: 18px;
	color: #990000;
	font-weight: bold;
}

.white {
	font-family:verdana,arial,sans-serif; 
	font-size: 17px;
	font-weight: normal;
	color:#FFFFFF;
}
.submit{
	font-family:verdana,arial,sans-serif; 
	font-size:13px;
	color:#000000;
	background-color:#FF3300;
	font-weight:bold; 
	cursor:hand;
	border-width:1;
 	border-style:ridge;
 	border-color:#000000;
}

.footer {
	font-family:verdana,arial,sans-serif; 
	font-size: 11px;
	font-weight: normal;
	color:#990000;
}

.out {
	font-family:verdana,arial,sans-serif; 
	font-size: 13px;
	font-weight: normal;
	color:#990000;
}
.index {
	font-family: "Verdana";
	font-size: 13px;
	font-weight: normal;
	color:#FFFFFF;
	text-decoration: none;
}

.next {
	border: thick solid #990000;
}

#CF_Form {
	z-index:5;
	display: inline;
	margin: 0px;
}

form {
	z-index:5;
	display: inline;
	margin: 0px;
}
.menu_link {
	font-family:verdana,arial,sans-serif; 
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	margin: 3px;
}

.menu_link_orange {
	font-family:verdana,arial,sans-serif; 
	font-size: 11px;
	color: #F79966;
	text-decoration: none;
	margin: 3px;
}
select, option {
	background-color:white;
	color:dark;
	font-family:verdana,arial,sans-serif; 
	font-size: 11px;
	z-index:5;
}

	P {
	text-align:justify;
	}
/* BEGIN Mailing.php ---------- */
	#navlist
	{
	padding: 0 0 0 20px;
	margin: 0;
	background-color: transparent;
	font-family: verdana,sans-serif;
	font-size: 12px;
	}

	#navlist li
	{
	display: inline;
	list-style: none;
	padding: 0;
	margin: 0;
	}
	#navlist li a
	{
	background-color: #CCCCCC; 
	text-decoration: none;
	border: 1px solid #000;
	padding: 0 4px 1px 4px;
	margin: 0 2px;
	background-color: #FFF;
	/*color: #FFFFFF;*/
	}

	* html #navlist li a { padding: 0 4px; }

	#navlist li a:hover
	{
	background-color: #918F8C;
	color: black;
	}
/* END Mailing.php ---------- */	

