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,
b, u, i, center,
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-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
  
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}





body{
font-family:Verdana, Arial, Helvetica, sans-serif;
}

body#accueil, body#annuaire{
background: top right no-repeat #fff fixed;
}
body#concours, body#petites-annonces{
background: top right no-repeat #fff fixed;
}
body#inscription, body#archives{
background: top right no-repeat #fff fixed;
}

body#changement, body#contact{
background: top right no-repeat #fff fixed;
}

a{color:#000;}
#cadre{
width:960px;
min-height:650px;
background: url(images/fond-cadre.png) no-repeat #fff;
margin:170px auto 0 auto;
padding-top:17px;
position:relative;

}

#logo{
position:absolute;
left:90px;
margin-left:80px;
margin:0 auto;
top:-155px;

}


#menu{
background:url(images/fond-menu.png) no-repeat #000;
height:23px;

margin-bottom:10px;

}


#entete{
background:url(images/entete.png) no-repeat #fff;
height:78px;
margin-bottom:10px;


}

#entete p a{
color:#FF0000;
font-size:10px;
margin-top:56px;
margin-left:10px;
position:absolute;
text-transform:uppercase;
text-decoration:none;

}
#contenu, iframe{
background:#f6f6f6;
overflow-y:auto;
overflow-x:hidden;
font-size:96%;
}

#contenu{
padding:10px;
position:relative;
width:777px;
min-height:465px;
border-right:1px dotted #666;

}
#contenu p, #contenu h2, #contenu address{
margin-bottom:1em;
}
iframe{
width:797px;
min-height:505px;
border-right:1px dotted #666;
}




ul li{
display:inline;
color:#fff;
position:relative;
list-style:none;
}

ul li a{
height:23px;
display:block;
float:left;

}
#menu-accueil{
background:url(images/menu-accueil.png);
width:65px;
}
#menu-concours{
background:url(images/menu-concours.png);
width:87px;
}
#menu-inscription{
background:url(images/menu-inscription.png);
width:93px;
}

#menu-changement{
background:url(images/menu-changement.png);
width:101px;
}
#menu-job{
background:url(images/menu-job.png);
width:45px;
}

#menu-petites-annonces{
background:url(images/menu-petites-annonces.png);
width:129px;
}
#menu-archives{
background:url(images/menu-archives.png);
width:74px;
}
#menu-contact{
background:url(images/menu-contact.png);
width:73px;
margin-right:35px;
}
#menu-francais{
background:url(images/menu-francais.png);
width:31px;
}
#menu-allemand{
background:url(images/menu-allemand.png);
width:39px;
}
#menu-accueil:hover, #menu-concours:hover, #menu-inscription:hover, #menu-changement:hover, #menu-job:hover, #menu-petites-annonces:hover, #menu-archives:hover, #menu-contact:hover {
background-position: 0 23px;
}

input,textarea{
background:#f6f6f6;
border:none;
margin-top:1px;
margin-left:82px;
}

input.ok{	
padding:1px 0 8px 0; height:17px;background:#000;border:0;color:#fff;margin-left:0;

}

input[type="radio"]{
float:left;
}


#pied{
text-align:center;
font-size:71%;
font-family:Verdana, Arial, Helvetica, sans-serif;
margin-top:5px;
color:#666;

}

h1{
font-size:151%;
text-transform:uppercase;
font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
position:absolute;
top:70px;left:10px;
font-weight:normal;

}


.errors{
color:#CC0000;
font-weight:bold;
}

/*styles formulaire*/
div.box form{

}

div.box{
	
	padding:10px;
	color:#333333;
	margin-bottom:20px;
}


div.box h1 {
	font-size:17px;
	color:#000000;
	padding-bottom:6px;
}
div.box p{padding-bottom:4px; padding-left:6px; margin:0;}

div.box input .input-text{
	border:1px solid #000;
	color:#000;
	width:120px;
}

div.box select{
	color:#000;
	border:none;
	margin-left:80px;
}



div.box .input-epreuve{
	border:1px solid #c9c9c9;
	color:#000;
	width:170px;
	margin-left:0px;
}

div.box input{
border:1px solid #c9c9c9;
width:190px;
}

div.box label{
	
	margin-bottom:5px;
	color:#492917;
	font-size:12px;
	font-weight:normal;
}



div.box textarea{
	width:280px;
	border:1px solid #c9c9c9;
	margin-left:3px;
	font-size:12px;
}

div.box option{
	
}

div.spacer input{
	width:80px;
	font-weight:bold;
	padding:3px;
	
}

