/* -------------------------------------------------------------------

	m4m-provisoire.css
	Developpement xHTML/Css : Frédéric PACHOT (Synapz Communication - RENNES) pour Magic4Media - 2009
	Site developpé sur WebGazelle II (Cognix Systems - RENNES)

---------------------------------------------------------------------- */


body
{
	background: #fff url(http://www.magic4media.com/default/CMS/css/tpl16/../../images/m4m/common/background.jpg) no-repeat 50% 0pt;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	color:#000;
	font-size: 0.6em;
}

img
{
	margin:0;
	padding:0;
}

a
{
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	color: #1f9fd6;
	text-decoration:none;
	font-size: 1.2em;
}

a:hover,
a:focus
{
	text-decoration: underline;
}

h1
{
	color: #c2056d;
	font-size: 1.5em;
	line-height: 1.5em;
}

h2
{
	padding-top: 100px;
	color: #ccc;
	font-size: 1em;
}

.clear
{
	clear: both;
}

/*****************************************/

div#wrapper
{
	width:976px;
	text-align:center;
	margin-left: auto;
    margin-right: auto;
	padding-top: 420px;
}


/************ contact **************/

div#contact_wrapper
{
	margin: auto;
	width: 550px;
	padding: 20px;
	/*border: #c2056d solid 1px;*/
}


