/*
Theme Name: Freezest
Theme URI: http://www.freezest.com/
Description: The first theme created by <a href="http://www.freezest.com">Fabien LE MOUILLOUR</a>.
Version: 0.1
Author: <a href="http://www.freezest.com">Fabien LE MOUILLOUR</a>
 
Creation Theme by Fabien LE MOUILLOUR || http://www.freezest.com
*/ 

/* -------------------------- */
/* ------- Reset CSS -------- */
/* -------------------------- */

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 {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}


/* -------------------------- */
/* ---------- Body ---------- */
/* -------------------------- */

body {
  margin: 0;
  padding: 0 0 10px 0;
  font-family: Arial, Helvetica, Tahoma, "Trebuchet MS", sans-serif;
  font-size: 12px;
  text-align: center;
  color: #333333;
  background: url(images/skin/body/bgd-body.gif) repeat-x top #143246;
}


/* ----------------------------- */
/* ---------- Général ---------- */
/* ----------------------------- */

a, a:link, a:active, a:visited {
  color: #FF6400; 
  text-decoration : none;
  outline: none;
}

a:hover {
  color: #FF9600;
}


/* -------------------------- */
/* ---------- Page ---------- */
/* -------------------------- */

#page {
  width: 750px;
  margin: 0 auto;
  text-align: left;
  background: url(images/skin/page/bgd-page.gif) repeat-y top #FFF;
}


/* ---------------------------- */
/* ---------- Header ---------- */
/* ---------------------------- */

#page #header {
  height: 76px;
  background: url(images/skin/header/bgd-header.gif) repeat-x top #FFAA00;
}

#page #header #header-logo-site {
  float:left;
  height: 76px;
  padding: 0 0 0 20px;
}

#page #header #header-logo-club {
  float: left;
  height: 76px;
  padding: 0 0 0 50px;
}

#page #header #header-logo-flag {
  float: left;
  height: 76px;
  padding: 0 0 0 50px;
}


/* ------------------------------- */
/* ---------- Menu Haut ---------- */
/* ------------------------------- */

#page #suckerfishnav {
  position: relative;
  z-index: 100;
  width: 750px;
  height: 35px;
  color: #FFF;
  cursor: pointer;
  list-style-type: none;
  font-family: "Segoe UI", arial, helvetica, sans-serif;
  font-weight: normal;
  background: url(images/skin/menu/bgd-menu.gif) top #405765;  
}

#page #suckerfishnav li {
  float: left;
  width: 130px;
  position: relative;
  background: url(images/skin/menu/bgd-bouton-1.gif) no-repeat top left;
}

#page #suckerfishnav li.nolink {
  background: url(images/skin/menu/bgd-bouton-1-parent.gif) no-repeat top left;
}

#page #suckerfishnav a,
#page #suckerfishnav a:visited {
  display: block;
  width: 130px;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  text-decoration: none;
  color: #fff;
  text-align: center;
}

#page #suckerfishnav .nolink {
  display: block;
  width: 110px;
  height: 35px;
  padding: 0 20px 0 0;
  line-height: 35px;
  font-size: 16px;
  text-decoration: none;
  color: #fff;
  text-align: center;
}

#page #suckerfishnav li:hover {
  background: url(images/skin/menu/bgd-bouton-1.gif) no-repeat -130px 0;
}

#page #suckerfishnav .nolink:hover,
#page #suckerfishnav .nolink.sfhover {
  background: url(images/skin/menu/bgd-bouton-1-parent.gif) no-repeat -130px 0;
}

#page #suckerfishnav li.current_page_item {
  background: url(images/skin/menu/bgd-bouton-1.gif) no-repeat -130px 0;
}

#page #suckerfishnav ul li.current_page_item {
  background: url(images/skin/menu/bgd-bouton-2.gif) no-repeat -260px 0;
}

#page #suckerfishnav li.current_page_ancestor {
  background: url(images/skin/menu/bgd-bouton-1-parent.gif) no-repeat -260px 0;
}