div.box label span{
	display:block;
	float:left;
	padding:0;
	padding-left:6px;
	width:190px;
	text-align:left;
	font-weight:normal;
	margin:0;
	
}
div.box select, option{
	width:auto;
	font-size:12px;
}
.spacer{margin-left:10px;
	margin-top:5px;
	margin-bottom:5px;
	font-size:11px;
	color:#555555;
}
.yellow{
background-color:#FFFF33;
}
div.box fieldset legend{
font-weight:bold;
padding-bottom:5px;

}
div.box fieldset{

padding:20px 5px;
}

div.box .envoi{
display:block;
width:70px;
font-size:14px;
height:25px;
line-height:18px;
}

ul.categorie li{
width:368px;
height:auto;
display:block;
float:left;
border:2px solid #FFFFFF;
background-color:#ebebec;
margin:7px 7px 0 7px;
padding-bottom:5px;
position:relative;
}



ul.categorie li a{
width:368px;
height:40px;
display:block;
float:none;
line-height:40px;
font-size:16px;
font-weight:bold;
text-decoration:none;
padding-left:8px;
}

ul.categorie li a:hover{
color:#333333;
}

ul.categorie li:hover {
  background: #f6f6f6;
}


ul.categorie li ul {
width:368px;
text-align:center;
}

ul.categorie li ul li {
width:100px;
display:block;
border:none;
float:left;
font-size:11px;
height:14px;
line-height:14px;
text-align:center;
background:none;
}

ul.categorie li ul li a{
width:110px;
font-size:10px;
height:11px;
line-height:14px;
text-decoration:underline;
font-weight:normal;
}

p.lienannuaire {
text-align:right;
display:block;
height:20px;
margin-top:50px;
}

.btn{
	width:95px;
	border:solid 1px #DEDEDE; 
	background:#EFEFEF;
	background-image:url(images/btn.png);
	background-repeat:no-repeat;
	color:#222222;
	line-height:24px;
	text-align:center;
	float:right;
	margin-top:10px;

	}
	
	.btn a{
	font-size:11px;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
	}
	
	.btn2{
	width:95px;
	border:solid 1px #a8a8a8; 
	background:#EFEFEF;
	background-image:url(images/btn2.png);
	background-repeat:repeat-x;
	color:#222222;
	line-height:13px;
	text-align:center;
	float:right;
	font-size:10px;
	text-transform:uppercase;
	font-weight:bold;
	height:26px;
	cursor:pointer;
	}
	
	.btn2 a{
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
	line-height:13px;
	}
	
ul.conditions{
color:#000000;
width:700px;
padding:0 10px;
margin-left:10px;
padding-left:10px;
}

ul.conditions li{
line-height:18px;
padding:5px 5px;
margin-left:5px;
display:block;
font-size:12px;
color:#000000;
display:list-item;
list-style:disc;
}

#recherche p input[type="submit"]{
width:30px;
height:18px;
background-color:#666666;
color:#FFFFFF;
padding:0px 0 3px 0 ;
margin:0;
}
	
dl.annuaire{
width:755px;
height:95px;
border:2px solid #FFFFFF;
padding:10px;
line-height:40px;
margin-bottom:5px;
background-color:#ebebec;
}

dl.annuaire{
width:755px;
height:95px;
border:2px solid #FFFFFF;
padding:10px;
line-height:40px;
margin-bottom:5px;
background-color:#ebebec;
}

dl.annuaire dt {
float:left;
width:140px;
height:95px;
line-height:90px;
}

dl.carte{

width:300px;
height:150px;
border:1px solid #333;
padding:10px;
display:block;
background-color:#ebebec;
float:left;
margin:10px 30px;;
-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px; 
	
	overflow:hidden;
	text-align:center;
	line-height:20px;
	
}
dl.carte dt{
height:100px;
}
dl.annuaire dt img{
margin-top:2px;
}

dl.annuaire dd {
float:left;
width:540px;
line-height:30px;
}

dl.annuaire dd.lien {
float:left;
width:60px;
padding-top:30px;
}


dl.annuaire dd.lien p{
background:url(images/plus.png) no-repeat 0px 10px;
}

dl.annuaire dd.lien a{
margin-top:20px;
font-size:11px;
font-weight:normal;
padding-left:20px;
}

dl.annuaire dd p{
font-size:16px;
font-weight:bold;
}


dl.annuaire dd em{
font-size:12px;
font-weight:normal;
}


dl.detail{
width:755px;
height:auto;
border:2px solid #FFFFFF;
padding:10px;
line-height:20px;
margin-bottom:10px;
background-color:#ebebec;
}

dl.detail dt{
font-size:16px;
float:left;
width:570px;
margin-right:10px;
}

dl.detail dd {
float:left;
width:160px;
}


dl.detail .images {
float:left;
width:160px;
}


