@import url(../css/polices.css);

/* -------------------------------------------------------------- 
   Un petit coup de Reset pour faire propre et pas ce faire chier à coder
-------------------------------------------------------------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {margin: 0; padding: 0;  border: 0;  font-weight: inherit;  font-style: inherit;  font-size: 100%;  font-family: inherit;  vertical-align: baseline;}
body {  line-height: 1.5; }
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
a img { border: none; }
a {text-decoration: none; color: #d69448;}
a:hover {	text-decoration:none; 	color:#4b412f}
ul{margin:0;padding:0;list-style-type:none}

/* -------------------------------------------------------------- 
Les grandes lignes du site
-------------------------------------------------------------- */
body {margin: 0;font-family: tahoma ,Helvetica,sans-serif;color: #fff;font-size: 12px; background-color: #000000;}
#conteneur{min-width: 950px; margin-bottom:0px; padding-bottom: 0px;}
#ban{background-image: url(../img/Jyn_logo.png); height:75%; min-height:508px; width: 60%; min-width:60%; float: right;  background-repeat: no-repeat;}
#nav{margin:auto; font-size: 50px; font: 2cm "Ma_Fonte", "Trebuchet MS", sans-serif;color: #d69448;}

#corp{width: 100%; margin: 0;margin-bottom:0px; padding-bottom: 0px;}
#annonce{background-image: url(../img/fd_site.jpg); background-color: #c4802a; width:100%; background-repeat: no-repeat; background-position: bottom center; font: 0.6cm "Meal", "Trebuchet MS", sans-serif; color: black;}
#annonce p{margin-left: 25px; padding-top: 30px; padding-bottom: 15px;}
#footer{background-color: #000000; padding-top: 15px;}

/* -------------------------------------------------------------- 
   Css du Plugin Jquery Accordion
-------------------------------------------------------------- */
#accordion {	height:80px;padding:10px 0 10px 20px; width:95%;}
#accordion img {	float:left;	margin-right:10px;	cursor:pointer;	opacity:0.5;}
#accordion img.current {	cursor:default;	opacity:1;}
#accordion div {	max-height:50px; width:0;	float:left;	display:none;margin-right:10px;}
#accordion ul.liens > li , ul.shorts >li {display: inline; margin-left: 5px;}
#accordion div h3 {	color:#444;	margin:0 0 -10px 0;	width:190px;	font-size:15px;	}
#accordion div p {font-size:11px;	width:190px;}


