/* 
 * HTML5 ✰ Boilerplate
 *
 * What follows is the result of much research on cross-browser styling. 
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 * 
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 13px; line-height: 1.231; }

body, button, input, select, textarea { font-family: sans-serif; color: #222; }

/* 
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #00e; text-decoration: none;}
a:visited { color: #551a8b; }
a:hover {color: #06e; text-decoration: underline; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e 
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9 
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */

table button, table input { *overflow: auto; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/* 
 * Remove inner padding and border in FF3/4: h5bp.com/l 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* 
 * 1. Remove default vertical scrollbar in IE6/7/8/9 
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== primary styles =====================================================
     Sup & dev ~CP TWSL-BBLR20121214-a 
   ========================================================================== */


/* =============================================================================
   RESET
   ========================================================================== */


h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, dfn, em, img, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, button, table, caption, tbody, tfoot, thead, tr, th, td {
    border-bottom-color: -moz-use-text-color;
    border-bottom-style: none;
    border-bottom-width: 0;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: -moz-use-text-color;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: none;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: 0;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: -moz-use-text-color;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: none;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: 0;
    border-top-color: -moz-use-text-color;
    border-top-style: none;
    border-top-width: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}


* {
	margin: 0px;
	padding: 0px;
}

/* =============================================================================
   GRID BASE (= MOBILE)
   ========================================================================== */

.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 {
	margin-left: 10px;
	margin-right: 10px;
}
.align_center, .align_right {
	text-align: left;
}

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

/* =============================================================================
   GESTION DES LIENS
   ========================================================================== */

.on {
}

.menu-art li a.on {
	color: #666;	/*text-shadow: 0 0 0.2em #999;*/
}

/* =============================================================================
   GESTION DES FONTS
   ========================================================================== */


@font-face {
	font-family: 'OpenSansLight';
	src: url('../fonts/OpenSans-Light-webfont.eot');
	src: url('../fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Light-webfont.woff') format('woff'), url('../fonts/OpenSans-Light-webfont.ttf') format('truetype'), url('../fonts/OpenSans-Light-webfont.svg#OpenSansLight') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'OpenSansBold';
	src: url('../fonts/OpenSans-Bold-webfont.eot');
	src: url('../fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Bold-webfont.woff') format('woff'), url('../fonts/OpenSans-Bold-webfont.ttf') format('truetype'), url('../fonts/OpenSans-Bold-webfont.svg#OpenSansBold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'OpenSansRegular';
	src: url('../fonts/OpenSans-Regular-webfont.eot');
	src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Regular-webfont.woff') format('woff'), url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'), url('../fonts/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'OpenSansItalic';
	src: url('../fonts/OpenSans-Italic-webfont.eot');
	src: url('../fonts/OpenSans-Italic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Italic-webfont.woff') format('woff'), url('../fonts/OpenSans-Italic-webfont.ttf') format('truetype'), url('../fonts/OpenSans-Italic-webfont.svg#OpenSansItalic') format('svg');
	font-weight: normal;
	font-style: normal;
}

 i {
	font-family: 'OpenSansItalic';
 }


strong {
	font-family: 'OpenSansBold';
}


/* =============================================================================
   BODY
   ========================================================================== */

body {
	background-color: #FFF;
	background-image: url(../img/bckgnd_glbl_01.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: top;
	color: #333;
	font-family: 'OpenSansRegular', Arial, sans-serif!important;
}



/* =============================================================================
   # LES BLOCS DE BASE > CIBLE MOBILE
   ========================================================================== */



#container {
	background-color: #FFF;
	background-image: url(../img/HEADER_MOBILE.jpg);
	background-repeat: no-repeat;
	background-position: center 40px;
	background-attachment: scroll;
}

#main {
	background-image: url(../img/bckgnd_glbl_03.png);
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 30px;
}
  
  
/* =============================================================================
   # LES H GENERIQUES + DECLINAISONS // sauf footer
   ========================================================================== */
   
h1, h2, h3, h4, h5, h6 {
    color: #404040;
    font-weight: bold;
}  
   
h1 {
}

/* tous les h2*/

h2 {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 3px;
    margin-top: 10px;
}

h2:first-letter {
	text-transform: capitalize;
}

div#main div.grid_12 h2 {
	padding-top: 34px;
}

div#main article div.grid_8 h2 {
	padding-top: 34px;
}

div#main article.grid_4 h2 {
	padding-top: 34px;
}

.generation h2 {
	margin-top:20px;
}

