﻿
/* CSS layout */
body{
	font-size: 21px;
	line-height: 25px;
	text-align: center;
	background-color: #E1E1E1;
	margin-top: 0px;
}

#conteneur_global2{
	width: 1200px; 
	margin-right: auto; 
	margin-left: auto; }

img {
	padding: 1px;
	margin: 0px;
	border-radius: 10px;
	width: 100%;
	height: auto;
	background-color: #000000;
}

#cpa-bloc-centre{
	float: left;
	width: 1200px;
	display: table;
}

#cpa-banniere{
	background-image: url('banniere-maubeuge.jpg');
	background-repeat: no-repeat;
	float: left;
	width: 1200px;
	height: 486px;
}
#cpa-colonne-large{
	float: left;
	width: 1200px;
}
#cpa-colonne-gauche{
	float: left;
	width: 49%;

}
#cpa-colonne-droite{
	float: left;
	width: 49%;
	margin-left:2%;
}

#cpa-colonne-gauche-accueil{
	float: left;
	width: 570px;
}
#cpa-colonne-droite-accueil{
	float: left;
	width: 610px;
    margin-left:20px;

}



.cpa-auto-style2 {
	font-size: 60px;
	margin-top: 15px;
}
.cpa-auto-style3 {
	font-size: 53px;
	margin-top: 35px;
}
.cpa-auto-style4 {
	font-size: 21px;
	text-align: right;
	margin-top: 340px;
}

.cpa-auto-style5 {
	font-size: 26px;
	color: #663300;
	font-weight: bold;
	font-style: italic;
}

a{color: #996633;text-decoration: none;font-style: italic;font-weight: bold;
}
a:hover{color: #B1A594;text-decoration: none;
}
.zoom {
	width: 100%;
}
.image {
	width: 100%;
}
.image img {
/* La transition s'applique à la fois sur la largeur et la hauteur, avec une durée d'une seconde. */
-webkit-transition: all 1s ease; /* Safari et Chrome */
-moz-transition: all 1s ease; /* Firefox */
-ms-transition: all 1s ease; /* Internet Explorer 9 */
-o-transition: all 1s ease; /* Opera */
transition: all 1s ease;
}
.image:hover img {
/* L'image est grossie de 25% */
-webkit-transform:scale(1.50); /* Safari et Chrome */
-moz-transform:scale(1.50); /* Firefox */
-ms-transform:scale(1.50); /* Internet Explorer 9 */
-o-transform:scale(1.50); /* Opera */
transform:scale(1.50);
}

.auto-style1 {
	color: #FF00FF;
	font-size: 24px;
}
.auto-style2 {
	font-size: 40px;
	color: #FF0000;
}
.auto-style3 {
	border: 1px solid #996633;
}
.auto-style10 {
	border-radius: 12px;
	border: 1px solid #A26B35;
	margin-right: auto;
	margin-left: auto;
}
.auto-style11 {
	font-size: 21px;
}

.auto-style12 {
	margin-right: auto;
	margin-left: auto;
}

