BODY    {
	background-color: white;
}
p {
	font-family: Century;
	font-size: 15pt;
	font-style: normal;
	font-variant: normal;
	font-weight: regular;
	text-align : left;
}
input{
	font-family: Century;
	font-size: 13pt;
	font-style: normal;
	font-variant: normal;
	font-weight: regular;
	text-align : justify;
}	
.p13{
	font-family: Century;
	font-size: 13pt;
	font-style: normal;
	font-variant: normal;
	font-weight: regular;
	margin-left: 10px;
	margin-right: 10px;
}
.p15{
	font-family: Century;
	font-size: 15pt;
	font-style: normal;
	font-variant: normal;
	font-weight: regular;
	margin-left: 10px;
	margin-right: 10px;
}
.grandFormat {
	display : none;
}
.petitFormat {
	display : block;
}
.sectionGrandFormat {
	text-align : left ;
	display : none;
}
.sectionPetitFormat {
	display : flex;
	flex-direction : column;
	text-align : left ;
}
td{
	text-align : center;
}
.col20{
	width:100%;
	margin:auto;
}
.col30{
	width:100%;
	margin:auto;
}
.largeurPage{
	display : flex;
	flex-direction : column;
	align-items : center;
	width:100%;
}
.quatreQuarts{
	display : flex;
	flex-direction : row;
	align-items : center;
	width:100%;
	table-layout: fixed;
}
.quartPage{
	width:25%;
	}
.imageCentree {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border-color:black;
}
.section{
	display : flex;
	flex-direction : column;
	text-align : center ;
}
.sectionInv{
	display : flex;
	flex-direction : column-reverse;
	text-align : center ;
}
@media (max-width:1000px){
	img {
		max-width : 90%;
		height : auto;
	}
}

@media (min-width:969px) {
	.grandFormat {
		display : block;
	}
	.petitFormat {
		display : none;
	}
	.largeurPage{
		display : flex;
		flex-direction : row;
		width : 1000px;
		padding : 20px ;
		margin:auto;
	}
	table.quatreQuarts{
		width: 1000px;
		margin:auto;
		padding:20px;
		table-layout: fixed;
	}
	.imageCentree {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.section{
		flex-direction : row;
		text-align : center ;
	}
	.sectionGrandFormat {
		flex-direction : row;
		text-align : left ;
		display : flex;
	}
	.sectionPetitFormat {
		display : none;
		text-align : left ;
	}
	.sectionInv{
		flex-direction : row;
		text-align : center ;
	}
	.p13{
		margin-left: 40px;
		margin-right: 40px;
	}
	.p15{
		margin-left: 40px;
		margin-right: 40px;
	}
}
/* BARRE DE MENU  */
/* Hauteur*/

TABLE.menu2 {
    height:20px;
    color:#FFFFFF;
}
/* couleur, bordure*/
TD.menu2 {
    border:1px solid #000000;
    text-indent:10px;
    font-size: 14px;
    text-decoration : none;
    font-family : Arial,Helvetica,sans-serif;
/*    background-color: #cccccc;*/
		background-color: #C4C1BC;   
    color : #000000;
    cursor: help;
}
TD.menu2:hover {
	background-color: #C4C1BC; 
}

/* MENU DEROULANT */
/* Largeur des menus d�oulants */
DIV.menu2 {
    background-color: #C4C1BC;
    border:1px solid #000000;
}
/*hauteur des liens couleur*/
A.menu2 {
    text-indent:10px;
    font-size: 12px;
    font-family : Arial,Helvetica,sans-serif;
    height:20px;
    color:#000000;
    text-decoration : none;
 }
A.menu2:hover {
/*    cursor: help;*/
    background-color: #C4C1BC; 
    color:#000000;
  }
TABLE.menu3 {
    height:20px;
    color:#FFFFFF;
}
/* couleur, bordure*/
TD.menu3 {
    border:1px solid #000000;
    text-indent:10px;
    font-size: 14px;
    text-decoration : none;
    font-family : Arial,Helvetica,sans-serif;
/*    background-color: #cccccc;*/
		background-color: #ffffff;   
    color : #000000;
    cursor: help;
}
TD.menu3:hover {
	background-color: #C4C1BC; 
}

/* MENU DEROULANT */
/* Largeur des menus d�oulants */
DIV.menu3 {
    background-color: #ffffff;
    border:1px solid #000000;
}
/*hauteur des liens couleur*/
A.menu3 {
    text-indent:10px;
    font-size: 12px;
    font-family : Arial,Helvetica,sans-serif;
    height:20px;
    color:#000000;
    text-decoration : none;
 }
A.menu3:hover {
/*    cursor: help;*/
    background-color: #C4C1BC; 
    color:#000000;
  }