.event h2 {
	font-size:20px;
	line-height:22px;
	margin-top: 20px;
	margin-bottom: 30px;
}
.menu-art h2 {
	font-size: 18px;
	line-height:20px;
}

/* tous les h3*/

h3 {
	font-size: 16px;
    line-height: 36px;
}

h3:first-letter {
	text-transform: capitalize;
}
  
h3 a {
	display: block;
	margin-top: 25px;
	word-spacing: 0.1em;
}

h3.spip {
    background-image: url("../img/h3_fleche.png");
    background-position: left center;
    background-repeat: no-repeat;
    clear: both;
    color: #000000;
    line-height: 20px;
    margin-top: 20px;
    padding-left: 18px;
    text-align: left;
}

.art-contact h3 {
	line-height: 18px;
	margin-left: 10px;
}
.art-lies h3 {
	margin-left: 10px;
}
.infoplus h3 {
	padding-right: 40px;/*text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
	text-transform: uppercase;
	text-shadow: 1px 1px #FFFFFF;*/
}
#event-id h3 {
	background-color: #F7BB00;
	margin: 0px;
	padding-left: 5px;
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
	-moz-border-radius: 0.4em 0em 0em 0em;
	-webkit-border-radius: 0.4em 0em 0em 0em;
	border-radius: 0.4em 0em 0em 0em;
	padding-right: 5px;
}
.theses h3 {
	margin-bottom: 5px;
}

.unclic h3 {
	margin-top: 0px;
	line-height: 18px;
}

/* tous les h4*/

h4 {
}

h4.spip {
    background-image: url("../img/h3_fleche.png");
    background-position: left center;
    background-repeat: no-repeat;
    clear: both;
    color: #000000;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px;
    padding-left: 18px;
    text-align: left;
}

.item h4 {
	line-height: 18px;
	color: #FFF;
	padding-left: 5px;
	margin-bottom: 2px;
	padding-top: 5px;
	padding-right: 1px;
	font-size: 14px;
}
.item h4 a {
	color: #333;
	font-weight: bold;
}

/* tous les h5*/

