@charset "utf-8";
/* CSS Document */
/*	Général		*/

body {
	padding:0;
	margin:0;
}
a {text-decoration:none;}
a:link,a:visited {color:#00CCFF;}
a:hover {color:#CC6633;}
p,h1,li,ul,h2 {
	font-family:"Comic Sans MS", cursive,sans-serif;
	font-weight:bold;
	margin:0;
	padding:0;
	font-size:14px;
	color:#25313b;
}
textarea {
	resize:none;}
img {border:none;}

input {
	width:200px;}
.input {
	width:500px}

/*	Main		*/
#main {
	width:1024px;
	margin:0 auto;
}
/*	Header		*/
div#header {
	height:200px;
	background:url(images/header.png) no-repeat top;
	}
div#menu {
	height:40px;
	text-align:center;
	}

.bout {
	height:30px;
	width:150px;
	display:inline-block;
	background:url(images/bouton.png) no-repeat;
}
.bout-1 {background-position:left top;}
.bout-2 {background-position:-150px top;}
.bout-3 {background-position:-300px top;}
.bout-4 {background-position:-450px top;}
.bout-5 {background-position:-600px top;}
.bout-6 {background-position:-750px top;}
.bout-7 {background-position:-900px top;width:124px;;}
.bout-1:hover {background-position:left bottom;}
.bout-2:hover {background-position:-150px bottom;}
.bout-3:hover {background-position:-300px bottom;}
.bout-4:hover {background-position:-450px bottom;}
.bout-5:hover {background-position:-600px bottom;}
.bout-6:hover {background-position:-750px bottom;}
.bout-7:hover {background-position:-900px bottom;width:124px;}
/*	Content		*/
.index_img img {max-width:500px;margin:2px;}
p.index_img {text-align:center;}
div.top {background:url(images/box_t.png) no-repeat;height:30px;}
div.top p {
	font-size:14px;
	font-weight:bold;
	color:#000;
	}
div.spacer {height:6px;}
div.box_b {background:url(images/box_b.png) no-repeat;height:10px;}
div.cont1 .title {
	width:870px;
	float:left;
	padding-left:3px;
	}
div.cont1 .date {
	text-align:right;
	width:147px;
	float:right;
	padding-right:3px;
	}
div.cont1 .date p {color:#fff;}
div.cont1 .content {
	background:url(images/box_m.png) repeat;
	padding:0 5px;
	clear:both;
	}
div.cont1 .content li {margin-left:15px;}
div.cont1 .content td img {max-width:300px;}
.service b {color:#598e94;}
.service ul,li {font-size:14px;}
.bottomspace {margin-bottom:10px;}
div#footer {
	background:url(images/footer.png) no-repeat;
	height:151px;
	min-width:1024px;
	display:table-cell;
	text-align:center;
	vertical-align:middle;}