dl.detail dt h2{
font-weight:bold;
font-size:16px;
}

dl.detail dt p {
font-size:14px;
font-weight:normal;
}

dl.detail .informations  a{
font-size:14px;
font-weight:bold;
}



dl.detail .images p{

margin-bottom:5px;
text-align:center;
line-height:45px;
}

dl.detail .images p img{

margin-bottom:5px;
border:1px solid #000000;
}

dl.detail dd  div.images p.logo {
height:auto;

}

dl.detail dd .logo  {
width:160px;
height:auto;
margin-top:5px;
display:block;
background-color:#FFFFFF;
border:1px solid #000000;
}



dl.detail .images p img{

border:1px solid #000000;
}

dl.detail dd .logo  img{
width:auto;
border:none;
}

.pub{
width:140px;
height:485px;
background:#fff;
float:right;
text-align:center;
margin-right:10px;


}


.changepage{

	border-bottom:1px outset #000;
	border-top:1px solid #aaa;
	border-left:1px solid #aaa;
		border-right:1px outset #000;
background:#ebebec;
padding:1px 5px;
text-decoration:none;
margin:1px 2px;
display:inline;
line-height:2;
}


.changepage a{
font-size:11px;
}

.carre{
font-size:10px; 
padding-left:5px;
width:30px;
height:30px; 
display:block;
}

a.carre2 span{
font-size:10px; 
width:12px;
height:12px; 
background:#ebebec;
text-decoration:none;
padding:0 3px;
}

div.pub ul#un.innerfade li,div.pub ul#deux.innerfade li,div.pub ul#trois.innerfade li,div.pub ul#quatre.innerfade li {
text-align:center;
width:135px;
height:125px;
display:block;
}

div.pub ul {
text-align:center;
width:135px;
height:125px;
display:block;
}

div.pub ul li a{
float:none;

}
div.pub ul li {
float:none;
width:135px;
height:125px;
display:block;

}



	.pub1{
width:140px;
height:485px;
background:#fff;
float:right;
text-align:center;
margin-right:10px;


}

.pub1 img{

margin-top:10px;
margin-bottom:53px;
margin-left:15px;


}

.pub1 a img{

margin-top:10px;
margin-bottom:53px;
margin-left:15px;


}
.pub1 ul{
height:120px;

}

.pub img{

margin-top:10px;
margin-bottom:43px;


}


/* styles du formulaire*/



.errors
{
	background-color: #FFC;
	border: #FC6 1px solid;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 5px 10px;
}
div.errors p
{
	margin: 0;
}


div.form-container div
{
	margin:5px 0;
}
div.form-container form fieldset
{
	border: #fff 2px solid;
	margin: 25px 5px;
	padding: 10px 10px;
	
}
div.form-container form legend
{
	
}
div.form-container form fieldset div
{
	padding: 0.25em 0;
}
div.form-container label, 
 div.form-container span.label
{
	display: block;
	float: left;
	margin-right: 10px;
	padding-right: 10px;
	text-align: right;
	width: 200px;clear:both;

}
div.form-container label em 
{
font-size:10px;
}
div.form-container div.controlset label,
div.form-container div.controlset textarea, 
div.form-container div.controlset select,  
div.form-container div.controlset input
{
	display: inline;
	float: none

}

div.form-container radio
{
	display: inline;
	float: none

} 
div.form-container fieldset div input,
div.form-container fieldset div textarea
{
	background-color:#FFFFFF;
	border:1px solid #a3a3a3;
	width:250px;

}

div.form-container fieldset div select
{
margin-left:80px;
}

div.form-container fieldset div.checkbox {
text-align:left;
	}
	
div.form-container div.buttonrow
{
	text-align:right;
	width:765px;
}

div.form-container div.buttonrow input
{
	padding:4px;
	height:25px;
	line-height:20px;
}
legend{
	color: #000;
	font-weight: bold;
	margin: 0;
}



dl.recapitulatif {
width:350px;
border:2px solid #FFFFFF;
padding:10px;
margin:5px;
float:left;
margin-bottom:20px;
}

dl.recapitulatif dt{
font-weight:bold;
font-size:12px;
}

dl.recapitulatif dt p{
background-color:#ebebec;
height:30px;
padding-left:5px;
line-height:30px;
display:block;
}

dl.recapitulatif dd{
font-weight:normal;
font-size:12px;
margin-bottom:6px;
}

table#typesdecartes{
background:#fff;
margin:0 auto;
text-align:center;
border:1px solid #aaa;
}
table#typesdecartes td, table#typesdecartes th{
padding:10px 30px;
border-left:1px solid #aaa;
border-right:1px solid #aaa;

}