h5.spip {
	font-size: 14px;
	line-height: 18px;
	color: #000;
	text-align: left;
	clear: both;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

/* =============================================================================
   # P + DECLINAISONS
   ========================================================================== */

p {
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	margin-bottom: 12px;
	margin-top: 2px;
}

h3 + p {
	margin-top: 5px;
	/*text-indent: 20px;*/
}
.art-contact p {
	font-size: 16px;
	margin-left: 10px;
	margin-bottom: 5px;
}
.art-lies p {
	font-size: 16px;
	margin-left: 10px;
}
.chapo-rubrique p {
	font-size: 16px;
	line-height: 22px;
}
.descriptif p {
	font-size: 14px;
	line-height: 20px;
}

.item p {
	font-size: 14px;
	line-height: 16px;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 5px;
}
.location p {
	font-size: 16px;
	margin-bottom: 5px;
}
.welcome p {
	font-size: 15px;
}

.grid_2 div.descriptif p {
	font-size: 14px;
}

/* =============================================================================
   # LISTES
   ========================================================================== */

ul, ol {
    margin-bottom: 18px;
    margin-left: 25px;
    margin-right: 0;
    margin-top: 0;
}
   
ul {
    list-style-image: none;
	list-style-position: inside!important;
}


li {
    font-size: 14px;
    line-height: 20px;
}

h2 + ul {
	margin-top: 15px;
}
   
h3 + ul {
    margin-top: 5px;
}

.art-contact li {
	font-size: 16px;
	list-style-type: none;
}
.art-lies li {
	font-size: 16px;
	list-style-type: none;
}
.menu-art h2 + ul {
	margin-top: 5px;
}
.menu-art li {
	font-size: 14px;
	list-style-type: none;
	text-indent: -4px;
	color: #333;
	margin-bottom: 4px;
}
ul.liste-event {
	margin-top: 10px;
}
ul.liste-event li {
	margin-bottom: 10px;
	list-style-type: none;
	color: #333;
}

/* =============================================================================
   FORMS
   ========================================================================== */
   
/*Global*/

form {
	margin-bottom:18px;
}
form fieldset {
	margin-bottom:18px;
	padding-top:18px;
}
form fieldset legend {
	display:block;
	margin-left:150px;
	font-size:20px;
	line-height:1;
*margin:0 0 5px 145px;
*line-height:1.5;
	color:#404040;
}
form .clearfix {
	margin-bottom:18px;
}
form label, form input, form select, form textarea {
	font-size:13px;
	font-weight:normal;
	line-height:normal;
}
form label {
	padding-top:6px;
	font-size:13px;
	line-height:18px;
	float:left;
	width:130px;
	text-align:right;
	color:#404040;
}
form div.input {
	margin-left:150px;
}
form input[type=checkbox], form input[type=radio] {
	cursor:pointer;
}
form input[type=text], form input[type=password], form textarea, form select, form .uneditable-input {
	display:inline-block;
	width:210px;
	margin:0;
	padding:4px;
	font-size:13px;
	line-height:18px;
	height:18px;
	color:#808080;
	border:1px solid #ccc;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
form select, form input[type=file] {
	height:27px;
	line-height:27px;
}
form textarea {
	height:auto;
}
form .uneditable-input {
	background-color:#eee;
	display:block;
	border-color:#ccc;
	-webkit-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.075);
	-moz-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.075);
	box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.075);
}
form :-moz-placeholder {
color:#bfbfbf;
}
form ::-webkit-input-placeholder {
color:#bfbfbf;
}
form input[type=text], form input[type=password], form select, form textarea {
	-webkit-transition:border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition:border linear 0.2s, box-shadow linear 0.2s;
	transition:border linear 0.2s, box-shadow linear 0.2s;
	-webkit-box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
form input[type=text]:focus, form input[type=password]:focus, form textarea:focus {
	outline:none;
	border-color:rgba(82, 168, 236, 0.8);
	-webkit-box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
	-moz-box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
	box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
}
form div.error {
	background:#fae5e3;
	padding:10px 0;
	margin:-10px 0 10px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
form div.error>label, form div.error span.help-inline, form div.error span.help-block {
	color:#9d261d;
}
form div.error input[type=text], form div.error input[type=password], form div.error textarea {
	border-color:#c87872;
	-webkit-box-shadow:0 0 3px rgba(171, 41, 32, 0.25);
	-moz-box-shadow:0 0 3px rgba(171, 41, 32, 0.25);
	box-shadow:0 0 3px rgba(171, 41, 32, 0.25);
}
form div.error input[type=text]:focus, form div.error input[type=password]:focus, form div.error textarea:focus {
	border-color:#b9554d;
	-webkit-box-shadow:0 0 6px rgba(171, 41, 32, 0.5);
	-moz-box-shadow:0 0 6px rgba(171, 41, 32, 0.5);
	box-shadow:0 0 6px rgba(171, 41, 32, 0.5);
}
form div.error .input-prepend span.add-on, form div.error .input-append span.add-on {
	background:#f4c8c5;
	border-color:#c87872;
	color:#b9554d;
}
form .input-mini, form input.mini, form textarea.mini, form select.mini {
	width:60px;
}
form .input-small, form input.small, form textarea.small, form select.small {
	width:90px;
}
form .input-medium, form input.medium, form textarea.medium, form select.medium {
	width:150px;
}
form .input-large, form input.large, form textarea.large, form select.large {
	width:210px;
}
form .input-xlarge, form input.xlarge, form textarea.xlarge, form select.xlarge {
	width:270px;
}
form .input-xxlarge, form input.xxlarge, form textarea.xxlarge, form select.xxlarge {
	width:530px;
}
form textarea.xxlarge {
	overflow-y:scroll;
}
form input[readonly]:focus, form textarea[readonly]:focus, form input.disabled {
	background:#f5f5f5;
	border-color:#ddd;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.actions {
	background:#f5f5f5;
	margin-top:18px;
	margin-bottom:18px;
	padding:17px 20px 18px 150px;
	border-top:1px solid #ddd;
	-webkit-border-radius:0 0 3px 3px;
	-moz-border-radius:0 0 3px 3px;
	border-radius:0 0 3px 3px;
}
.actions .secondary-action {
	float:right;
}
.actions .secondary-action a {
	line-height:30px;
}
.actions .secondary-action a:hover {
	text-decoration:underline;
}
.help-inline, .help-block {
	font-size:12px;
	line-height:18px;
	color:#bfbfbf;
}
.help-inline {
	padding-left:5px;
*position:relative;
*top:-5px;
}
.help-block {
	display:block;
	max-width:600px;
}
.inline-inputs {
	color:#808080;
}
.inline-inputs span, .inline-inputs input[type=text] {
	display:inline-block;
}
.inline-inputs input.mini {
	width:60px;
}
.inline-inputs input.small {
	width:90px;
}
.inline-inputs span {
	padding:0 2px 0 1px;
}
.input-prepend input[type=text], .input-append input[type=text], .input-prepend input[type=password], .input-append input[type=password] {
	-webkit-border-radius:0 3px 3px 0;
	-moz-border-radius:0 3px 3px 0;
	border-radius:0 3px 3px 0;
}
.input-prepend .add-on, .input-append .add-on {
	background:#f5f5f5;
	float:left;
	display:block;
	width:auto;
	min-width:16px;
	padding:4px 4px 4px 5px;
	color:#bfbfbf;
	font-weight:normal;
	line-height:18px;
	height:18px;
	text-align:center;
	text-shadow:0 1px 0 #fff;
	border:1px solid #ccc;
	border-right-width:0;
	-webkit-border-radius:3px 0 0 3px;
	-moz-border-radius:3px 0 0 3px;
	border-radius:3px 0 0 3px;
}
.input-prepend .active, .input-append .active {
	background:#a9dba9;
	border-color:#46a546;
}
.input-prepend .add-on {
*margin-top:1px;
}
.input-append input[type=text], .input-append input[type=password] {
	float:left;
	-webkit-border-radius:3px 0 0 3px;
	-moz-border-radius:3px 0 0 3px;
	border-radius:3px 0 0 3px;
}
.input-append .add-on {
	-webkit-border-radius:0 3px 3px 0;
	-moz-border-radius:0 3px 3px 0;
	border-radius:0 3px 3px 0;
	border-right-width:1px;
	border-left-width:0;
}
.inputs-list {
	margin:0 0 5px;
	width:100%;
}
.inputs-list li {
	display:block;
	padding:0;
	width:100%;
}
.inputs-list li label {
	display:block;
	float:none;
	width:auto;
	padding:0;
	line-height:18px;
	text-align:left;
	white-space:normal;
}
.inputs-list li label strong {
	color:#808080;
}
.inputs-list li label small {
	font-size:12px;
	font-weight:normal;
}
.inputs-list li ul.inputs-list {
	margin-left:25px;
	margin-bottom:10px;
	padding-top:0;
}
.inputs-list li:first-child {
	padding-top:5px;
}
.inputs-list input[type=radio], .inputs-list input[type=checkbox] {
	margin-bottom:0;
}
form.form-stacked {
	padding-left:20px;
}
form.form-stacked fieldset {
	padding-top:9px;
}
form.form-stacked legend {
	margin-left:0;
}
form.form-stacked label {
	display:block;
	float:none;
	width:auto;
	font-weight:bold;
	text-align:left;
	line-height:20px;
	padding-top:0;
}
form.form-stacked .clearfix {
	margin-bottom:9px;
}
form.form-stacked .clearfix div.input {
	margin-left:0;
}
form.form-stacked .inputs-list {
	margin-bottom:0;
}
form.form-stacked .inputs-list li {
	padding-top:0;
}
form.form-stacked .inputs-list li label {
	font-weight:normal;
	padding-top:0;
}
form.form-stacked div.error {
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	margin-top:0;
	margin-left:-10px;
}
form.form-stacked .actions {
	margin-left:-20px;
	padding-left:20px;
}
   
   
/*Local*/
.menu_lang form {
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: right;
}
.menu_lang form select {
	width: 80px;
}
#formulaire_recherche form {
	margin-top: 15px;
	margin: 0px;
}
#formulaire_recherche form input[type="text"] {
	margin-top: 15px;
	width: 150px;
}
#formulaire_recherche form label {
	display: none;
}
#formulaire_recherche cse-search-box {
	margin-top: 15px;
	width: 150px;
}
.submit {
	height:28px;
}  
   
   
   