#page #suckerfishnav ul li.current_page_ancestor {
  background: url(images/skin/menu/bgd-bouton-2-parent.gif) no-repeat -260px 0;
}

#page #suckerfishnav ul li.current_page_parent {
  background: url(images/skin/menu/bgd-bouton-2-parent.gif) no-repeat -260px 0;
}

#page #suckerfishnav ul {
  position: absolute;
  width: 130px;
  top: 35px;
  left: -1px;
  visibility: hidden;
}

#page #suckerfishnav ul a,
#page #suckerfishnav ul a:visited {
  width: 110px;
  height: auto;
  padding: 5px 10px;
  line-height: 1em;
  font-size: 14px;
  text-align: left;
}

#page #suckerfishnav ul .nolink,
#page #suckerfishnav ul .nolink81,
#page #suckerfishnav ul .nolink97 {
  width: 100px;
  height: auto;
  padding: 5px 20px 5px 10px;
  line-height: 1em;
  font-size: 14px;
  text-align: left;
}

#page #suckerfishnav ul li {
background: url(images/skin/menu/bgd-bouton-2.gif) no-repeat top left;
}

#page #suckerfishnav ul .nolink,
#page #suckerfishnav ul .nolink81,
#page #suckerfishnav ul .nolink97 {
background: url(images/skin/menu/bgd-bouton-2-parent.gif) no-repeat top left;
}

#page #suckerfishnav ul li:hover {
  background: url(images/skin/menu/bgd-bouton-2.gif) no-repeat -130px 0;
}

#page #suckerfishnav ul .nolink:hover,
#page #suckerfishnav ul .nolink81:hover,
#page #suckerfishnav ul .nolink97:hover,
#page #suckerfishnav ul .nolink.sfhover,
#page #suckerfishnav ul .nolink81.sfhover,
#page #suckerfishnav ul .nolink97.sfhover {
  background: url(images/skin/menu/bgd-bouton-2-parent.gif) no-repeat -130px 0;
}

#page #suckerfishnav ul ul {
  width: 130px;
  top: 0px;
  left: 130px;
  visibility: hidden;
}

#page #suckerfishnav a:hover ul,
#page #suckerfishnav .nolink:hover ul,
#page #suckerfishnav .nolink.sfhover ul {
  visibility:visible;
}

#page #suckerfishnav .nolink:hover ul ul,
#page #suckerfishnav .nolink.sfhover ul ul {
  visibility:hidden;
}

#page #suckerfishnav .nolink:hover ul a:hover ul,
#page #suckerfishnav .nolink:hover ul .nolink:hover ul,
#page #suckerfishnav .nolink:hover ul .nolink81:hover ul,
#page #suckerfishnav .nolink:hover ul .nolink97:hover ul,
#page #suckerfishnav .nolink.sfhover ul .nolink.sfhover ul,
#page #suckerfishnav .nolink.sfhover ul .nolink81.sfhover ul,
#page #suckerfishnav .nolink.sfhover ul .nolink97.sfhover ul {
  visibility:visible;
}


/* ------------------------------- */
/* ----------- Contenu ----------- */
/* --------------------------------*/

#content {
  float: left;
  width: 480px;
  padding: 30px 30px 20px 30px;
  background: url(images/skin/content/bgd-content.gif) repeat-x top;
}

/* -------- Post - Titre --------- */

#content .post h3 {
  margin: 0 0 3px; 0;
  font-size: 18px;
  color: #FF6400;
}

#content .post h4 {
  margin: 0 0 5px 0;
  font-size: 14px;
  color: #FF6400;
}

#content .post h3 .titre-page {
  display: block;
  width: 0;
  height: 0;
  visibility: hidden;
}

/* ------ Post - Info top -------- */

#content .post .post-info-top {
  clear: both;
  color: #999;
  overflow: hidden;
}

