/* CSS Document */

/* v1.0 | 20080212 */

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-color: #000;
}
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;
}
/*-----------------------------------------------------------------------------*/

#container {
width:980px;
height:auto;
font-size:12px;
font-family:verdana;
margin:0 auto;
color:#fff;
}

.defilement {
width:940px;
height:30px;
margin:0 auto;
color:#000;
line-height:30px;
background-color:#fff;
}

#header {
width:980px;
height:222px;
background:url(../images/limo_03.jpg) 20px 0 no-repeat;
}

.img_droite {
float:right;
width:271px;
height:192px;
margin-right:20px;
}

#header h1 {
font-size:28px;
width:450px;
margin:5px 0 5px 224px;}

#header h2 {
font-size:14px;
margin-left:224px;
width:450px;
margin:5px 0 5px 224px;
color:#93c3e9;}

#header p {
margin:5px 0 5px 224px;
width:450px;}

.left {
width:120px;
height:600px;
margin-left:20px;
background-color:#fff;
float:left;
}

#center{
width:698px;
height:auto;
float:left;
}

.blc_info {
width:624px;
height:280px;
background-color:#fff;
color:#000;
margin:0 auto;
padding:0;
}

.blc_info .info_descrip a {
background-color:#fff;
text-decoration:none;
color:#35b0ff;
}

.blc_info .info_descrip a:hover {
background-color:#fff;
text-decoration:none;
color:#71C6FF;
}

.blc_info h1 {
font-size:20px;
margin:10px;
background-color:#fff;
}

.blc_info p {
padding:10px;
background-color:#fff;
}

.lien_site {
margin-top:20px;
background-color:#fff;
}

.info_img {
width:336px;
height:280px;
float:left;
}

.info_descrip {
width:288px;
height:280px;
background-color:#fff;
float:left;
}

.blc_pub {
width:468px;
height:60px;
margin:20px auto 0 auto;
background-color:#fff;
}

.right{
width:120px;
height:600px;
margin-right:20px;
background-color:#fff;
float:right;
}

#footer {
width:980px;
height:100px;
}

#footer a {
text-decoration:none;
color:#35b0ff;
}

#footer a:hover {
text-decoration:none;
color:#71C6FF;
}

.sep {
width:300px;
height:20px;
margin:40px auto 0 auto;
}

.margin_t_20 {margin-top:20px;}

.float_l {float:left;}
.float_r {float:right;}

.clear {clear:both;}
