html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}



		body{
			
			height:1000px;
		
			font-family:Georgia;
			background-color:#696460;
		}
		
		#logo {
			margin-left:5px;
		}

	#site {
		background-color:#006AA9;
		border:1px solid white;
		margin:10px auto 0;
		width:1000px;
	}

		#col1 {
			background-color:#006aa9;
			background-image:url('../img/left.jpg');
			background-repeat:no-repeat;
			position:relative;
			z-index:150;
		}

		.col {
			float:left;
			background-color:white;
			min-height:750px;
		}

		#col1, #col3 {
			width:200px;
		}
		#col3 {
			background-image:url('../img/right.png');
			background-repeat:no-repeat;

		}

		#col2 {
			width:580px;
			padding-left:20px;

		}		

		#menu {
			text-align:right;
			margin-top:270px;
			padding-right:50px;

		}

		#menu, #menu li a {
			display:block;
			color:white;
			padding:5px 25px 5px 0;
			font-weight:bold;
		}

		#menu li a {
			text-decoration:none;

		}

		#logo {
			background-image:url('../img/logo.png');
			background-repeat:no-repeat;
			margin-top:20px;
			width:180px;
			height:59px;
		}

		#col2 h3 {
			font-size:20px;
		}

		h2.date {
			color:#0473b6;
			font-size:20px;
			font-style:italic;
			font-weight:bold;
			padding-left:15px;
			background-image:url('../img/fleche-droite.png');
			background-repeat:no-repeat;
			background-position:0 center;
		}

		h1.master-title {
			color:#0473b6;
			font-size:25px;
			margin-top:125px;
			margin-bottom:50px;
			font-weight:bold;
		}

		p.reseignement {
			color:#939393;
			font-family:trebuchet MS;
			font-size:14px;
			margin-bottom:40px;
		}

		h3.annonce {

		}

		p.infos-concert {
			margin:0;
			font-size:15px;
		}

		h4.details {
			font-size:18px;
			font-style:italic;
		}

		ul.details li span,ul.details li p  {
			color:black;

		}
		ul.details li {
			padding:10px 0;

		}

		ul.details li span.titre {
			text-transform:uppercase;
			color:#939393;
			font-size:14px;
			font-weight:bold;

		}

		ul.details {
			padding-left:40px;
			list-style-type:disc;
			text-transform:uppercase;
			color:#939393;
			font-family:Trebuchet MS;
		}

		ul.details li p {
			text-transform:none;
			padding:5px 0;
		}

		span.auteur {
			font-family:Trebucher MS;
			font-weight:bold;
				
		}


		#footer p{
			background-color:white;
		}
		#footer{
			position:relative;
			z-index:100;
			clear:both;
	
			background:transparent;
			padding-left:200px;
		}

		#tabs ul {
			height:50px;
		}
		
		#tabs ul li a {
			text-decoration:none;
			height:20px;
			margin:0px 5px;
		
		}
		#tabs ul li a:hover{
			background-color:#0548a1;
		}
		#tabs ul li {
			float:left;
		}
		
		h2.mail_to {
		  margin-left:100px;
      margin-top:100px;
		}
		
		#tabs ul li a{
			display:block;
			float:left;
			background-color:#C2C2C2;
			color:white;
			font-weight:bold;
			-moz-border-radius-topleft:  2px;
			-moz-border-radius-topright:    2px;
			-moz-border-radius-bottomright: 2px;
			-moz-border-radius-bottomleft:  2px;
			padding:0 5px;
			line-height:18px;
			font-size:12px;
			
		}

		#tabs h2 {
			font-size:18px;
			font-weight:bold;
			margin-top:20px;
			/*font-family:Trebuchet MS;*/
			color:#0473B6;
		}
		#tabs div {
			/*position:absolute;*/
			width:580px;
			padding-bottom:20px;
			
		}
		
		#envellope_contacts {
      background-color:white;
      background-image:url(../img/contacts.jpg);
      background-position:-4px -13px;
      background-repeat:no-repeat;
      height:705px;
      position:absolute;
      right:132px;
      top:11px;
      width:200px;
    }
		
		#tabs div p.fonction {
			font-style:italic;
			font-size:16px;
			color:#595b5b;
			margin-bottom:10px;
			clear:both;
		}
		a.pdf_bio {
		  float:right;
		  margin-right:30px;
		}
		p.article {
		  line-height:20px;
		}
		.bio h2 {
		  float:left;
		}
		

		
		ul.mail_to {
		  list-style-type:disc;
		  padding-left:20px;
		  margin-left:100px;
      margin-top:10px;
		}
		
		ul.mail_to li a:hover {
		  text-decoration:underline;
		  color:#0473B6;
		}
		
		ul.mail_to li a{
		  color:black;
		}
		
		ul.mail_to li{
		  line-height:25px;
		}
		
		#tabs div  p {
			padding:5px 0;
			font-family:georgia;
			line-height:20px;
		}
		
		#footer p.copyright {
			height:40px;
			padding-left:180px;
		}
		
		p.langue a img {
			position:relative;
			top:5px;
		}
		p.langue {
			float:right;
			line-height:18px;
			margin-top:-45px;
			margin-right:10px;
		}
		
		p.programe {
			margin:15px 0 35px 0;
			color:#939393;
			font-family:trebuchet MS;
		}
		
		div.sub {
			background-color:white;	
			float:left;
		
		}
		
		.master-title {
			text-transform:uppercase;		
		}

		.infos-stage {
			font-style:italic;
			color:#939393;
			font-weight:bold;
			margin:15px 0 35px 0;
		}
		
		ul.liens {
			margin:10px 0 40px 0;
			list-style-type:disc;
			padding-left:15px;
			
		}
		
		ul.liens li a span.name {
			font-weight:bold;
			
		}
		
		ul.liens li a:hover {
			text-decoration:underline;
			color:#5d87bb;
		}
		
		ul.liens li a {
			text-decoration:none;
			color:black;
			font-family:Trebuchet MS;
		}
		
		div.article {
			background-image:url('../img/presse.jpg');
			background-repeat:no-repeat;
			background-position:top left;
			margin-bottom:40px;
			font-family:Trebuchet MS;
		}
		
		
		#col2 div.article h2 .date-parution{
			font-size:14px;			
		}
		
		#col2 div.article h2 {
			font-size:18px;
			font-family:Georgia;
		}
		
		#col2 div.article h3 {
			font-size:14px;
			margin-bottom:10px;
		}
		
		div.article .head {
			padding-left:45px;	
		}
		
		.sub-title {
			margin-bottom:20px;
			font-size:14px;
			font-style:italic;
			margin-top:2px;
		}
		
		dl.repertoire {
			/*border:	2px solid #0349A1;
			-moz-border-radius-topleft:  5px;
			-moz-border-radius-topright:    5px;
			-moz-border-radius-bottomright: 5px;
			-moz-border-radius-bottomleft:  5px;
*/			
		}
		
		dd.separator {
			clear:both;
		}
		
		dl.repertoire dt { 
			float:left;
			width:130px;
			padding-left:20px;
			
			/*background-color:#0349A1;*/
			background-image:url('../img/puce.gif');
			background-repeat:no-repeat;
			line-height:12px;
		}
		
		dl.repertoire dd {
			margin-left:160px;
		}

		table.repertoire{
			border:	1px solid #0349A1;
			-moz-border-radius-topleft:  5px;
			-moz-border-radius-topright:    5px;
			-moz-border-radius-bottomright: 5px;
			-moz-border-radius-bottomleft:  5px;
		}
		
		table.repertoire td.auteur {
			color:white;
			padding:5px 10px;
			background-color:#0349A1;
	
		}

		table.repertoire td {
			padding:0 10px;	
		}

		table.repertoire {
			background-color:#E2EDFB;
			margin-bottom:50px;
		
		}
		
		hr.media {
			border:none;
			border-top:3px dotted #AFCFE4;
			margin:20px 0;
		}
		
		#tabs div p.complement {
			padding:0;
		}
		
		
		
		
		
		
		
		
		
		
		#content .right {
float:left;
}
		
		
#content .left {
	clear:both;	
	float:left;
	padding-left:0px;
	width:125px;
}
		
		

.thumb-container a img.curent_thumb, .thumb-container a img:hover {
  margin:-2px 0 0 -2px;
  border:2px solid #4194F0;	
}
		
.thumb-container a img {
	height:35px;
	width:35px;
}
		
.thumb-container {
  height:35px;
  width:35px;
  float:left;
  margin : 2px;
  padding: 1px 0 0 1px;
}

.date {
  color:black;
  font-weight:bold;
  font-family:"Georgia";
}
#img-big {
  width:450px;
  height:333px;
  background-image:url('../img/big-back.png');
}
#image-big {
  margin: 2px 0 0 1px;
}
#dec {
  padding-top:5px; 
}

#loader {
  margin:140px 0 0 205px;
  
}

.bold {
	font-weight:bold;
	}


.italic {
	font-style:italic;
}
		
div.medias .infos {
	margin : 20px 0;	
}

p.stage-contact {
  font-size:12px;
margin-top:-25px;
}
