/* remise ŕ zéro des style */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* style personnalisé beau regard*/

/*structure page*/
body{
font-family:Verdana, Arial, Helvetica, sans-serif;
background-color:#FAC5AD;}

div#page{
margin-left: auto;
margin-right: auto;
width:720px;
margin-top:8px;
}

div#entete{
height:116px;
background-image:url(../images/entete.gif);
background-repeat:no-repeat;
background-position:center;
}

.imprim{
display:none;}

.contenu{
width:100%;
}

.photos{
width:35%;
float:left;
text-align:center;
}

.photo{
margin-bottom:10px;

}

.texte{
width:60%;
float:right;
}

.texte h1{
font-weight:bold;
background-repeat:no-repeat;
background-position:left bottom;
font-size:15px;
margin-bottom:40px;
margin-top:1px;
}

.texte h2{
text-decoration:underline;
font-weight:bold;
font-size:11px;
margin:12px 0 12px 0;
}

.fra,.eng {
font-style:italic;
padding-left:25px;
}

.fra{
background-image:url(../images/fra.gif);
}
.eng{
background-image:url(../images/uk.gif);}

.texte p {
text-align:justify;
font-size:12px;
line-height:20px;
}

.accroche{
padding:40px 0 40px 0;}

.accroche p{
font-weight:bold;
font-size:14px;}

.clear{
height:1px;
clear:both;}

.visite{
margin:0 0 10px 220px;;
}

div#piedimage{
background-image:url(../images/pied.jpg);
background-repeat:no-repeat;
background-position:center;
height:253px;}

div#footer{
line-height:18px;
padding-top:25px;
text-align:center;
font-size:11px;
}

/*structure alternative (page formulaire, visite virtuelle, plan)*/
div#minipage{
width:380px;
margin-left:auto;
margin-right:auto;
text-align:center;}


div#minientete{
height:41px;
background-image:url(../images/logo.jpg);
background-repeat:no-repeat;}

.ad{
font-size:10px;
font-weight:bold;}

.imgplan{
border:1px solid #FFF;}

div#pagevisite{
width:480px;
margin-left:auto;
margin-right:auto;
}

/* liens */ 
a:link{
text-decoration: underline;
color: #990000;
} 

a:visited {
color: #990000;
text-decoration: underline; }

a:hover { 
color: #000000;
text-decoration: none;}
  
.petitlien{
font-size:11px;
}
  
.ircf{
margin:15px 0 0 0;
}

/* drapeaux*/
.drapeau{margin:70px 5px 0 5px;;float:right;}

/*balise objet pour applet java */
object {
width:485px;
height:300px;
}

/*formulaire*/
form{
font-size:11px;
margin:25px 0 25px 0;}

fieldset{
margin:0px 0 15px 0;}

fieldset p{
text-align:left;
margin-left:80px;}

label{
display: block;
float: left;
width: 120px;
text-align: right; 
margin: 0 1em 0 0;
padding: 0.1em;   
}

.annulation{
    float: left;
    margin: 20px;
}
.annulation h3{
    font-size: 12px;
    margin: 5px 0;
}
.annulation p{
    font-size: 10px;
    margin: 5px 0;
}
.annulation p strong{
    font-weight: bold;
}