* {
	margin: 0px;
	padding: 0px;
}

html, body {
	/*overflow: hidden;*/
}

body {
	background-color:#740001;
	font: 11px Arial, sans-serif;
	color: #000000;
	background-image:url(../im/background-oxymedia.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-attachment:fixed;
	text-align:center;
}

h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
  margin-top: 28px;
	color:#d50019;
}

p {
	font-size: 11px;
	margin-bottom: 6px;
	color: gray;
}

#fermer {
	position: absolute;
	bottom: 0px;
	width: 50%;
	left: 25%;
	text-align: center;
	font-size: 10px;
}

img {
	border: none;
}

a, a.visited {
	color:#525252;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#col_top
{
	width:281px;
	height:45px;
	margin:auto auto auto auto;
	background-image:url(../im/col_top.png);
}


#col_middle
{
	text-align:center;
	background-image:url(../im/col_middle.png);
	width:281px;
	margin:auto auto auto auto;
}

#col_middle img
{
  /*margin-left:55px;*/
}

#col_middle span
{
	margin-bottom:15px;
}

#col_middle #tel
{
	margin-top:10px;
	color:#d50019;
	font-size:21px;
	font-weight:bold;
}

#col_middle #mail
{
	color:#ec7404;
	font-size:15px;
	font-weight:bold;
}

#col_middle strong
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 12px;
/*	text-transform: uppercase;*/
	margin-top:5px;
	color:#000000;
	display:block;
}

#col_bottom
{
	background-image:url(../im/col_bottom.png);
	width:281px;
	margin:auto auto auto auto;
	height:44px;
}

