/*
Copyright (c) 2006, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 0.11.3
*/

/**
 * 84.5% for !IE, keywords for IE
 * Percents could work for IE, but for backCompat purposes, we are using
 keywords.
 * x-small is for IE < 6 and IE6 quirks mode.
 *
 */
body {font:11px Arial, Helvetica, sans-serif; *font-size:small;*font:x-small;}
table {font-size:inherit;font:100%;}

/**
 * 99% for safari; 100% is too large
 */
select, input, textarea {font:99% "Courier New", Courier, monospace;}

/**
 * Bump up !IE to get to 13px equivalent
 */
pre, code {font:115% monospace;*font-size:100%;}

/**
 * Default line-height based on font-size rather than "computed-value"
 * see: http://www.w3.org/TR/CSS21/visudet.html#line-height
 */
body * {line-height:1.22em;}



/*----------------------------------------------------------------*/
/*---------------------------------------------- BASE DE TYPOGRAPHIE
/*----------------------------------------------------------------*/


div, p, td, a {
	color:#666666;
	font-size:12px;
	}
a {
	color:#ff6561;	
}

a:link, a:visited {
	}

a:hover {
	
	}

#nav a{
	color:#ff6561;
	text-decoration:none;
	}

#nav a:hover{
	background-color:#ff6561;
	color:#fff;
	padding-left:5px;
	}

/*#siteNav_d a {
	font-size:16px;
	font-weight:bold;
	background-color:#c0e430;
	color:#000;
	}

#siteNav_d a:hover {
	background-color:#fff;
	color:#c0e430;
	}

.txtdate {
	font-size:14px;
	font-weight:bold;
	}
*/
p { 
	padding:0px 0 0px 0;
	margin: 10px 0 20px 0;
	text-align:justify;
	
}

/*.item { 
	padding:2px 0 12px 0;
	}*/

#bottom {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#427f91;
	font-size:10px;
	}

#bottom a {
	font-size:10px;
	}
#bottom a:hover {
	}
hr {
	border:solid 1px #033B78;
	background-color:#033B78;
	height:1px;
}	
ul {
	font-size:14px;
	list-style-type: none;
	margin-left:0px;
	padding-left:0px;
	margin-top:0px;
	margin-bottom:5px; 
}
li { line-height:11px; }

/*---------------------------------------------- Fonts size  */

.T9{font-size:9px;} /* si quelqu'un arrive connait le pourcentage, grand merci */
.T10{font-size:77%;}
.T11{font-size:85%;}
.T12{font-size:92%;}
.T13{font-size:100%;}
.T14{font-size:107%;}
.T15{font-size:114%;}
.T16{font-size:122%;}
.T17{font-size:129%;}
.T18{font-size:136%;}
.T19{font-size:144%;}
.T20{font-size:152%;}
.T21{font-size:159%;}
.T22{font-size:167%;} /* a l'oeil....si quelqu'un arrive connait le pourcentage, grand merci */

/*---------------------------------------------- Colors  */
.white		{color:#fff;}
.black		{color:#000;}
.grey		{color:#427f91;}
.blue		{color:#6acae8;}
.vert		{color:#c0e430;}

.allCaps {text-transform:uppercase;}
.bold {font-weight:bold;}
.negatif{
	background-color:#6acae8;
	color:#fff;
	line-height:16px;
	margin-top:5px;
	margin-bottom:5px;

}
.lettrespacing{
	letter-spacing:4px;
}
/*---------------------------------------------- Title */

h1 {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 3px;
	font-size: 14px;
	font-weight: bolder;
	letter-spacing:1px;
	color:#004592;
	border-bottom:1px solid #004592;
}
h2 {
	font-weight: bold;
	color: #004592;
	font-size: 13px;
	margin: 0px;
}
h3 {
	font-weight: bold;
	color: #004592;
	font-size: 13px;
	margin: 0px;
}
h2 a {
	font-weight: normal;
}


/*---------------------------------------------- FORM */
form {
	margin: 0px;
	padding: 0px;
}
select {
	border:solid 0px #c0e430;
	background-color:#c0e430;
	font-weight:bold;
	font-size:16px;
	width:210px;
	border-left-width:0px;
	border-right-width:0px;
	border-bottom-width:0px;
	border-top-width:0px;
	border-color:#c0e430;
	margin: 0px;
	padding: 0px;
}
.input {
	border: #0077c0 1px solid; 
	font-size: 10px; 
	width:360px;
	padding:2px;
	margin-top:3px;

}
.textarea {
	border: #0077c0 1px solid; 
	font-size: 10px; 
	width:360px;
	height:200px;
	padding:2px;
}
