@charset "utf-8";
@import "reset.css";

.code
{
	white-space: pre;
	font-family: "Courier New", monospace;
	overflow-x: auto;
	overflow-y: hidden;
	padding: 10px;
	border: 1px solid white;
	display: block;
	background: white;
}

.pub .banner
{
	border: 1px solid white;
}

.pub
{
	background-color: #eee;
	padding: 10px;
	margin-bottom: 10px;
}

#social
{
	margin-top: 20px;
	color: #666;
}

#social p
{
	line-height: 1.5em;
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 1em;
}

#social p span
{
	color: red;
}

#social table tr#legend td
{
	background-color: #d8dfea;
	padding: 10px;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	font-weight: bold;
}

#social table td
{
	background-color: #eee;
	padding: 10px;
	border-right: 1px solid white;
	vertical-align : top;
}

#social table tr:hover td
{
	background-color: #d8dfea;
	padding: 10px;
	border-right: 1px solid white;
}

#social #main
{
	width: 466px;
	float: right;
	padding: 10px 0px 10px 20px;
	border-left: 1px solid #d8dfea;
}

#social #second
{
	width: 150px;
	float: left;
	padding-top: 10px;
	background-color: white;
}

#social #second li
{
	margin-bottom: 10px;
}

#social #second a img
{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	position: relative;
	left: 40px;
	margin-bottom: 20px;
}

#social h2
{
	margin: 0px 0px 10px 0px;
	padding-bottom: 10px;
	border-bottom: 1px solid #d8dfea;
}

#social dl.infos{margin:0}
#social dl.infos dt,
#social dl.infos dd{padding:1px 0 3px 0}
#social dl.infos dt{float:left;clear:left; width: 70px;}
#social dl.infos dd{float:left;margin:0;padding-left:10px; color: black;}

#social form label { display: none; }

#social form input[type=text]
{
	font-size: 1em;
	width: 200px;
}
#social form select
{
	font-size: 1em;
	width: 200px;
	padding-left: 5px;
}

#social form input[type=submit]
{
	font-size: 1em;
	border: none;
	background: #eee;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #333;
	text-decoration: none;
	font-weight: lighter;
	line-height: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-right: 10px;
	position:relative;
	left: 80px;
}

#social form input[type=submit]:hover
{
	background: #be1e36;
	color: white;
}

#onglets
{
	background-color: #eee;
	padding: 15px 15px 0px 15px;
	float: left;
	width: 610px;
	border-bottom: 1px solid #d8dfea;
}

#onglets li
{
	display: block;
	float: left;
}

#onglets li a
{
	color: #666;
	display: block;
	background-color: #d8dfea;
	position: relative;
	top: 1px;
	padding: 8px 12px 8px 12px;
	border: none;
	margin-right: 3px;
}

#onglets li a:hover
{
	color: white;
	background-color: #627aad;
}

#onglets li a.active
{
	display: block;
	background-color: white;
	position: relative;
	top: 1px;
	padding: 8px 12px 8px 12px;
	border-width: 1px;
	border-color: #d8dfea;
	border-style: solid solid none solid;
	margin-right: 2px;
	font-weight: bold;
}

#onglets li a.active:hover
{
	color: #666;
}


.clear
{
	clear: both;
}

