/*
	Variable Grid System.
	Learn more ~ http://www.spry-soft.com/grids/
	Based on 960 Grid System - http://960.gs/

	Licensed under GPL and MIT.
*/

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }

/*
  Forces backgrounds to span full width,
  even if there is horizontal scrolling.
  Increase this if your layout is wider.

  Note: IE6 works fine without this fix.
*/

/*body {
	margin: 0;
	min-width: 830px;
	background: #004f40 url(../img/fond_centre.jpg) repeat-y center top;
	font: 14px "Quicksand", sans-serif;
	color: #000;
	font-weight: normal;
}*/

body {
	margin: 0;
	min-width: 830px;
	/*background-color: #004f40;*/
	background-image: url(../img/fond_centre.jpg), url(../img/fond_sben.png);
	background-position: center top, left top;
	background-repeat: repeat-y, repeat;
	font: 14px "Quicksand", sans-serif;
	/*font: 14px "Muli", sans-serif;*/
	color: #000;
	font-weight: normal;
}

.accueil {
	background-image: url(../img/fond_accueil.jpg), url(../img/fond_centre.jpg), url(../img/fond_sben.png);
	background-position: center 198px, center top, left top;
	background-repeat: no-repeat, repeat-y, repeat;
}

.lt-ie9 .accueil {
	background-image: none;
	background: #004f40 url(../img/fond_centre.jpg) repeat-y center top;
}

img {
	border: 0;
}

a {
	color: #000;
}

/* Containers
----------------------------------------------------------------------------------------------------*/
.container_2 {
	margin-left: auto;
	margin-right: auto;
	width: 830px;
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/


.grid_1,
.grid_2,
.grid_3 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
}



.push_1, .pull_1,
.push_2, .pull_2 {
	position:relative;
}


/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

/* Grid >> 2 Columns
----------------------------------------------------------------------------------------------------*/


.container_2 .grid_1 {
	width: 290px;
}

.container_2 .grid_2 {
	width: 500px;
}

.container_2 .grid_3 {
	width: 820px;
}




/* Prefix Extra Space >> 2 Columns
----------------------------------------------------------------------------------------------------*/


.container_2 .prefix_1 {
	padding-left:415px;
}



/* Suffix Extra Space >> 2 Columns
----------------------------------------------------------------------------------------------------*/


.container_2 .suffix_1 {
	padding-right:415px;
}



/* Push Space >> 2 Columns
----------------------------------------------------------------------------------------------------*/


.container_2 .push_1 {
	left:415px;
}



/* Pull Space >> 2 Columns
----------------------------------------------------------------------------------------------------*/


.container_2 .pull_1 {
	left:-415px;
}




/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */

.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
}

/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/

.clearfix {
  zoom: 1;
}

header {
	margin-bottom: 45px;
}

.logo {
	text-align: center;
	margin-top: 45px;
	margin-bottom: 40px;
}

a.au_menu {
	border: 0;
	display: block;
	width: 151px;
	height: 151px;
	background-image: url(../img/au_menu.png);
	position: absolute;
	left: 613px;
	top: 215px;
}

img.au_menu {
	border: 0;
	display: block;
	width: 151px;
	height: 151px;
	position: absolute;
	left: 613px;
	top: 215px;
}

.txt_intro {
	margin-top: 35px;
	margin-top: 15px;
	text-align: center;
}

.txt_intro .txt_entrer {
	font-family: "Judson", serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #000;
	border-top: 1px solid #cbc1ae;
	padding-top: 35px;
	margin-top: 14px;
}

.txt_entrer a:hover {
	text-decoration: none;
	color: #000;
}

header nav ul, header nav ol {
	list-style: none;
	height: 54px;
	margin: 0;
	padding: 0;
}

header nav ul li {
	display: inline-block;
	width: auto;
	height: 54px;
	float: left;
	text-align: center;
	letter-spacing: 2px;
	padding: 0 16px;
	border-right: 3px double #cbc1ae;
}

header nav ul li.mainnav_first {
	border-left: 3px double #cbc1ae;
}

header nav ul li span {
	display: block;
	font-weight: bold;
	color: #c5c5ab;
	padding-top: 7px;
}

.txt_intro .txt_entrer a, header nav ul li a, #sidenav ul li a, footer a {
	font-family: "Judson", serif;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
}

#sidenav ul li a.selected {
	font-weight: bold;
}

.txt_intro h1, 
.txt_intro .txt_entrer a:hover, 
header nav ul li a:hover, header nav ul li a.selected, 
#sidenav ul li a:hover, #sidenav ul li a.selected, 
footer a:hover {
	color: #004f40;
}

h1, h2 {
	font: 14px "Judson", serif;
	color: #000;
	font-weight: normal;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 0;
	margin-bottom: 15px;
}

h1 span, h2 span {
	font-family: "Quicksand", sans-serif;
	/*font-family: "Muli", sans-serif;*/
	display: block;
	font-weight: bold;
	color: #c5c5ab;
}

h3 {
	font: bold 13px "Quicksand", sans-serif;
	/*font: bold 13px "Muli", sans-serif;*/
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 0;
}

h2, h3 {
	margin-bottom: 7px;
}

h4 {
	font: bold 13px "Quicksand", sans-serif;
	/*font: bold 12px "Muli", sans-serif;*/
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 0;
}

.txtb {
	font-weight: bold;
}

.txti {
	/*font-family: "Judson", serif;*/
	font-family: "Quicksand", sans-serif;
	font-style: italic;
}

.txtc {
	color: #8d0606;
}

#sidenav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font: 13px "Judson", serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	letter-spacing: 1px;
}

#sidenav ul li {
	margin-bottom: 2px;
}

