body {
	background: url(../img/bg_outside.jpg) repeat-x #ffffff;
	font-family: Arial, Helvetica, sans-serif; 
  	font-size: 13px;
	color: #5c5850;
}

a, a:visited, a:hover, a:active {
	color: #2b89b5;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;	
}


#wrapper {
	width: 935px;
	margin: 5px auto 5px auto;
	background-color: #f2f2f2;
  -moz-box-shadow:    0px 0px 3px 4px #ccc;
  -webkit-box-shadow: 0px 0px 3px 4px #ccc;
  box-shadow:         0px 0px 3px 4px #ccc;
}

#header {
	width: 100%;
	height: 302px;
	background-color: #ffffff;
	/*background: url(../img/banner.png) no-repeat;	*/
}

#header .menu {
	margin-top: -45px;
	margin-left: 20px;	
}

#header .socialMedia {
	margin-left: 595px;
	margin-top: 28px;	
}

#footer {
	width: 925px;
	height: 60px;
	overflow: hidden;
	text-align: center;
	font-size: 100%;
	background: url(../img/footer_bgd.jpg) no-repeat #999999;
	color: #ffffff;
	clear: both;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
}

#footer .small {
	font-size: 80%;	
}

#footer a, #footer a:visited, #footer a:hover, #footer a:active {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;	
}
#footer a:hover {
	text-decoration: underline;	
}

#sidebar {
	width: 215px;
	float: right;
	min-height: 500px;
	font-size: 100%;
	overflow: hidden;
	margin-left: 5px;
	padding-right: 10px;
	margin-top: -40px;
	padding-top: 50px;
	background-color: #f2f2f2;
}

#sidebar .images {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	margin-bottom: 5px;	
}
#sidebar .images a {
	margin: 0px 5px 0px 0px;
}
#sidebar .images a:last-child {
	margin-right: 0px;
}
#sidebar p {
	margin-left: 15px;	
}
#content {
	background-color: #ffffff;
	width: 680px;
	float: left;
	min-height: 600px;
	margin-top: -35px;
	padding: 5px 5px 5px 15px;
}

#content h1 {
	font-size: 160%;
	font-weight: bold;
	padding-left: 3px;
	padding-top: 10px;
	margin-top: 5px
}

.newsletter h2 {
	color: #ffffff;
	font-size: 125%;
	padding-left: 5px;
	margin-top: 5px;
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzViYThkMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjElIiBzdG9wLWNvbG9yPSIjNWJhOGQxIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzViYThkMSIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(left, rgba(91,168,209,1) 0%, rgba(91,168,209,1) 1%, rgba(91,168,209,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(91,168,209,1)), color-stop(1%,rgba(91,168,209,1)), color-stop(100%,rgba(91,168,209,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, rgba(91,168,209,1) 0%,rgba(91,168,209,1) 1%,rgba(91,168,209,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, rgba(91,168,209,1) 0%,rgba(91,168,209,1) 1%,rgba(91,168,209,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, rgba(91,168,209,1) 0%,rgba(91,168,209,1) 1%,rgba(91,168,209,0) 100%); /* IE10+ */
background: linear-gradient(to right, rgba(91,168,209,1) 0%,rgba(91,168,209,1) 1%,rgba(91,168,209,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5ba8d1', endColorstr='#005ba8d1',GradientType=1 ); /* IE6-8 */
}

.newsletter .story {
	margin-bottom: 10px;	
}

.newsletter img {
	float: left;
	margin-bottom: 10px;	
}

.newsletter h3 {
	margin-left: 120px;
	margin-bottom: 5px;
	margin-top: 0px;
	font-size: 110%;
}

.newsletter p, .newsletter ul, .newsletter table{
	margin-left: 120px;	
}
.newsletter p, .newsletter table {
	margin-bottom: 5px;		
}

.newsletter ul {
	margin-top: 0px;	
}

.newsletter p img {
	display: block;
	float: none;
	margin: 0px 0px 0px 0px;	
}

.newsletter .story {
	width: 100%;
	overflow: hidden;
}

.story h3 a {
  color: #ecb42e;
}

img.puce{
	
	display:inline-block !important;
	
}
