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

* {
	margin:0;
	padding:0;
	border:none;
}

body {
	margin:auto;
	padding:auto;
	width:800px;
	background-color:#FFF;
}

#whatsup {
	background-image:url(img/whatsupnov2010.png);
}

p {
	font-family:"Courier New", Courier, monospace;
	font-size:14px;
}

/*BLOC POUR MISE A JOUR*/
#whatsup {
	width:300px;
	height:300px;
}
/*---------*/

#menu {
height:93px;
background:url(img/menu.jpg) left top no-repeat;
margin-left:0;
margin-top:0;
}

#menu ul, #menu li {
margin:0;
padding:0;
list-style-type: none;
}

#menu ul {
position:absolute;
height:93px;
width:800px;
}

#menu li {
float:left;
}

#menu li a {
display:block;
height:93px;
}

#menu a:hover {
background:transparent url(img/menu.jpg) top left no-repeat;
}

#menu a#menu1{
display:block;
width:200px;
}

#menu a#menu2{
display:block;
width:200px;
}

#menu a#menu3{
display:block;
width:150px;
}

#menu a#menu4{
display:block;
width:250px;
}

#menu a#menu1:hover {
background-position:0px -93px;
}

#menu a#menu2:hover {
background-position:-200px -93px;
}

#menu a#menu3:hover {
background-position:-400px -93px;
}

#menu a#menu4:hover {
background-position:-550px -93px;
}



#colgch {
	width:500px;
	height:507px;
	float:left;
	background-image:url(img/fondcolgchhome.png);
}

#coldr	{
	width:300px;
	height:450px;
	float:right;
}

#blog {
	width:300px;
	height:80px;
	text-align:center;
}

#comic {
	font-size:18px;
	color:#666;
}

#facebook {
	width:300px;
	height:60px;
	text-align:center;
}

#twitter {
	width:300px;
	height:60px;
	text-align:center;
}


a {
	text-decoration:none;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}