﻿
/* Template CSS */

* {
	margin:0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
body {
	font-size:12px;
	font-family:"Myriad Pro", "Myriad Pro Cond", "Myriad Pro Light", "Myriad Web Pro";
	color:#000;
	width:100%;
	background-color: #808080;
	background-image: url("//www.csmacampagne.be/image/csmc-2.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-origin: padding-box;
	background-size: auto auto;
	height:500px;

}

h1 {font-size:16px; line-height:22px; margin:10px 0;}

h2 {
	font-size:24px;
	line-height:17px;
	margin:10px 0;
}

h3 {font-size:12px; line-height:15px; margin:15px 0 5px;}

a {text-decoration:none; color:#000;}

a:hover {color:#972321;}

p {
	margin-bottom:5px;
	text-align:justify;
}
sup {vertical-align:super; font-size:0.8em;}


#containeur {
	width:920px;
	overflow:hidden;
	margin-top: 80px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	min-height: 100%;
	background-color: #c8c8c8;
	background-image: url("//www.csmacampagne.be/image/fond.gif");

}

#logo {
	height:140px;
	width: 920px;
	float: left;
	padding-top: 0px;
	padding-right: 0pt;
	padding-bottom: 20px;
	padding-left: 0pt;
}

#mc {
	width:920px;

}


#mc div {
	float:left;
	width:430px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	a:hover {color:#972321;}

}

}

#mc h2 {
	padding-bottom:5px;
	font-weight:bold;
	border-bottom-width: thin;
	border-bottom-style: none;
	border-bottom-color: #595B62;
	color: #000;
}

#containeur #mc div p {
	font-size: 18px;
	a:hover {color:#972321;}
}
#containeur #mc div {
	font-size: 18px;
	a:hover {color:#972321;}
}

a.blanc
{
color: #ffffff;
text-decoration: none
}

a.blanc:hover
{
color: #972321;
font-weight: bold;
}



