body {
	font-family: "Open Sans", "Open Sans Light", "Open Sans Semibold";
	color: #000;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	/* [disabled]font-size: 1em; */
	padding-bottom: 4em;
}
img {
	vertical-align: bottom;
}
.masthead {
	padding: 10px 10px;
	text-align: left;
	background-color: #222;
	position: relative;
	z-index: 10;
	box-shadow: 0px 0px 30px #000;
}
#logo {
	padding: 10px 20px 20px;
	position: relative;
	z-index: 10;
	background-color: #2E2D2A;
	box-shadow: 0px 0px 30px #000;
	background-image: url(../images/fond-header.jpg);
	background-repeat: repeat;
}
#titrehome {
	padding: 10px 20px 20px;
	position: relative;
	background-color: #000000;
	color: #CCC;
	text-align: center;
	margin-bottom: 5px;
}
.titres-h {
	text-decoration : none;
	color: #FFFFFF;
	text-transform: uppercase;
	text-align: center;
	border: 1px solid;
	border-radius: 5px;
	padding: 5px;
	border-color: #666;
	margin-bottom: 5px;
	font-weight: 500;
	background-color: #333;
	background-image: url(../images/fond-header.jpg);
	font-size: 1.4em;
}
.titres-menu {
	text-decoration : none;
	color: #FFFFFF;
	text-transform: uppercase;
	text-align: center;
	border: 1px solid;
	border-radius: 5px;
	padding: 5px;
	border-color: #FFF;
	margin-bottom: 5px;
	font-size: 1em;
	font-weight: 500;
	background-color: #0B5379;
}
.rollover {
	position: relative;
	display: inline-block;
	text-decoration: none;
	width: 100%;
	height: 100%;
	border: 1px solid rgba(158,193,35, 0);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
}
.rollover:hover {
	border: 5px solid;
	border-radius: 5px;
	/* [disabled]background-color: #000; */
	border-color: rgba(102,255,0,0.9);
}
.rollover2:hover {
	border: 3px solid;
	border-radius: 5px;
	/* [disabled]background-color: #FFF; */
	border-color: rgba(102,255,0,0.9);
}
.one{
	border: 2px solid;
	border-radius: 5px;
	border-color: #000;
}
.two{
	border: 3px solid;
	border-radius: 5px;
	border-color: #000;
}
.adr {
	border: 1px solid rgba(0,0,0,.5);
	box-shadow: 0px 0px 20px rgba(0,0,0,.5);
	text-align: center;
	background-color: #FFCB01;
	font-weight: normal;
	padding: 10px 5px 10px 5px;
}
.adr1 {
	border: 1px solid rgba(0,0,0,.5);
	box-shadow: 0px 0px 20px rgba(0,0,0,.5);
	text-align: center;
	background-color: #FFCB01;
	font-weight: normal;
	padding: 15px 5px 19px 5px;
}
.content-wrapper {
	margin: 1em 1.25em 0em 1.25em;
	overflow: hidden;
}
.columns-wrapper {
	overflow: hidden;
	background-color: transparent;
	position: relative;
	}
.bord {
	overflow: hidden;
	background-color: transparent;
	position: relative;
	border-radius: 5px;
	margin-top: 20px;
	background-image: url(../images/fond-content.jpg);
	background-repeat: repeat-y;
	}

.columns-wrapper, .menu-top-wrapper {
	max-width: 1260px;
	margin: auto;
}

/*Columns Structure*/
.column-1, .column-2, .column-3 {
	float: left;
	width: 32.5%;
}
.column-2 {
	margin-left: 1.25%;
	margin-right: 1.25%;
}

.column-1 .content, .column-2 .content, .column-3 .content {
	padding: 10px 24px 10px;
	border: 1px solid;
	border-color: #333;
	border-radius: 5px;
	background-color: rgba(255,255,255,0.35);
}
.txtindex {
	font-size: 1.2em;

}
#logo img, .affinity-row img, .footer img {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
}
.content p {
	line-height: 1.4;
}

