/*
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 Verdana, 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% 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:Verdana, Arial, Helvetica, sans-serif;
	color:#0a4c7e;
	font-size:12px;
}

a {
	color:#a71720;
	text-decoration:underline;
}

a:hover{
	color:#0a4c7e;

}
.bgwhite a {
	color:#a71720;
	background-color:#fff;
}
.bgwhite a:hover{
	color:#0a4c7e;
	background-color:#fff;
}

#footer {
	font-size:77%;
	color:#0a4c7e;
	text-align:right;
	margin-top:8px;
}

#footer a {
	font-size:102%;
	color:#a71720;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:none;
/*	background-color:#a71720;
	color:#fff;*/
}

/*---------------------------------------------- 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:#ffffff;}
.black		{color:#000000;}
.grey		{color:#898989;}
.blue		{color:#0a4c7e;}
.rouge		{color:#a71720;}


.allCaps {text-transform:uppercase;}
.bold {font-weight:bold;}

/*---------------------------------------------- Title */

h1 {
	font-size:14px;
	letter-spacing:0px;
	line-height:20px;
	font-weight:bold;
	color:#0077c0;

}
h2 {
	font-size:12px;
	line-height:12px;
	color:#a71720;
	margin-bottom:0px;
	padding:0 0 3px 0;
}
.smalltitle {
	font-size:12px;
	line-height:12px;
	color:#a71720;
	margin-bottom:0px;
	padding:0 0 3px 0;
	font-weight:bold;
}





/*h2:hover {
	border-bottom:1px dashed #0077c0;
	background-color:#E7F0F7;
	background-image:url(bg_side.gif);
	background-repeat: no-repeat;
	padding: 0 0 0 10px;
}*/

h3{
	font-size:92%;
	color:#0a4c7e;
	font-weight:bold;
}

h4 {
	font-size:18px;
	letter-spacing:0px;
	line-height:30px;
	font-weight:bold;
	color:#0077c0;

}
h5.artistlink {
	font-size:16px;
	line-height:20px;
 	float:left;
	margin-right:5px;
}
.artistlink a {
	color:#a71720;
}
.artistlink a:hover {
	color:#0a4c7e;
}
p { 
	padding:5px 0 5px 0;
}

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

strong, b{
	padding:12px 0 6px 0;
	font-weight:bold;
}
#links .strong {
	color:#2A2321;
	font-weight:bold;
	padding:0 0 6px 0;
 	line-height:normal;
}
/*---------------------------------------------- FORM */
.input {
	border: #a71720 1px solid;
	background-color:#fff; 
	color:#a71720;
	font-size: 12px; 
	width:360px;
	padding:2px;
	margin-top:3px;


}
.textarea {
	border: #a71720 1px solid;
	background-color:#fff;
	color:#a71720;
	font-size: 12px; 
	width:360px;
	height:180px;
	padding:2px;
}
