/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

/*table*/
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, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption, tbody, tfoot, thead
 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/*redéfinition des styles:start*/
table,
tr, th, td
 {
	margin: 0;
	padding: 0;
	outline: 0;
	font-size: 100%;
	/*vertical-align: baseline;*/
	/*background: transparent;*/
}

/*sub-> supprimé*/
sup
{
/*position: relative;
top: 2px;*/
margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: top;
	background: transparent;
	font-size: 0.8em;
}


/*redéfinition des styles:end*/

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;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

/*
*/

body
{
background: url(images/bg_body.png) repeat-x;
color: #727376;
text-align: center;
font-family: arial, sans-serif;
font-size: 14px;
}

h1
{
text-transform: uppercase;
font-size: 20px;
margin-bottom: 10px;
}

.wrapper
{
width: 980px;
margin: 0 auto;
padding-top: 55px;
padding-bottom: 40px;
}

.logo
{
text-align: center;
margin-bottom: 30px;
}

.slogan
{
margin-bottom: 30px;
}

.content_text
{
line-height: 20px;
margin-bottom: 30px;
}

.content_text p
{
margin-bottom: 20px;
}

.contact
{
text-align: center;
}

.attendant
{
font-size: 30px;
margin-bottom: 20px;
}

.adresse
{
font-size: 24px;
margin-bottom: 15px;
}

.blocs_bas
{
width: 720px;
margin: 0 auto;
}

.bloc_bas
{
background-image: url(images/bg_contacts.png);
width: 331px;
height: 0;
padding-top: 116px;
overflow: hidden;
float: left;
margin-bottom: 40px;
}

.bureau_etude
{
background-position: -331px 0;
margin-left: 58px;
}

.real
{
clear: both;
border-top: 1px solid silver;
padding-top: 20px;
}

.real a
{
color: #727376;
}