#sidenav ul span {
	font-family: "Quicksand", sans-serif;
	font-weight: bold;
	color: #c5c5ab;
	display: inline-block;
	width: 45px;
	/*font: bold 11px "Muli", sans-serif;*/
}

#sidenav ul.ssnav {
	list-style: none;
	margin: 0 0 14px 0;
	padding: 0;
	font: 12px "Judson", serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	letter-spacing: 1px;
}

#sidenav ul.ssnav span {
	font-family: "Quicksand", sans-serif;
	font-weight: bold;
	color: #c5c5ab;
	display: inline-block;
	width: 60px;
	/*font: bold 11px "Muli", sans-serif;*/
}

#sidenav ul.niv3 span {
	font-family: "Quicksand", sans-serif;
	font-weight: bold;
	color: #c5c5ab;
	display: inline-block;
	width: 75px;
	/*font: bold 11px "Muli", sans-serif;*/
}

.col_gauche_infos {
	padding-top: 35px;
	width: 260px;
}

.col_gauche_infos h4 {
	letter-spacing: 0;
}

.col_gauche_infos a {
	font-size: 12px;
	text-decoration: none;
}

.col_gauche_infos div {
	font-size: 13px;
	margin-bottom: 7px;
}

article div, .txt_intro div {
	margin-bottom: 7px;
}

table td {
	vertical-align: top;
	padding-bottom: 3px;
	border-bottom: 1px dotted #cbc1ae;
}

.liste_bulletins {
	width: 130px;
}

.liste_publications img {
	float: left;
	margin: 0 14px 14px 0;
	border: 1px solid #c8c8c9;
}

.liste_publications li {
	clear: left;
	margin-bottom: 14px;
}

.tableau_bulletin td {
	padding: 0 10px;
	text-align: right;
}

.photo_left {
	float: left;
	margin: 4px 14px 0 0;
}

.photo_right {
	float: right;
	margin: 4px 0 0 14px;
}

#inscription input[type="text"], #inscription input[type="tel"], #inscription input[type="email"], #inscription textarea, 
#form_admin input[type="text"], #form_admin input[type="password"], #form_admin textarea {
	border: 1px solid #c5c5ab;
	width: 488px;
	padding: 3px 5px;
	font: 14px "Quicksand", sans-serif;
	color: #000;
	font-weight: normal;
}

#form_admin input[type="text"], #form_admin input[type="password"] {
	width: 244px;
}

#inscription input[type="text"].inscription_lieu, #inscription input[type="text"].inscription_date {
	width: 200px;
	margin-left: 7px;
}

#inscription input[type="submit"], 
#form_admin input[type="submit"] {
	border: 1px solid #c5c5ab;
	background-color: transparent;
}

#inscription input[type="text"].error, #inscription input[type="tel"].error, #inscription input[type="email"].error {
	border-color: #8d0606;
}

#inscription label.error {
	color: #8d0606;
	font-size: 11px;
	font-weight: bold;
}

.notebp {
	font-size: 10px;
	display: inline-block;
	top: -5px;
	position: relative;
}

a.notebp {
	text-decoration: none;
}

.notes {
	font-size: 11px;
}

.notes .notebp {
	display: inline-block;
	top: 0;
	position: relative;
}

footer {
	font: 11px "Judson", serif;
	color: #000;
	text-transform: uppercase;
	text-align: center;
	border-top: 1px solid #cbc1ae;
	margin-top: 30px;
	padding: 10px 0;
	letter-spacing: 2px;
}

footer span {
	color: #c5c5ab;
}

@media print {

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

#mainheader, #sidenav, footer {
	display: none;
}

h1, h2 {
	font-family: "Times New Roman", Times, serif;
}

body, .container_2, .grid_2 {
	width: 100%;
}

* { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

/* @group admin */

#sidenav.admin ul {
	margin-left: 14px;
}

.jqte { width: 508px; border: 1px solid #c5c5ab; overflow: hidden; }
/*.jqte * { font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#333 }*/
.jqte_Panel { height: 25px; padding: 2px; background: #F5F5F5; border-bottom: #c5c5ab 1px solid }
.jqte_Panel a { display:block; float:left; width:22px; height:22px; border:#F5F5F5 1px solid; text-align:center; background:url(../img/jquery-te.png) no-repeat; font-weight:bold; cursor:pointer; -webkit-border-radius:2px; -moz-border-radius:2px; border-radius:2px; }
.jqte_Panel a.bold { background-position:0 0 }
.jqte_Panel a.italic { background-position:-22px 0 }
.jqte_Panel a.underline { background-position:-44px 0 }
.jqte_Panel a.orderedlist { background-position:-66px 0 }
.jqte_Panel a.unorderedlist { background-position:-88px 0 }
.jqte_Panel a.subscript { background-position:-110px 0 }
.jqte_Panel a.superscript { background-position:-132px 0 }
.jqte_Panel a.outdent { background-position:-154px 0 }
.jqte_Panel a.indent { background-position:-176px 0 }
.jqte_Panel a.strike { background-position:-198px 0 }
.jqte_Panel a.remove { background-position:-220px 0 }
.jqte_Panel a.rule { background-position:-242px 0 }
.jqte_Panel a:hover, .jqte_Active { border:#CCC 1px solid !important; box-shadow:inset 0 0 2px #999; -moz-box-shadow:inset 0 0 2px #999; webkit-box-shadow:inset 0 0 2px #999; background-color:#FFF }
.jqte_Panel a:active, .jqte_Active { background-color:#DDD !important }
.jqte_Content { padding: 5px; background:#FFF; min-height:100px; max-height:400px; overflow-y:auto; outline:none; word-wrap:break-word; -ms-word-wrap:break-word; }
.jqte_Content div, .jqte_Content p { margin:0 0 7px }
.jqte_Content blockquote { margin-top:0; margin-bottom:7px }

/* @end */