/* =============================================================================
   # DOCUMENTS
   ========================================================================== */

.spip_doc_titre {
	font-size: 14px;
	color: #666;
}



/* =============================================================================
   TABLES
   ========================================================================== */  
   
table.spip {
	width: 100%;
	font-size: 14px;
	color: #666;
}


table.spip caption {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	margin: 2px;
}

table.spip thead {
		font-weight: bold;
		margin: 2px;
}


td {
	margin: 2px;
}

tr.row_odd td {
	background-color: #F2F2F2;
	margin: 2px;
}

/* =============================================================================
   # LOGO
   ========================================================================== */

#logo a img {
	height: 60px;
	width: 60px;
	display: none;
}


/* =============================================================================
   # ACCES ENT
   ========================================================================== */

#ent-box {
	text-align: right;
	float: right;
	background-color: #1681A8;
	padding: 3px;
    white-space: nowrap;
	font-weight: bold;
	background-color: #1681A8;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-radius-bottomleft: 5px;
	border-radius-bottomright: 5px;
}


#ent {

}

#ent a {
	font-size: 14px;
	padding: 2px;
	font-weight: bold;
	color: #FFF;
}


/* =============================================================================
   # IMG
   ========================================================================== */


h3 + img {
	margin-top: 5px;
}
.descriptif .spip_logos {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
}
.spip_documents_left {
	margin-right: 30px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

/* =============================================================================
   HEADER ~ SPEC MOBILE
   ========================================================================== */


.univ-titre {
}

.univ-titre a {
	font-family: 'OpenSansLight', Arial, sans-serif!important;
	font-size: 24px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal!important;
	letter-spacing: -2px;
	line-height: 36px;
	color: #000;
	text-decoration: none;
	text-shadow: 0px 1px #CCC;
}

.univ-titre a strong {
	font-family: 'OpenSansBold', Arial, sans-serif!important;
	text-decoration: none;
}

.univ-titre a:hover {
	text-decoration: none;
	color: #333!important;
}



div#formulaire_recherche.formulaire_spip {
	display: none;
}

