/* Design by Brian Diaz of Media 65 @ http://www.m65.net  All Rights Reserved */
@import url(layouts.css);
@import url(components.css);
@import url(modules.css);
@import url(navigation.css);
@import url(misc.css);
@import url(forms.css);

/* #######################  GENERAL SETTINGS ############################ */
html{height:100%;}

body{
	margin:0px;
	height:100%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	color: #666;
	background-image: url(../images/PixelBleu.png);
	background-repeat: repeat;
}

/*  Heading Formatting */
h1 {font-size:1.9em;line-height: 0.8em;font-weight: 900;color: #000;}
h2 {font-size:1.7em;line-height: 0.8em;font-weight: 900;color: #000;}
h3 {font-size:1.2em;line-height: 0.2em;font-weight: 900;color: #006699;}
h4 {font-size:1.4em;line-height: 0.8em;font-weight: 900;color: #000;}
h5 {font-size:1.3em;line-height: 0.8em;font-weight: 900;color: #000;}
h6 {font-size:1.2em;line-height: 0.8em;font-weight: 900;color: #000;}
h7 {
	font-size:14pt;
	font-weight: normal;
	color: #FFFFFF;
	background-image: url(../images/TitreLogin.png);
	background-repeat: no-repeat;
	height: 28px;
	width: 300px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 10px;
	background-position: left center;
}

/*links*/
a:link {
	color: #0033CC;
	text-decoration: underline;
}

a:hover {
	color: #FF3300;
	text-decoration: underline;
}
a:visited {
	color: #0033CC;
	text-decoration: underline;
}

.lien_a:link {
	color: #ffffff;
	text-decoration: none;
	font-size: 9px;
}

.lien_a:hover {
	color: #ffffff;
	text-decoration: none;
	font-size: 9px;
}
.lien_a:visited {
	color: #ffffff;
	text-decoration: none;
	font-size: 9px;
}
.copyright {
	color: #ffffff;
	font-size: 9px;
}

fns_a:link {
	color: #000000;
	text-decoration: none;
	background-color: #CC9933;
	display: block;
	height: 50px;
	width: 50px;
}

fns_a:hover {
	color: #000000;
	text-decoration: none;
}
fns_a:visited {
	color: #000000;
	text-decoration: none;
}



img {border: 0 none;}

/* Clears Divs */
.clr{clear: both;}

.chronoform a:hover{
color:#ffffff;
}

.chronoform a:link{
color:#ffffff;
}

.chronoform a:visited{
color:#ffffff;
}

/* #######################  END GENERAL SETTINGS ############################ */