/*Heading styles*/
h1, h2, h3, h4 {
	margin: 0px 0px 5px 0px;
	font-family: "Open Sans", "Open Sans Light", "Open Sans Semibold";
	font-weight: normal;
}
h1 {
	font-size: 1.3em;
}
h2 {
	font-size: 1.2em;
}
h3 { font-size: 1.25em; }
h4 { font-size: 1.1em; }

/*A utility rule assigned to the first heading to remove top margins.*/
.content h1:first-child,
.content h2:first-child,
.content h3:first-child,
.content h4:first-child {
	margin-top: 0px;
}

/*Make Image Scalable - Assign this class to any image to make it scale with the browser window size*/
img.scalable {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
	border-radius: 5px;
}
.fancy {
	border: 1px solid rgba(255,255,255,.2);
	box-shadow: 0px 0px 30px rgba(0,0,0,.65);
}
.sidebar ul, .sidebar ol, .sidebar2 ul, .sidebar2 ol {
	margin: 0 0 0 .5em;
	padding: 0 0 0 .5em;
	line-height: normal;
}
.sidebar li, .sidebar2 li { 
	margin-bottom: 4px; 
}

/*Ordinary Link Styles*/
.content a {
	color: #002953;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
.content a:hover, .content a:focus {
	color: #000;
	border-bottom-style: solid;
}
.footer a {
	color: #8C8C8C;
}
.footer a:hover, .footer a:focus { color: #FFF; }


/*The DIVs that contains the horizontal menu bar at the top of your page.*/
.menu-top-wrapper .p7DMM01 {
	background-color: transparent;
	border: none;
	box-shadow: none;
}
.top-navigation {
	background-color: #7BA4C1;
	border-bottom: 1px solid #FFF;
	box-shadow: 0px 0px 30px #999;
	position: relative;
	z-index: 9;
}
.top-navigation:after {
	content: "\0020";
	font-size: 0px;
	display: inline;
	overflow: hidden;
	line-height: 0;
	clear: both;
}

/*The Footer*/
.footer {
	background-color: #000;
	border-top: 1px solid;
	font-size: 0.7em;
	color: #999999;
	text-align: center;
	bottom: 0px;
	width: 100%;
	/* [disabled]margin-bottom: 20px; */
}
a.lien_footer:link {
	color : #999999;
	text-decoration : none;
	text-transform: uppercase;
}
a.lien_footer:visited {
	color : #999999;
	text-decoration : none;
	text-transform: uppercase;
}
a.lien_footer:hover {
	color : #FFFFFF;
	text-decoration : none;
	text-transform: uppercase;
}
a.lien_footer:active {
	text-decoration : none;
	color: #999999;
	text-transform: uppercase;
}
.footer p.copyright {
	text-transform: uppercase;
	margin: 0px;
}


/*1 Column for Narrow Browser Windows and Smartphones in both orientations*/
@media only screen and (min-width: 0px) and (max-width: 700px) {
body {
	padding-bottom: 0px;
}
.footer {
	position: static;
	width: auto;
	margin-bottom: 60px;
}
.content-wrapper, .columns-wrapper {margin: 0px; border: none;}
.column-1, .column-2, .column-3 {
	width: auto !important;
	float: none !important;
	margin: 0px !important;
}

.column-1 .content, .column-2 .content, .column-3 .content {
	padding: 20px 15px;
	border: none;
	height: auto !important;
	max-height: 888678px;
}
.p7DMM01 ul a, .p7DMM01 ul a:hover, .p7DMM01 ul a:focus, .p7DMM01 ul a.open {
	border-bottom: 1px solid !important;
	border-color: #89AEC9 !important;
}
.p7DMM01 ul li:last-child a {
	border-bottom: none !important;
}
}
/*Medium windows - reduce padding content padding*/
@media only screen and (min-width: 700px) and (max-width: 1280px) {
.column-1 .content, .column-2 .content, .column-3 .content {padding: 20px 20px;}
.top-navigation {padding: 0px 10px;}
.content-wrapper {margin-left: 10px; margin-right: 10px;}

}
