@charset "utf-8";
/* CSS Document */

/* Conception Thor Média */

html{
	background-color:#FFFFFF;
}

body {
	background:url(../images/interface/thor_bleu_web.gif) no-repeat left bottom;
	min-height:1020px;
	width:960px;
	font:12px/15px Verdana, Arial, Helvetica, sans-serif;
	color:#0066FF;
	margin:10px auto;

}

h1{
	padding-top: 15px;
	font-size:200%;
	color:#0033CC;
}

h2{
	font-size:150%;
}

h3{
	font-size:130%;
}

h2,h3,p,div,ul {
	padding-top:0;
	padding-bottom:5px;
}

p{
	text-align:justify;
	word-spacing:3px;
}

ul{
	list-style-type:square;
}

a {
	color:#0066FF;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color:#333;
}

div#header{
	height:150px;
	position: relative;
}
div#logo{
	background:url(../images/interface/thor_media.png) no-repeat;
	height:150px;
	width:350px;
	float:left;
}
div#logo span{
	display:none;
}


div#contenu{
	width:960px;
	min-height:675px;
	padding-top:20px;
	padding-bottom:135px;
}

ul#menu {
	/*background-image: url(../images/interface/bt1_2.gif);
	background-repeat:  repeat-x; */
	height:30px;
	margin:0;
	padding:0;
	list-style-image:none;
	list-style-type: none;
}

ul#menu li{
	float:left; /* pour IE*/ 
}

ul#menu a{
	background-image: url(../images/interface/bt1_2.gif);
	background-repeat:  repeat-x;
	text-decoration:none;
	text-align:center;
	font-weight:normal;
	color:#005dab;
	font-size:150%;
	width:191px;
	height:28px;
	padding-top:10px;
	display:block;
	margin-top: 90px;
	border:solid 1px #005dab;
	margin-left: 5px;
}

ul#menu a:hover {
	background-image:url(../images/interface/bt1_1.gif);
	background-repeat:repeat-x;
	color: #000000;
	text-decoration:none;
}


		
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

ul#menu a.now {
	background-image:url(../images/interface/bt1_1.gif);
	background-repeat:repeat-x;
	color:#000000;
}

address {
	position:relative;
	font-size:80%;
	text-align:center;
	text-transform:uppercase;
	padding-left: 100px;
	padding-bottom:40px;
	bottom:0px;	
}