/*topImg*/

#top-img {

}

div#coin-slider-coin-slider.coin-slider {
	display: none;
}

div#coin-slider img {
	display: none;
}

div#coin-slider img.spip_logos {
	display: none;
}

/*gestion du NAV*/

#menu-top {
	margin-top: 20px;	/*background-image: url(../img/bckgnd_glbl_02.png);
	background-repeat: repeat;*/
}



#menu-top ul li {
	display: block;
	list-style-type: none;
	margin-left: 0;
	margin-right: 0;
	margin-top: 5px;
	width: 300px;
	background-image: url(../img/nav-ul-mobile.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
}

#menu-top ul li a {
	display: block;
	color: #FFF;
	padding: 5px;
}

/* =============================================================================
   HOME ~ SPEC MOBILE
   ========================================================================== */
   

img.imgen {
	display: none;
}


   

/* =============================================================================
   ## CHAPO DANS ARTICLE
   ========================================================================== */

.chapo {
	-moz-border-radius: 0.8em 0em 0.8em 0em;
	-webkit-border-radius: 0.8em 0em 0.8em 0em;
	border-radius: 0.8em 0em 0.8em 0em;
	background-color: #98BF0C;
	font-size: 18px;
	line-height: 22px;
	color: #FFFFFF;
	font-size: 18px;
	margin-bottom: 20px;
	margin-top: 10px;
	padding-bottom: 1px;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 6px;
}

/* =============================================================================
   ## BLOCS DIVERS
   ========================================================================== */

.labos {
	float: right;
	margin-right: 140px;
	margin-top: 5px;
	margin-bottom: 15px;
}

.menu-art {
	clear: both;
}

/* =============================================================================
   ## DATE PUBLI > AFFICHAGE DATE DANS ARTICLE
   ========================================================================== */
   
#date-publi {
	font-size: 14px;
	float: right;
	margin-top: 20px;
	clear: both;
	margin-bottom: 10px;
}
/* =============================================================================
   ## RESEAUX > AFFICHAGE BLOC ADDTHIS DANS ARTICLE
   ========================================================================== */

#reseaux {
	float: right;
	clear: both;
	margin-bottom: 10px;
}


/* =============================================================================
   ## CARTOUCHE CONTACT DANS ARTICLE
   ========================================================================== */

.art-contact div {
	margin-bottom: 30px;
}

/* =============================================================================
   ## EVENT POUR ARTICLE ACTUS
   ========================================================================== */

#event-id {
	float: left;
	width: 220px;
	-moz-border-radius: 0.3em 0.3em 0.3em 0.3em;
	-webkit-border-radius: 0.3em 0.3em 0.3em 0.3em;
	border-radius: 0.3em 0.3em 0.3em 0.3em;
	margin-bottom: 2px;
	margin-right: 10px;
	background-color: #EBEBEB;
	margin-top: 10px;
}
.event-lieu {
	font-size: 14px;
	margin: 5px;
}
.location {
}
.adresse {
}

/* =============================================================================
   ## ITEM POUR RUBRIQUE ACTUS / VIE UNIVERSITE
   ========================================================================== */

