@CHARSET "UTF-8";

body {
	
	color: gray;
	font-family: Helvetica, Arial, serif;
	font-size: 12px;
	background:url(../images/fond.png) repeat-x  #fff;
}

#main {
	position: relative;
	text-align: left;
	width: 1170px;
	margin-top: 0px;
	margin-left: auto; 
    margin-right: auto; 
	display: block;
}

#menu {
	
	font-family: Helvetica, Arial, serif;
	float: right;
	position: relative;
}
#menu2 {
	margin-left: 250px;
	font-family: Helvetica, Arial, serif;
	float: right;
	position: relative;
}

#header {
	width: 50px;
	float: left;
}

#header a {
	margin: 10px 10px 10px 10px;
	border: 0;
	text-decoration: none;
}

img {
	border: 0;
}
div#tool img.icone {
	padding-left : 5px;
	margin-left : 5px;
}

#tool {
	margin-top: 50px;;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 10px 0px 30px;
	width: 500px;
	height: 80%;
	/*border: 1px solid gray;*/

}

#content {
	margin-left: 50px;

}

html>body #tool {
	height: auto;
	min-height: 530px;
}

#redirect_url {
	width: 700px;
	text-align: left;
}

#reportform {
	padding: 5px;
	border-right: solid 1px gray;
	border-top: solid 1px gray;
	border-bottom: solid 1px gray;
	float: left;
}

#report {
	float: right;	
}

h1 {
	color: #68676C;
	font-family: Helvetica, Arial, serif;
	font-size: 16px;
}

h2 {
	color: #68676C;
	font-family: Helvetica, Arial, serif;
	font-size: 16px;
}

p {
	color: gray;
	font-family: Helvetica, Arial, serif;
	font-size: 12px;
}

ul {
	list-style: circle;
}

ul li.category {
	margin-top: 20px;
	font-weight: bold;
	border-bottom: solid 1px gray;
	list-style: none;
	margin-left: -20px;
	font-size: 13px;
	color: #c6c26a
}

a {
	text-decoration: none;
	font-size: 13px;
	font-family: Helvetica, Arial, serif;
	color: #56904c;
}

a:visited {
	color: #7ba0c0;
}

a:hover {
	color: #fff;
	text-decoration: none;
}

/*
input[type=text] {
	color: #C6163B !important;
}
*/
.resultat {
	color: #C6163B !important;
	overflow: auto;
	width: 800px;
	white-space: nowrap;
}

hr {
	width: 890px;
}

#index_p {
	margin-top: 50px;
	margin-left: 80px;
	text-align: center;
	font-size: 35px;
	font-family: Helvetica, Arial, serif;
	color: #gray;
}

#copyright {
	font-size: 10px;
	color: gray;
	margin-left: 560px;
}

p.p-no-marge {
	padding: 0;
	margin: 0 0 13px 0;
}

#mixesListe {
	width : 400px;;
	border: solid 1px gray;
}

li:hover {

    background-color: #ddd;
}

#welcome {

	margin-left: 100px;
	margin-top: 150px:

}

#login_boutton {
	padding-left: 10px;
	color: #3F3F3F;
	width: 182px;
	height: 40px;
	border: none;
	background:url(../images/login_input.png) repeat-x  #fff;
	font: 18px "Trebuchet MS";
	
}

#password_boutton {
	padding-left: 10px;
	color: #3F3F3F;
	width: 182px;
	height: 40px;
	border: none;
	background:url(../images/login_input.png) repeat-x  #fff;
	font: 18px "Trebuchet MS";
	
}

#login_submit{
	color: #3F3F3F;
	width: 110px;
	height: 40px;
	cursor: pointer;
	border: none;
	background:url(../images/login_input_ok.png) repeat-x  #fff;
	
}

#login_submit:hover{
	color: #3F3F3F;
	width: 110px;
	height: 40px;
	border: none;
	background:url(../images/login_input_ok_over.png) repeat-x  #fff;
	
}

#bouton_contact{
		float: right;
	margin: 10px;
	width: 194px;
	height: 51px;
	background: url(../images/bouton_contact.png) no-repeat;
	
}
#bouton_contact:hover{
	background: url(../images/bouton_contact_over.png) no-repeat;
	
}

#bouton_reporter{
		float: right;
	margin: 10px;
	width: 194px;
	height: 51px;
	background: url(../images/bouton_reporter.png) no-repeat;
	
}
#bouton_reporter:hover{
	background: url(../images/bouton_reporter_over.png) no-repeat;
	
}


#bouton_podcast{
		float: right;
	margin: 10px;
	width: 194px;
	height: 51px;
	background: url(../images/bouton_podcast.png) no-repeat;
	
}
#bouton_podcast:hover{
	background: url(../images/bouton_podcast_over.png) no-repeat;
	
}