#content .post .post-info-top .post-info-top-left {
  float: left;
  width: 425px ;
  margin: 0 5px 10px 0;
  display: inline;
}

#content .post .post-info-top .post-info-top-right {
  float: right;
  width: 50px;
  margin: 0 0 10px 0;
  text-align: right;
}

#content .post .post-info-top .post-info-top-right .post-edit-link {
  font-style: normal;
  color: #00F;
}

#content .post .post-info-top .post-info-top-right .post-edit-link:hover {
  border-bottom: 1px dotted #00F;
}

/* ------ Page - Info top -------- */

#content .post .page-info-top .edition {
  text-align:right;
}

#content .post .page-info-top .edition a {
  color: #00F;
}

#content .post .page-info-top .edition a:hover {
  border-bottom: 1px dotted #00F;
}

/* ------- Post - Contenu -------- */

#content .post .post-content {
  clear:both;
  margin: 0 0 15px 0;
  text-align: justify;
}

#content .post .post-content p {
  margin: 0 0 10px 0;
  line-height: 16px;
}

#content .post .post-content pre {
  margin: 0 0 10px 0;
}

#content .post .post-content img {
  /*margin: 0 0 10px 0;*/
}

#content .post .post-content ul {
  margin: 0 0 10px 0;
}

#content .post .post-content object {
  display: block;
  margin: 0 auto;  
}

#content .post .post-content ul li {
  margin: 0 0 5px 20px;
  list-style-position: outside;
  list-style-image: url(images/skin/content/content-puce.gif);
  line-height: 16px;
}

/* ------- Post - wordTube ------- */

#content .post .post-content .wordtube {
  margin: 0 0 10px 0;
}

/* ------ Post - Info bottom ----- */

#content .post .post-info-bottom {
  color:#999;
}

#content .post .post-info-bottom .post-info-bottom-left {
  float: left;
  width: 345px;
  margin: 0 5px 30px 0;
  display: inline;
}

#content .post .post-info-bottom .post-info-bottom-right {
  float: right;
  width: 130px;
  margin: 0 0 30px 0;
  text-align: right;
}

/* ------ Post - Info bottom ----- */

#content .post .post-info-bottom .post-info-bottom-left .tags {
  font-size: 11px;
  color: #999;
}

#content .post .post-info-bottom .post-info-bottom-left .tags a {
  font-style: italic;
  color: #999;
}

#content .post .post-info-bottom .post-info-bottom-left .tags a:hover {
  border-bottom: 1px dotted #999;
}

/* ------ Post - Navigation ------ */

#content .navigation {
  text-align: center;
}


/* ---------------------------- */
/* ---------- Contact --------- */
/* ---------------------------- */

#content .post .formcontainer .contact-form {
	padding: 10px 20px 20px 20px;
	margin: 0;
	width: 398px;
	background: url(images/skin/form/bgd-form.gif) repeat-y #FFD480;
	border: 1px solid #FFAA00;
}

#content .post .formcontainer .contact-form fieldset {
	margin: 0;
	font-style: normal;
	padding: 0 10px 20px 10px;
	border: 2px solid #FFF;
	margin: 0 0 10px 0;
}

#content .post .formcontainer .contact-form legend {
	font-weight: bold;
	background: transparent;
	padding: 10px 10px;
}

#content .post .formcontainer .contact-form .form-label {
	text-align: right;
	display: block;
	margin: 10px 0 0 0;
	padding: 5px 10px 0 0;
	width: 60px;
	float: left;
}

#content .post .formcontainer .contact-form .form-input {
	margin: 10px 0 0 0;
}

#content .post .formcontainer .contact-form .form-input input.text {
	padding: 3px;
	width: 200px;
	font-size: 11px;	
}

#content .post .formcontainer .contact-form .form-option {
	margin: 10px 0 0 70px;
}

#content .post .formcontainer .contact-form .form-option .check {
	padding: 20px;
}

#content .post .formcontainer .contact-form .form-textarea {
	margin: 10px 0 0 0;
}