.item {
	background-color: #E1E1E1;
	-moz-border-radius: 0.3em 0.3em 0.3em 0.3em;
	-webkit-border-radius: 0.3em 0.3em 0.3em 0.3em;
	border-radius: 0.3em 0.3em 0.3em 0.3em;
	clear: both;
	margin-bottom: 20px;
	padding-bottom: 5px;
	padding-top: 0px; /*5*/
}
.item-date {
	font-size: 14px;
	color: #FFF;
	background-color: #F7BB00;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	-moz-border-radius: 0.4em 0em 0em 0em;
	-webkit-border-radius: 0.4em 0em 0em 0em;
	border-radius: 0.4em 0em 0em 0em;
}
.item-suite {
	background-image: url(../img/h3_fleche.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 14px;
	padding-left: 18px;
}
.passe {
	margin-top: 36px;
}
a.lien-rub-actu {
	color: #FFF;
	background-color: #5473A3;
	margin-right: 10px;
	margin-left: 0px;
	font-weight: normal!important;
	font-size:18px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: inline-block;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	float: right;
	background-image: url(../img/h3_fleche.png);
	background-repeat: no-repeat;
	background-position: left center;
	width: 260px;
}
/* =============================================================================
   ## TEMOIGNAGES
   ========================================================================== */


.temoignages {
	margin-top: 20px;
}

/* =============================================================================
   ## POESIE
   ========================================================================== */

.spip_poesie {
	float: left;
	width: 205px;
	background-color: #D5005C;
	display: block;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
	-moz-border-radius: 0.8em 0em 0.8em 0em;
	-webkit-border-radius: 0.8em 0em 0.8em 0em;
	border-radius: 0.8em 0em 0.8em 0em;
	color: #FFF;
	font-size: 14px;
	font-weight: normal;
}
.spip_poesie > div {
	margin: 5px;
}
.spip_poesie > div + div {
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

.spip_poesie + h3 {
	clear: none!important;
}

.spip_poesie div a.spip_out {
	color: #CCC;
}


/* =============================================================================
   ## TEXTEENCADRE > ENCADREMENT DANS ARTICLE => [(
   ========================================================================== */


.texteencadre-spip {
	background-image: url(../img/texteencadre-img.png);
	background-repeat: no-repeat;
	background-position: left top;
	color: #333;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 50px;
	padding-left: 35px;
	background-color: #FFF!important;
	font-size: 16px;
	line-height: 25px;
}
.texteencadre-spip:hover {
	background-image: url(../img/texteencadre-img-hover.png);
	background-color: #CCCCCC;
}


/* =============================================================================
   ## Mise en forme de blocs via TAGS
   ========================================================================== */


.infoplus {
	background-image: url(../img/infoplus.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.infoplus:hover {
	background-image: url(../img/infoplus-hover.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #F4F4F4;
}
.grid_3 .deco {
	width: 218px!important;
}
.deco {
	-moz-border-radius: 0.8em 0em 0.8em 0em;
	-webkit-border-radius: 0.8em 0em 0.8em 0em;
	border-radius: 0.8em 0em 0.8em 0em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
}
.ubib {
	background-image: url(../img/ubib.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.liste {
}
.liste li {
	font-size: 16px;
}

/* =============================================================================
   # TAGS DANS ARTICLES
   ========================================================================== */


#tags-article {
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

/* =============================================================================
   # SOMMAIRE
   ========================================================================== */

/* =============================================================================
   ## LISTE POUR UNCLIC HOME / REMPLACEMENT WELCOME
   ========================================================================== */


ul.tags {
	list-style-type: none;
	margin-bottom: 5px;
}
.tags li {
	display: inline-block;
	margin-bottom: 5px;
}
.tags li a {
	color: #FFF;
	background-color: #D5005C;
	margin-right: 5px;
	margin-left: 0px;
	font-weight: normal!important;
	font-size:15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	/*display: block;*/
	display: inline-block;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}
.tags li a:first-letter {
	text-transform: capitalize;
}
.tags li a:hover {
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
	text-decoration: none;
}
.en {
	display: none!important;
}
.es {
	display: none!important;
}
.welcome {
}
/* =============================================================================
   ## ELEMENTS POUR ACCES DIRECT
   ========================================================================== */

ul.acces {
	list-style-type: none;
}
/* =============================================================================
   # ANNUAIRE
   ========================================================================== */
   
.annuaire {
}
.annuaire ul {
	margin-top: 10px;
}
.annuaire li {
	list-style-type: none;
	margin-bottom: 10px;
	font-size: 16px;
	color: #333;
}
.annuaire li span {
	list-style-type: none;
	font-size: 18px;
	color: #000;
}
.annuaire li:hover {
	background-color: #F2F2F2;
}
/* =============================================================================
   # MOT
   ========================================================================== */

.mot {
	margin-top: 10px;
	margin-bottom: 20px;
}
.mot h2 {
	color: #FFF;
	background-color: #D5005C;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: inline;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}
h2:first-letter {
	text-transform: capitalize!important;
}
/* =============================================================================
   # VIDEO
   ========================================================================== */


#video-insert-drop {
	margin-bottom: 20px;
}
/* =============================================================================
   # EVENT
   ========================================================================== */

/* =============================================================================
   ## LISTE POUR TAGS
   ========================================================================== */



.tags-labo {
	color: #FFF;
	background-color: #004C66;
	margin-right: 0px;
	margin-left: 5px;
	font-weight: normal!important;
	font-size:15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: block;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	display: inline-block;
	margin-bottom: 5px;
	float: right;
	margin-top: 5px;
}
.tags-labo:first-letter {
	text-transform: capitalize;
}
.tags-labo:hover {
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
	text-decoration: none;
}
/* =============================================================================
   # FONDATION
   ========================================================================== */

.fondation {
	background-image: url(../img/fond_fondation.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}



/* =============================================================================
   FOOTER
   ========================================================================== */
   
footer {
    background-color: #F3F3F3;
    border-top-color: #EEEEEE;
    border-top-style: solid;
    border-top-width: 1px;
    margin-top: 0px;
    padding-top: 16px;
    padding-bottom: 16px;
}

footer h3 {
	line-height: 20px;
	margin-top: 20px;
	text-shadow: 0px 1px #FFF;
	font-weight: bolder;
}
footer a {
	color: #333;
}
footer ul {
	list-style-type: none;
}
footer li {
	margin-left: 5px;
	font-size: 14px;
	line-height: 16px;
}


/*PRES-LPC EN HOME*/


.logo-on:hover {
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
}
.utils {
}
.utils ul {
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}




/* =============================================================================
   => FIN
   ========================================================================== */





/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }



/* ==|== media queries ======================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */

/* =============================================================================
   # EN TEST
   ========================================================================== */
  
h1 {
}
nav.top {
}

/* =============================================================================
   # LES BLOCS > CIBLE INTERMEDIAIRE
   ========================================================================== */

#container {
	background-color: #FFF;
}

}

@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */


/* =============================================================================
   GRID 960 - 960PX
   ========================================================================== */

  
body {
  min-width: 960px;
}

.container_12 {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}

.container_12 .grid_1 {
  width: 60px;
}

.container_12 .grid_2 {
  width: 140px;
}

.container_12 .grid_3 {
  width: 220px;
}

.container_12 .grid_4 {
  width: 300px;
}

.container_12 .grid_5 {
  width: 380px;
}

.container_12 .grid_6 {
  width: 460px;
}

.container_12 .grid_7 {
  width: 540px;
}

.container_12 .grid_8 {
  width: 620px;
}

.container_12 .grid_9 {
  width: 700px;
}

.container_12 .grid_10 {
  width: 780px;
}

.container_12 .grid_11 {
  width: 860px;
}

.container_12 .grid_12 {
  width: 940px;

}
.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;
}

/* =============================================================================
   GESTION DES FONTS
   ========================================================================== */
  
h1 {

}

div#main div.grid_12 h2 {
	padding-top: 0px;
}


div#main article div.grid_8 h2 {
	padding-top: 0px;
}

div#main article.grid_4 h2 {
	padding-top: 0px;
}

  
/* =============================================================================
   # LES BLOCS > CIBLE STANDARD
   ========================================================================== */


#container {
    -moz-box-shadow: 0 0 5px #888888;
	-webkit-box-shadow: 0 0 5px #888888;
	box-shadow: 0 0 5px #888888;
	background-image: none;
}

