/*
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:13px Georgia, "Times New Roman", Times, 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% arial,helvetica,clean,sans-serif;}

/**
 * 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 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#2A2321;
}
a{
	color:#005481;
	text-decoration:none;

}
a:hover{
	color:#005481;
}


/* 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%;}

/* Colors  */
.white		{color:#FFFFFF;}
.black		{color:#2A2321;}
.blue			{color:#005481;}

.allCaps {text-transform:uppercase;}
.bold {font-weight:bold;}
.helv{ font-family:Helvetica, verdana, Arial, sans-serif;}

h1{
	font-size:197%;
	color:#2A2321;
	text-transform:uppercase;
	padding:0;
	margin:0;
	font-weight:normal;
}

h2{
	font-size:107%;
	color:#2A2321;
	font-weight:bold;
}
h3{
	font-size:92%;
	color:#2A2321;
	font-weight:bold;
}

p{ 
	line-height:140%;
	font-weight:normal;
	color:#2A2321;
}
strong, b{
	color:#2A2321;
	padding:12px 0 6px 0;
	font-weight:bold;
}
#links .strong {
	color:#2A2321;
	font-weight:bold;
	padding:0 0 6px 0;
 line-height:normal;
}
