body
{
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 12px;
	    text-align: justify;
	color:#231f20;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #fff;
	line-height:18px;
	margin:0;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #999;
}
a:active {
	text-decoration: none;
	color: #999;
}
#global
{
	margin-left: auto;
    margin-right: auto;
	background-color: #fff;
	width:940px;
	min-height:600px;
}
#header
{
	float:left;
	width:940px;
	height:110px;
	background-color: #fdd639;
}
#logo
{
	float:left;
	width:275px;
	height:110px;
	background-image: url(images/logo_3.png);
}
#menu
{
	float:right;
	width:550px;
	height:110px;
	/*background-color: #ff0000;*/
}
#banner
{
	margin-top:40px;
	float:left;
	width:940px;
	height:300px;
	background-image: url(images/banner.jpg);
	/*background-color: #fdd639;*/
}
#widget-home
{
	margin-top:40px;
	float:left;
	width:940px;
	height:300px;
}
#widget-hono
{
	margin-top:40px;
	float:left;
	width:940px;
	height:200px;
	margin-bottom:10px;
}
#widget
{
	margin-top:40px;
	float:left;
	width:940px;
	min-height:250px;
	margin-bottom:10px;
}
#w_1
{
	float:left;
	width:280px;
	min-height:240px;
}
#w_2
{
	float:left;
	margin-left:40px;
	width:280px;
	height:240px;
}
#w_3
{
	float:left;
	margin-left:40px;
	width:300px;
	height:240px;
}
#footer
{
	margin-top:60px;
	margin-bottom:20px;
	border-top: 5px solid #231f20;
	padding-top:15px;
	float:left;
	width:940px;
}





.w_titre
{
	border-bottom: 5px solid #fdd639;
	padding-bottom:15px;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 22px;
	color:#231f20;
	font-weight: 600;
	line-height:25px;
	
}

.w_titre_2
{
	border-bottom: 0px solid #fdd639;
	padding-bottom:15px;
	margin-left:97px;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 22px;
	color:#231f20;
	font-weight: 600;
	line-height:25px;
	
}

.w_contenu
{
	padding-top:20px;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color:#231f20;
	
}


.w_titre_contact
{
	padding-bottom:5px;
	margin-left:80px;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 22px;
	color:#231f20;
	font-weight: 600;
}

.w_contenu_contact
{
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color:#231f20;
	height:205px;
	background-image:url(https://www.avocat-schreder.be/admin/uploads/image/contact_bg.jpg)
}

#position_contact
{
	float:left;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 11px;
	margin-left:63px;
	margin-top:33px;
	color:#000;
	height:150px;
	width:150px;
}















/* Some stylesheet reset */
#nav, #nav ul {
	list-style: none;
	margin-top: 35px;
	margin-left:0px;
	padding: 0;
}


/* The main navigation bar */
#nav {
	position: relative;
	display: block;
	height: 50px;
	background: #fdd639;
}

#nav>li {
	display: block;
	float: left;
	position: relative;
}

/* The main navigation links */
#nav>li>a {
	/* Layout */
	display: block;
	padding: 11px;

	/* Typography */
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #000;
	text-transform: uppercase;
	text-decoration: none;
	
	/* Transitions */
	-webkit-transition: color .2s ease-in, border-top-color .2s ease-in;
	-ms-transition: color .2s ease-in, border-top-color .2s ease-in;
	-moz-transition: color .2s ease-in, border-top-color .2s ease-in;
	-o-transition: color .2s ease-in, border-top-color .2s ease-in;
	transition: color .2s ease-in, border-top-color .2s ease-in;
}

/* The hover state of the links */
#nav>li:hover>a {
	color: #666;
}




#page
{
	margin-top:40px;
	float:left;
	width:940px;
	min-height:100px;

}
#p_contenu
{
	float:left;
	width:600px;
	min-height:300px;
}
#p_contenu_2
{
	float:left;
	width:940px;
	min-height:100px;
}
#p_widget
{
	margin-left:40px;
	margin-top:33px;
	float:left;
	width:300px;
	min-height:300px;

}

.p_contenu_titre
{
	border-bottom: 5px solid #fdd639;
	padding-bottom:15px;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 30px;
	color:#231f20;
	font-weight: 600;
}

.p_contenu_texte
{
	padding-top:20px;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color:#231f20;
}


.p_w_texte
{

	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 22px;
	color:#fdd639;
	font-weight: 600;
}

#compteur
{

	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 10px;
	color:#ff0000;
	visibility:hidden;
}