.no-boxshadow #container {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}


/* =============================================================================
   FORMS
   ========================================================================== */

.menu_lang form {
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: right;
}
.menu_lang form select {
	width: 80px;
}
#formulaire_recherche form {
	margin-top: 15px;
	margin: 0px;
}
#formulaire_recherche form input[type="text"] {
	margin-top: 15px;
	width: 150px;
}
#formulaire_recherche form label {
	display: none;
}
#formulaire_recherche cse-search-box {
	margin-top: 15px;
	width: 150px;
}
.submit {
	height:28px;
}


/* =============================================================================
   # ENT
   ========================================================================== */
   
#ent-box {
	right: 10px;
    position: fixed;
    top: 0;
    white-space: nowrap;
    z-index: 5;
	width: 28px;
	font-weight: bold;
	padding-bottom: 0.6em;
	padding-left: 2.2em;
	padding-right: 1em;
	padding-top: 0.5em;
	background-image: url(../img/nav_fleche.png);
	background-repeat: no-repeat;
	background-position: left -5px;
	background-color: #1681A8;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
	margin: 0px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-radius-bottomleft: 5px;
	border-radius-bottomright: 5px;
}

#ent a {
	color: #FFF;
	text-decoration: none;
	margin-left: 5px;
	padding:0px;
	font-style:13px;
}
#ent a:hover {
	color: #333;
	text-decoration: none;
}
   
   
/* =============================================================================
   HEADER
   ========================================================================== */  
   
