/* Reset du css */
html, body, form{
	margin: 0;
	padding: 0;
}
body {
	font-size:12px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
}
a{
	color:#00006e;
}
a:hover{
	color:#f8ac47;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

#header, #menu{
	margin:0 auto;
}

#wrapHeader{
	background:#f8ac47 url(/images/back_tab_haut.jpg) top left repeat-x;
	height:98px;
}

#header{
	width:970px;
	height:98px;
	background:url(/images/image_fade_haut.gif) right top no-repeat;
}

#header h1{
	margin:0;
	padding:0;
}

#header h1 a{
	display:block;
	width:219px;
	height:63px;
	background:url(/images/logo_pigiste.gif) left top no-repeat;
	margin-left:103px;
}

#header h1 a span{
	display:none;
}

#wrapHeader #menu{
	height:35px;
	margin-left:40px;
}

#wrapHeader #menu ul{
	margin:0;
	padding:0;
}

#wrapHeader #menu ul li{
	list-style:none;
	display:inline;
	float:left;
	line-height:25px;
}

#wrapHeader #menu ul li a{
	color:#00006E;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
	float:left;
	display:inline;
	padding:0 5px;
	line-height:25px;
}
#centerCol h2{	
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:0;
	padding:0 20px;
	color:#FFFFFF;
	font-size:19px;
	background:#f8ac47 url(/images/coin_jau.gif) right top no-repeat;
	height:29px;
	width:290px;
}
#coin{	
	background:#f8ac47 url(/images/coin_jau.gif) right top no-repeat;
	height:29px;
	width:37px;
}
#wrapHeader #menu ul li a:hover{
	color:#ffffff;
	text-decoration:none;
}
#recherche{
	float:right;
	display:inline;
}
#content{
	width:970px;
	margin:0 auto;
}

#leftCol{
	float:left;
	display:inline;
	width:160px;
	background:url(../images/left.gif) left top no-repeat;
	padding-top:50px;
}

#centerCol{
	float:left;
	display:inline;
	width:810px;
	text-align:justify;
}
#container{
	padding-left:20px;
}
#container h3{
	font-size:17px;
	margin-bottom:0;
	color:#00006e;
	font-weight:normal;
}
#container h4{
	padding:0;
	margin:0;
}

.mainContent{
	border:1px solid #f8ac47;
	padding:20px;
}
.spacer {margin-top:21px;}

#studio{
	width:143px; 
	height:300px;
	background:url(/images/montage_pic_jn.jpg);
	margin-top:21px;
}

#footer{
	text-align:center;
	margin-top:20px;
	font-size:10px;
}
#footer p{
	text-align:center;
}
#footer p a{
	color:#00006E;
	text-align:center;
	text-decoration:none;
	font-weight:bold;

	padding:0;
	line-height:25px;
}
#footer p a:hover{
	color:#000;
	text-decoration:underline;
}
.left{
	float:left;
	display:inline;
}
.right{
	float:right;
	display:inline;
}

.form_title{
	margin:0;
	padding:0 0 0 15px;
	line-height:25px;
	color:#FFFFFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:17px;
	background:#f8ac47;
}

.rubrique {
	font-family:tahoma,arial,helvetica, sans-serif;
	font-size:12px;
	color:#00000;
	margin-top: 2px;
	margin-bottom: 2px;
	text-decoration:none;
}

.rubrique a{
text-decoration:none;
}

.rubriquevide {
	font-family:tahoma,arial,helvetica, sans-serif;
	font-size:12px;
	color: #999999;
	margin-top: 2px;
	margin-bottom: 2px;

}

#topRepertoire p{
text-align:right;
}

#topRepertoire a {
text-decoration:none;
}

.styleJour{
color:#ccc;
font-size:15pt;
font-weight:bold;
}

#googleSearch{
float:right;
margin:-55px 0 0 0;
}

#repertoireColGauche{
float:left; 
border-left:solid 1px #F8AC47; 
padding-left:10px; 
margin-left:60px;
}

.sous-titre {
font-size: 13pt; 
font-weight: normal; 
color:#000000; 
margin:0; 
padding:0;}

.copy{
color:#666;
font-size:10px;
font-weight:normal;
}

.lienContent{
text-decoration:none;
}

.lienContent:hover{
text-decoration:underline;
}

.titre2{
color:#00006E;
font-size:17px;
font-weight:normal;
}

.normal-bold-gris {
color:#333;
font-size:9pt;
font-weight:bold;
}

.normal-bold{
color:#000;
font-size:9pt;
font-weight:bold;
}

.hidden{
display:none;
}

#imgRepertoire a{
background:url(/images/ico_rep_off.gif) left top no-repeat;
display:block;
width:155px;
height:50px;
}

#imgRepertoire a:hover{
background:url(/images/ico_rep_on.gif) left top no-repeat;;

}

#imgInscription a{
background:url(/images/ico_inscrip_off.gif) left top no-repeat;
display:block;
width:155px;
height:50px;
}

#imgInscription a:hover{
background:url(/images/ico_inscrip_on.gif) left top no-repeat;
}



/**/
.button{
	display:block;
	width:110px;
	height:24px;
	background:url(images/bouton_form_envoyer.gif) top left no-repeat;
	border:none;
	cursor:pointer;
}
.small{
	font-size:11px;
}
.red{
	color:red;
}
.clear{
	clear:both;
}