body
{
	background-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

p
{
	font-size: 1.1em;
	line-height: 1.3em;
}

a
{
	color: #BE1E36;
	text-decoration: none;
}

h1.report
{
	display:block;
	text-indent: -5000px;
	width: 640px;
	height: 244px;
	background-repeat: no-repeat;
	-moz-border-radius: 0px 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border: none;
	padding: 0px;
	margin-top: 15px;
	margin-bottom: 0px;
}

#plan h2
{
	margin-top: 15px;
	color: #666666;
	font-size: 1.2em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-bottom: 5px;
	padding-bottom: 5px;
	display: block;
}

#plan ul li
{
	display: block;
	float: left;
	margin:10px;
	width: 150px;
}

#plan ul li a
{
	color: #999;
}

#plan ul li a:hover
{
	color: #be1e36;
}

h2.report
{
	display:block;
	text-indent: -5000px;
	width: 640px;
	height: 125px;
	background-repeat: no-repeat;
	-moz-border-radius: 0px 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	margin-top: 10px;
	margin-bottom: 20px;
}

h1
{
	color: #BE1E36;
	font-size: 2em;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #EEEEEE;
	margin-bottom: 15px;
	padding-bottom: 5px;
}

h2.title
{
	font-size: 1.5em;
	margin-bottom: 10px;
	padding-bottom: 0px;
	margin-top: 15px;
}

a.add_top
{
	display: block;
	width: 1000px;
	height: 153px;
	margin: auto;
	text-indent: -5000px;
}

a.btn_add
{
	display: block;
	width: 118px;
	height: 27px;
	background: red url(../img/bg_btn_add.png) no-repeat;
	color: white;
	text-align: left;
	line-height: 27px; 
	padding-left: 60px;
	font-weight: bold;
	margin: auto;
	margin-top: 15px;
	
}

a.btn_add:hover
{
	background: yellow url(../img/bg_btn_add_hover.png) no-repeat;
}

a.report_back
{
	position: relative;
	background: white;
	top: -90px;
	left: 450px;
	padding: 10px 15px 10px 15px;
	font-weight: bold;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 3px #666;
	-moz-box-shadow: 0 0 3px #666;
	box-shadow: 0 0 3px #666;
}

a.report_start
{
	position: relative;
	top: -120px;
	left: 450px;
	background: white;
	-moz-border-radius: 0px 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	color: #666;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

a.report_start:hover
{
	color: white;
	background-color: #be1e36;
}

a.prev
{
	color: #333;
	background: #eee;
	padding: 10px 20px 10px 20px;
	-moz-border-radius:  5px;
	-webkit-border-radius: 5px;
	border: 1px solid #ccc;
	float: left;
}

a.next
{
	color: #333;
	background: #eee;
	padding: 10px 20px 10px 20px;
	-moz-border-radius:  5px;
	-webkit-border-radius: 5px;
	border: 1px solid #ccc;
	float: right;
}

/* 

WRAPPER //
Conteneur gÃÂ©nÃÂ©ral de la page
Contient le Header, la Nav, le Main, le Second et le Footer

*/

#wrapper
{
	width: 1000px;
	margin: auto;
	background-color: white;
}

#spinner
{
	position: absolute;
	height: 19px;
	width: 220px;
	margin-top: 7px;
	margin-left: 210px;
}

#paginator
{
	float: left;
	width: 640px;
	margin-bottom: 15px;
}

#paginator a
{
	display: block;
	height: 30px;
	width: 88px;
	float: left;
}

#paginator div
{
	height: 30px;
	width: 88px;
	float: left;
	display: block;
	text-indent: -5000px;
}
#paginator .disabled
{
	display: none;
}
#paginator .ajax_next
{
	float: right;
	background-image: url(../img/ajax_suivant.png);
}

#paginator .ajax_prev
{
	float: left;
	background-image: url(../img/ajax_precedent.png);
}

/* 

HEADER //
BanniÃÂ¨re du haut de page du site
Contient les liens des trois sites/secteurs, les liens types RSS, contact, newsletter, etc...
Le logo du site ainsi qu'une banniÃÂ¨re publicitaire

*/


#header
{
	background-color: #be1e36;
	height: 150px;
}

#header .logo
{
	display: block;
	float: left;
	position: relative;
	top: 20px;
	left: 30px;
}

#header .add
{
	height: 90px;
	width: 728px;
	float: right;
	margin-right: 10px;
	margin-top: 10px;
}

#header #links_sites li
{
	float: left;
}

#header #links_sites a
{
	display: block;
	float: left;
	height: 35px;
	width: 135px;
	text-indent: -5000px;
}

#header #links_sites .world
{
	background-image: url(../img/icons/btn_world.png);
}

#header #links_sites .book
{
	background-image: url(../img/icons/btn_book.png);
}

#header #links_sites .shop
{
	background-image: url(../img/icons/btn_shop.png);
}


#header #links_else li
{
	display:block;
	float: right;
	/* width: 135px; */
}

#header #links_else a
{
	display: block;
	float: right;
	color: #FFFFFF;
	padding-left: 20px;
	margin-right: 20px;
	margin-top: 5px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 15px;
}

#header #links_else a:hover
{
	color: #FADEE2;
}

#header #links_else .contact
{
	background-image: url(../img/icons/contact.png);
}

#header #links_else .rss
{
	background-image: url(../img/icons/rss.png);
}

#header #links_else .login
{
	background-image: url(../img/icons/login.png);
}

#header #links_else .subscribe
{
	background-image: url(../img/icons/subscribe.png);
}

/* 

NAV //
Navigation principale du site
Contient les liens vers les diffÃÂ©rentes sections du site

*/

#nav
{
	background-color: #EEEEEE;
	float: left;
	width: 100%;
	display: block;
}

#nav li
{
	float: left;
}

#nav a
{
	display: block;
	float: left;
	color: #666666;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 12px;
	padding-left: 15px;
	font-size: 1.2em;
}

#nav a:hover
{
	background-color: #BE1E36;
	color: #FFFFFF;
}

#nav a.active
{
	background-color: #BE1E36;
	color: #FFFFFF;
}

/* 

MAIN //
Conteneur principal d'information
Colonne de gauche


*/

#main
{
	width: 640px;
	float: left;
	padding: 20px;
}

#main .alpha 
{
	display: block;
	width:100%;
	margin-bottom: 15px;
	float:left;
}

#main .alpha li
{
	display: block;
	float: left;
	border-right: dotted 1px #ccc;
	padding-right: 6px;
	margin-right: 6px;
}

#main .alpha li a.active
{
	font-weight: bold;
}


#main #slideshow
{
	width: 640px;
	background-color: white;
	margin-bottom: 15px;
	height: 244px;
	overflow: hidden;
}

#main .main_left
{
	width: 310px;
	float: left;
}

#main .main_right
{
	width: 310px;
	float: right;
}

#main .main_module h2 a
{
	text-decoration: none;
	font-size: 1.5em;
	display: block;
	padding: 5px;
	background-color: #666666;
	background-image: url(../img/bg_item.png);
	background-repeat: no-repeat;
	color: #FFFFFF;
}

#main .main_module h2 a:hover
{
	color: #e7e7e7;
}

#main .main_module
{
	margin-bottom: 10px;
}

#main .main_module li
{
	background-color: #EEEEEE;
	padding: 10px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}


#main .main_module li.zoom
{
	background-color: #EEEEEE;
	background-image:url(../img/bg_zoom.png);
	background-repeat: no-repeat;
	padding: 10px;
	padding-right: 15px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

#main .main_module li:hover
{
	background-color: #DADADA;
}

#main .main_module li img
{
	float: left;
	display: block;
	border: 1px solid #CCCCCC;
	overflow: hidden;
	width: 60px;
	height: 60px;
}

#main .main_module .main_module_content
{
	float: right;
	width: 215px;
	font-size: 0.9em;
}

#main .main_module h3 a
{
	color: #BE1E36;
	font-size: 1.1em;
	text-decoration: none;
	margin-bottom: 5px;
	display: block;
}

#main .main_module .main_module_content_liste
{
	float: right;
	width: 545px;
	font-size: 0.9em;
}

#main .main_module .main_module_content_liste_rss
{
	float: right;
	width: 100%;
	font-size: 0.9em;
}

#main .main_module h3 a
{
	color: #BE1E36;
	font-size: 1.1em;
	text-decoration: none;
	margin-bottom: 5px;
	display: block;
}

#main .main_module a:hover
{
	color: #999999;
}

#main .main_module .more a.see_more
{
	display: block;
	background: white url(../img/icons/see_more.png) no-repeat;
	height: 16px;
	width: 96px;
	text-indent: -5000px;
}

#main #nav_fil li
{
	display: block;
	float: left;
	margin-right: 10px;
	padding-right: 10px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
}

#main #nav_fil
{
	display: block;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

#main #nav_fil a
{
	color: #999999;
}


#main ul.listing
{
	display: block;
	width: 640px;
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;
}

#main  ul.listing li
{
	width: 290px;
	display: block;
	float: left;
	background-color: #eee;
	padding: 10px;
	margin: 5px;
	min-height: 150px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

#main  ul.listing img
{
	display: block;
	float: left;
	margin-right: 10px;
	width: 105px;
}

#main  ul.listing img + h3
{
	display: block;
	float: right;
	margin: 0px;
	width: 170px;
	color: #be1e36;
	font-size: 13px;
}

#main  ul.listing h3 + p
{
	display: block;
	float: right;
	width: 170px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


#main #intro
{
	padding: 10px;
	margin-bottom: 15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #CCC;
	background-color: #eee;
}

#main #intro img
{
	float: left;
}

#main #intro img.image_post
{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}


#main #intro #intro_content
{
	float: right;
	width: 410px;
	display: block;
}

#main #intro #intro_content li
{
	display: block;
	margin-bottom: 10px;
}

#main  #intro  #intro_content  ul  li a
{
	background-color: white;
	padding: 5px;
	border: 1px dotted #CCC;
	display: block;
}
#main  #intro  #intro_content  ul  li  a:hover
{
	background-color: #EEE;
}

#main  #intro  #intro_content  h2
{
	color: #BE1E36;
	font-size: 1.2em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

#main #content p
{
	line-height: 1.5em;
	margin-bottom: 10px;
	margin-top: 10px;
}

#main #content .signature
{
	display: block;
	color: #999999;
	text-align: right;
	margin-top: 20px;
	margin-bottom: 20px;
}

#main #intro #links_buy
{
	display: block;
	float: right;
	width: 410px;
}

#main #intro #links_buy li a
{
	display: block;
	float: left;
	background-color: #FFCC00;
	line-height: 32px;
	text-align: left;
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 35px;
	height: 33px;
	padding-right: 5px;
}

#main #intro #links_buy a:hover
{
	color: #FFFFFF;
	background-color: #B0B0B0;
}

#main #intro #links_buy .amazon
{
	background-image: url(../img/icons/buy_amazon.png);
}

#main #comments
{
	background-color: #EEEEEE;
	padding: 15px;
	margin-top: 15px;
	margin-bottom: 10px;
}
#main #comments h3
{
	font-size: 1.2em;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

#main #comments li
{
	color: #666666;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-left: 20px;
}

#main #comments .member
{
	display: block;
	font-weight: bold;
	color: #666666;
	margin-bottom: 5px;
}

#main h3.pannel_activation a, #main h3.pannel_activation
{
	color: #666666;
	font-size: 1.2em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-bottom: 5px;
	padding-bottom: 5px;
	display: block;
}

#main #pannel_options
{
	background-color: #EEEEEE;
	padding: 10px;
	margin-bottom: 15px;
}

#main #pannel_options h3 a
{
	color: #999999;
	margin-bottom: 10px;
	display: block;
}
#main #pannel_options ul li
{
	float: left;
}


#main #pannel_options ul li a
{
	display: block;
	float: left;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin-right: 10px;
	color: #999999;
	border: 1px dotted #CCCCCC;
	width: 130px;
	text-align: center;
	line-height: 18px;
	margin-bottom: 10px;
}
#main  #pannel_options  ul li a:hover
{
	color: #666666;
	border: 1px solid #666666;
}

#main form.general
{
	width: 630px;
}

#main form.general .select_date
{
	width: 100px;
}

#main form.general fieldset
{
	background-color: #EEEEEE;
	padding: 15px;
	margin-bottom: 20px;
}


#main form.general legend
{
	color: #666666;
	font-size: 1.3em;
	font-weight: bold;
	background-color: #FFFFFF;
	padding: 8px;
}

#main form.general p
{
	display: block;
	margin-bottom: 10px;
}

#main form.general label
{
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-bottom: 5px;
	padding-bottom: 5px;
	color: #666666;
	font-size: 1em;
}

#main form.general .error
{
	display: block;
	padding: 5px;
	margin-top: 5px;
	background-color: #FFFFCC;
	color: #BE1E36;
	border: 1px dotted #FFFFFF;
}

#main form.general input[type=text]
{
	width: 600px;
	padding: 5px;
}

#main form.general input[type=password]
{
	width: 600px;
	padding: 5px;
}

#main form.general input[type=submit]
{
	border: none;
	background: #eee;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #333;
	text-decoration: none;
	font-weight: lighter;
	line-height: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-right: 10px;
}

#main form.general input[type=submit]:hover
{
	background: #be1e36;
	color: white;
}

#main form.general select
{
	width: 610px;
	padding: 5px;
}


#main form.general textarea
{
	width: 600px;
	height: 70px;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
}

#search
{
	padding: 10px;
	float: left;
    width: 300px;
	display: block;
}
#search input[type=text]
{
	padding: 5px;
	width: 250px;
	background-image: url(../img/icons/bg_input.png);
	background-repeat: repeat-x;
	border: solid;
	border-color: #999;
	border-width: 1px;
	float: left;
	color: #999;
}
#search input[type=image]
{
	float: right;
}

#main #message
{
	background-color: #FFFFDD;
	border: 1px solid #CCCCCC;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 60px;
	background-repeat: no-repeat;
	background-position: 10px center;
}

#main  .succes#message 
{
	background-image: url(../img/icons/message_ok.png);
}

#main  .edit#message 
{
	background-image: url(../img/icons/site_edit.png);
}

#main  .info#message 
{
	background-image: url(../img/icons/message_info.png);
}

#main  .error#message 
{
	background-image: url(../img/icons/message_error.png);
}

#main  .buy#message 
{
	padding-left: 135px !important;
	background-image: url(../img/icons/buy_amazon.png);
}


#main  .exposika#message 
{
	padding-left: 135px !important;
	background-image: url(../img/icons/logo_exposika.png);
}

#main .module_add
{
	background: #eee url(../img/bg_module_add.png) repeat-y;
	padding: 10px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	margin-bottom: 15px;
}

#main .module_add ul
{
	display: block;
	float: left;
	width: 155px;
}

#main .module_add ul li a
{
	font-weight: bold;
	margin-bottom: 5px;
	display: block;
	color: #333;
}

#main .module_add ul li a.active
{
	font-weight: bold;
	margin-bottom: 5px;
	display: block;
	color: #be1e36;
}

#main .module_add ul li a:hover
{
	color: #be1e36;
}

#main .module_add .content
{
	float: right;
	width: 460px;
	text-align: center;
}

/* 

SECOND //
Conteneur secondaire d'information
Colonne de droite
Contient diffÃÂ©rents modules comme les derniers articles, de la publicitÃÂ©, ou des vidÃÂ©os

*/

#second
{
	width: 320px;
	float: right;
	background-color: #cccccc;
}

#second .module
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#second .module h2
{
	background-color: #BE1E36;
	padding: 5px;
	color: #FFFFFF;
}

#second .module .module_list a
{
	display: block;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	width: 300px;
}

#second .module .module_list li
{
	float: left;
	width: 100%;
}

#second .module .module_img li
{
	margin: 10px;
}

#second .module .module_list a:hover
{
	background-color: #CCCCCC;
}

#second .concours
{
	padding: 10px;
}

#second .concours img
{
	display: block;
	float:left;
}

#second .concours span
{
	display: block;
	float:right;
	width: 230px;
}

#second .concours span h3 a
{
	color: #666666;
	font-weight: bold;
}

#second .concours span a.else
{
	margin-bottom: 3px;
	padding-bottom: 3px;
	border-bottom: dotted white 1px;
	display: block;
}

#second .concours span a.else:hover
{
	color: #666666;
}


/* 

FOOTER //
Bas de page
Contient tous les liens du site

*/

#footer
{
	padding: 20px;
	background-color: #EEEEEE;
}

#footer .footer_col
{
	float: left;
	width: 210px;
	height: 181px;
	margin-right: 10px;
	padding: 10px;
	background: white url(../img/footer_col.png) no-repeat;
}

#footer .footer_col h2
{
	color: #BE1E36;
	font-weight: bold;
	font-size: 1.2em;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: #BE1E36 solid 1px;
}

#footer .footer_col a
{
	display: block;
	margin-bottom: 10px;
	color: #666666;
	text-decoration: none;
	background: white url(../img/icons/fleche.png) no-repeat;
	background-position: left;
	padding-left: 20px;
}

#footer .footer_col a:hover
{
	background: white url(../img/icons/fleche_active.png) no-repeat;
}

#footer .footer_col li
{
	float: left;
	width: 50%;
}

#footer .footer_col a:hover
{
	color: #000000;
}

#footer p.copyright
{
	margin: 10px;
	text-align: center;
	font-size: 0.9ems;
	color: #999;
}

.contacts
{
	border-top: #ccc solid 1px;
	padding-top: 20px;
	margin-top: 20px;
}

.contacts li
{
	margin-bottom: 15px;
	line-height: 1.5em;
	margin-bottom: 10px;
}

.contacts li ul
{
	margin: 10px 0 0 20px;
}

.contacts li ul li
{
	margin-bottom: 5px;
	line-height: 1.5em;
	margin-bottom: 10px;
}

#second #video object, #second #video embed
{
	width: 320px;
	max-height: 300px;
}

#share
{
	background-color: white;
	border: #ccc solid 1px;
}

p.contact
{
	line-height: normal;
	font-size: 1ems;
}