.univ-titre {
	margin-bottom: 10px;
} 

.univ-titre a {
	font-size: 42px;
	line-height: 50px;
	letter-spacing: 0px;
} 

.univ-titre a:hover {
	text-decoration: none;
	color: #333;
}
   
div#formulaire_recherche.formulaire_spip {
	display: block;
}
   
#top-img {
	background-image: none;
	background-color: #FFF;
	height: 421px;
}

#coin-slider {
	display: block;
	height: 421px;
}
#coin-slider img {
	display: block;
}

div#coin-slider-coin-slider.coin-slider {
	display: block;
}

div#coin-slider img {
	display: block;
}
div#coin-slider img.spip_logos {
	display: block;
}

#menu-top {
	height: 368px;
	width: 300px;
	position: relative;
	z-index: 2;
	top: -415px;
	left: -5px;
	margin-top: 15px;	
	
}

#menu-top ul {
    margin: 0;
    padding: 0;
}


#menu-top ul li {
	-moz-border-radius: 0.1em 1.2em 0.3em 1.5em;
	border-radius: 0.1em 1.2em 0.3em 1.5em;
	-webkit-border-top-left-radius: 0.1em;
	-webkit-border-top-right-radius: 1.2em;
	-webkit-border-bottom-left-radius: 1.5em;
	-webkit-border-bottom-right-radius: 0.3em;
    display: block;
    height: 65px;
    list-style-type: none;
    margin-bottom: 35px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    opacity: 0.9;
	width: 300px;

}

.no-borderradius #menu-top ul li {
	background-image: url(../img/nav-ul-ie.png);
	background-repeat: repeat;
}

.borderradius #menu-top ul li {
    background-color: #004C66;
}

#menu-top ul li a {
	display: block;
	font-size: 20px;
	line-height:24px;
	color: #FFF;
	letter-spacing: 0;
	margin-top: 0px;/*15*/
	padding-top: 8px;/*6*/
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 35px;
	/*La fleche du menu*/
	background-image: url(../img/nav_fleche.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#menu-top ul li a:hover {
	text-decoration: none;
}
#menu-top ul li .on {
	text-decoration: none;
	background-image: url(../img/nav_fleche_on.png);
	background-repeat: no-repeat;
	background-position: left top;
	color: #999!important;
}
 
#logo {
	position: relative;
	top: -790px;
	left: 810px;
	z-index: 1;
	height: 121px;
	width: 121px;

}
#logo a img {
	height: 121px;
	width: 121px;
	display: block;
}   
   
/* =============================================================================
   COIN SLIDER
   ========================================================================== */  
   
.coin-slider { overflow: hidden; zoom: 1; position: relative; }
.coin-slider a { text-decoration: none; outline: none; border: none; }

.cs-buttons { font-size: 0px; padding: 10px; float: left; }
.cs-buttons a { margin-left: 5px; height: 10px; width: 10px; float: left; border: 1px solid #B8C4CF; color: #B8C4CF; text-indent: -1000px; }
.cs-active { background-color: #B8C4CF; color: #FFFFFF; }

.cs-title { display: none;}

.cs-prev, .cs-next { background-color: #000000; color: #FFFFFF; padding: 0px 10px; }

/* =============================================================================
   MAIN
   ========================================================================== */


#main {
	background-image: none;
	background-color: #FFF;
	margin-top: 0px;
	padding-bottom: 20px;
}
/* =============================================================================
   HOME
   ========================================================================== */

img.imgen {
	display: block;
}

/* =============================================================================
   ARTICLE
   ========================================================================== */  
.menu-art {
	clear: none;
}

   
   
   
/* =============================================================================
   FOOTER
   ========================================================================== */  
   
footer li {
	font-size: 13px;
	line-height:18px;
}

}
/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !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; }
  footer {display:none; }
  div.menu-art {display:none; }
  nav#menu-top {display:none; }
  div#ent-box {display:none; }
  header div.grid_2 {display:none; }
  header div.grid_3 {display:none; }
}

