body
{
	/*pour ne pas exécuter*/
	background: url('-img/gris.jpg');
	background-attachment:fixed;
	font-family: verdana, helvetica, arial, sans-serif;
	/*background-color: #363636;*/
	font-size: 100%;
	color: #ffcf81;
	margin-left: 2%;
	margin-right: 2%;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}
a:link, a:visited {
	color: #ffcf81;
	background: transparent;
	text-decoration: none;
}
a:active, a:hover {
	color: #FFFF33;
	background: transparent;
	text-decoration: none;
}


article
{
    position: absolute;
	left: 190px;
	top: 150px;
	margin: auto;
	margin-right: 2%;
	margin-top: 1.5em;
    /*vertical-align: top;*/

}

.article1
{
    position: relative;
	left: 5%;
	top: 0px;
	margin: auto;
	margin-right: 5%;
	margin-left: 150px;
	/*width: auto;*/
	/*text-align: center;*/
    vertical-align: top;
}

#article1
{
    position: relative;
	left: 0%;
	top: 0px;
	margin: auto;
	margin-right: 2%;
	margin-left: 0px;
	/*width: auto;*/
	/*text-align: center;*/
    vertical-align: top;
}
.euraf
{
    position: relative;
	left: 25%;
	top: 0px;
	margin: auto;
	margin-right: 5%;
	margin-left: 150px;
	/*width: auto;*/
	/*text-align: center;*/
    vertical-align: top;
}
header
{
    position: relative;
	width: 100%;
	height: 140px;
	left: 0px;
	top: 0px;
	background: url('img/ccb.gif');
	background-position: center;
	background-repeat: repeat-x;
	/*border: 5px yellow groove;*/
	border-radius: 200px / 20px;
	/*box-shadow: 6px 12px 10px red inset;*/
}
footer
{
    left: 0px;
	bottom: 0px;
}
P
{
	/*color: blue;*/
	text-align: justify;
	text-indent: 10px;
	font-size: 80%;
	font-weight: bold;
}
.pnav_norv
{
	/*color: blue;*/
	text-align: left;
	text-indent: 0px;
	font-size: 80%;
	font-weight: bold;
	margin-left: 10px;
}
.maj
{
	text-align: center;
	text-indent: 0px;
	color: #ffffff;
	
}
h1
{
	text-align: center;
	text-transform: uppercase;
	font-size: 150%;
}
h2
{
	text-align: center;
	font-size: 150%;
}
table
{
    border-collapse: collapse; /* Les bordures du tableau seront collées (plus joli) */
	text-align: center;/*"left" "right" "justify" */
	margin-left: auto;
	margin-right: auto;
	width: auto;	
}
table p
{
	font-size: 14px;
}

td , th/* Toutes les cellules des tableaux... */
{
    border: 6px solid #ffcf81; /* auront une bordure de 1px */
	vertical-align: middle;/*ou "top" ou "bottom" */
	font-size: 12px;
	padding: 8px;
}

div.caption {
 font-size: 90%;
}
.center {
 width: auto;
 margin-left: auto;
 margin-right: auto;
 text-align: center;
}
div.content {
 background: #ffcf81;
 border: 1px solid #999;
 margin: 1em auto 1em auto;
}
div.content#pic {
 padding: 10px;
}