#content .post .formcontainer .contact-form .form-textarea textarea {
	padding: 3px;
	width: 280px;
	font-size: 11px;
	font-family: Arial, Helvetica, Tahoma, "Trebuchet MS", sans-serif;
}

#content .post .formcontainer .contact-form .form-submit {
	text-align: center;
	margin: 20px 0 0 0;
}

#content .post .formcontainer .contact-form .form-submit .button {
	padding: 5px 0;
	width: 200px;
}

/* Contact - Traitement erreurs */

#content .post .formcontainer p.error,
#content .post .formcontainer p.important,
#content .post .formcontainer p.information,
#content .post .formcontainer p.success {
border-top: 1px solid #E8E8DE;
display:block;
color: #442;
width: 390px;
padding: 10px 10px 10px 38px;
border: 1px solid #FFAA00;
}

#content .post .formcontainer p.error {
background: url(images/skin/form/form_error.png) no-repeat 12px 50% #FFD480;
border-bottom: 2px solid #DDB046;
}

#content .post .formcontainer p.important {
background: url(images/skin/form/form_important.png) no-repeat  12px 50% #FFD480;
border-bottom: 2px solid #FA8264;
}

#content .post .formcontainer p.information {
background: url(images/skin/form/form_information.png) no-repeat 12px 50% #FFD480;
border-bottom: 2px solid #C5DDF2;
}

#content .post .formcontainer p.success {
background: url(images/skin/form/form_success.png) no-repeat 12px 50% #FFD480;
border-bottom: 2px solid #C7E9B3;
}

#content .post .formcontainer input.error,
#content .post .formcontainer textarea.error {
background: url(images/skin/form/form_exclam.png) no-repeat right 50% #FFC8C8;
}

#content .post .formcontainer span.required {
color: #FF0000;
}


/* ----------------------------- */
/* ------- Commentaires -------- */
/* ----------------------------- */

#comments .comment-view .comment-title {
  margin: 0 0 10px 0;
  font-size: 14px;
  color: #FF6400;
}

#comments .comment-view ol {
  list-style: none;
  text-decoration: none;
  margin: 0 0 20px 0;
}

#comments .comment-view ol li {
  padding: 10px;
  background: #FAFAFA;
}

#comments .comment-view ol .alt {
  background: #F0F0F0;
}

#comments .comment-view ol .comment-info {
  margin: 0 0 5px 0;
}


/* ----------------------------- */
/* ---------- Sidebar ---------- */
/* ----------------------------- */

#sidebar {
  float: left;
  width: 210px;
  display: inline;
  color: #CCC;
  background: url(images/skin/sidebar/bgd-sidebar.gif) no-repeat top;
}

#sidebar a {
  line-height: 18px;
  color: #CCC;
}

#sidebar a:hover {
  border-bottom: 1px dotted #CCC;
}

#sidebar ul {
  margin: 30px 20px 20px 30px;
  text-decoration: none;
  list-style: none;	
}

#sidebar ul ul {
  margin:0;
  padding:0;
}

#sidebar ul .widget {
  margin: 0 0 20px 0;
}

#sidebar ul li .widgettitle {
  margin: 0 0 7px 0;
  font-size: 18px;
  color:#FF6400;
}

#sidebar #wp-calendar {
	font-size: 12px;
	color: #CCC;
}

#sidebar #wp-calendar a {
  margin: 2px 0;
  padding: 2px; 
  color: #121212;
  background-color: #FF6400;
}

#sidebar #wp-calendar a:hover {
  font-weight: bold;
  background-color: #FFAA00;
}


/* ---------------------------- */
/* ---------- Footer ---------- */
/* ---------------------------- */

#footer {
  clear: both;
  width: 750px;
  height: 100px;
  padding: 21px 0 0 0;
  text-align:center;
  color: #CCC;
  background: url(images/skin/footer/bgd-footer.gif) no-repeat top #143246;
}

#footer p {
	font-size: 10px;
}
