/*
Theme Name: Teamfer2
Description: Test Teamfer
Version: 1.0
*/

/* importation police */
@font-face{
	font-family:"Neuropol";
	src : url("NEUROPOL.TTF");
}

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	font-family:calibri;
}
a img {border:none;}
a {color:none;text-decoration:none;}

html{background-color:#EBEBEB;}

body {
	line-height: 1;
	background-color:#EBEBEB;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}

ol, ul {
	list-style-position: inside;
	list-style-image : url("images/puce.png");
}

li{
	color:#414042;
	padding:0px;
}

blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}

a img {
	border: none;
}

.clear{clear:both;}

/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#contenu {
	margin: 0 auto;
	font-family:Calibri;
}

#contenu 
{
	position: relative;
	margin: 0 auto;
	min-height: 100%;
	background:#ebebeb;
}

#contenu_accueil
{
min-height: 100%;
margin: 0 auto;
position: relative;
min-height: 100%;
background-image:url("images/wrapper_background.jpg");
background-repeat:repeat-y;
background-position:center;
font-family:calibri;
}

#page_content_background_accueil
{
background-color:#d6d6d6;
}

#separator
{
background-image:url("images/separator.png");
height:26px;
}
  


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */

body 
{
	background: #d6d6d6;
	min-height:100%
}

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

#page_content
{
position:relative;
padding-top:0px;
padding-bottom: 100px;
margin: 0 auto;
width:1024px;
}

#page_content a{
	color:#1d71b8;
}

#page_content a:visited{
	color:#1d71b8;
}

#page_content_background
{
position:relative;
width:100%;
background-image:url("images/page_content.jpg");
background-repeat:repeat-x;
background-color:#ebebeb;
color:#414042;
}

#page_content_background_t
{
position:relative;
width:100%;
background-image:url("images/page_content_t.png");
background-repeat:repeat-x;
background-color:#d6d6d6;
color:white;
}

#page_content_background_accueil
{
position:relative;
width:100%;
background-color:#d6d6d6;
}

#page_content p, span
{
color:#414042;
}


#page_content_accueil
{
margin: 0 auto;
width:1024px;
background-image:url("images/wrapper_background.jpg");
background-repeat:repeat-y;
padding-bottom: 30px;
}

#diapo_accueil
{
margin-left:35px;
margin-top:20px;
}

#page_text
{
margin-top:20px;
text-align:right;
margin-right:31px;
height:50px;
}

#page_text_t
{
padding-top:15px;
margin-top:0px;
background-image:url("images/wrapper_background.jpg");
background-repeat:repeat-y;
text-align:right;
margin-right:31px;
height:50px;
}


/* =Menu
-------------------------------------------------------------- */

#access {
	display: block;
	float: left;
	margin: 0 auto;
	width: 958px;
	height:50px;
	margin-left:35px;
}

/* =Content
-------------------------------------------------------------- */

/* =Header
-------------------------------------------------------------- */

#header {
	width:1024px;
	height:85px;
	margin: 0 auto;
	padding-top:15px;
}

#header_logo
{
background-image:url("images/header_logo.png");
width:247px;
height:63px;
margin-left:35px;
}

/* =Footer
-------------------------------------------------------------- */

#footer_background
{
position: relative;
background-image:url("images/footer_menu.png");
	height:45px;
	margin-top: -45px;
    bottom: 0;
    left: 0;
    width: 100%;
	position:relative;
}

#footer {
	height:45px;
	position:relative;
	width:1024px;
	margin: 0 auto;
}
#footer #access 
{
	display: block;
	float: left;
	margin: 0 auto;
	width:600px;
	height:45px;
}
#footer_author
{
	color:#6d6d6d;
	float:right;
	line-height: 38px;
}

#footer #access .menu-footer,
div.menu {
	font-size: 17px;
	margin-left: 12px;
	width: 1024px;
}
#footer #access .menu-footer ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#footer #access .menu-footer li,
div.menu li {
	float: left;
	position: relative;
}
#footer #access a {
	color:#3f3f3f;
	display: block;
	line-height: 38px;
	padding: 0 10px;
	text-decoration: none;
}
#footer #access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	bottom:38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#footer #access ul ul li {
	min-width: 180px;
}
#footer #access ul ul ul {
	left: 100%;
	top: 0;
}
#footer #access ul ul a {
	background:#6d6d6d;
	line-height: 1em;
	padding: 10px;
	width: 160px;
}

#footer #footer_accueil a:hover
{
color:white;
}
#footer #access li:hover > a,
#footer #access ul ul :hover > a {
	color: white;
}
#footer #access ul li:hover > ul {
	display: block;
}
#footer #access ul li.current_page_item > a,
#footer #access ul li.current-menu-ancestor > a,
#footer #access ul li.current-menu-item > a,
#footer #access ul li.current-menu-parent > a {
	color: white;
}
* html #footer #access ul li.current_page_item a,
* html#footer  #access ul li.current-menu-ancestor a,
* html #footer #access ul li.current-menu-item a,
* html #footer #access ul li.current-menu-parent a,
* html #footer #access ul li a:hover {
	color: white;
}

/* =Footer
-------------------------------------------------------------- */

#main_accueil
{
margin:0 auto;
width:1024px;
background-image:url("images/wrapper_background.jpg");
background-repeat:repeat-y;
}

#page_top_background
{
width:100%;
background:#d6d6d6;
}

#page_top
{
width:1024px;
margin: 0 auto;
background-image:url("images/wrapper_background.jpg");
background-repeat:repeat-y;
}

#access_top
{
background-image:url("images/header_menu.png");
	display: block;
	float: left;
	margin: 0 auto;
	width: 958px;
	height:50px;
	margin-left:35px;
}

#access_top .menu-header,
div.menu {
	font-size: 17px;
	margin-left: 12px;
	width: 928px;
}
#access_top .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access_top .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access_top a {
	color: white;
	display: block;
	line-height: 49px;
	padding: 0 10px;
	text-decoration: none;
}
#access_top ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 49px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access_top ul ul li {
	min-width: 180px;
}
#access_top ul ul ul {
	left: 100%;
	top: 0;
}
#access_top ul ul a {
	background: white;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}

#access_top ul li:hover > ul {
	display: block;
}
#access_top ul li.current_page_item > a,
#access_top ul li.current-menu-ancestor > a,
#access_top ul li.current-menu-item > a,
#access_top ul li.current-menu-parent > a {
	color: white;
}
#access_top ul li.current_page_item a,
#access_top ul li.current-menu-ancestor a,
#access_top ul li.current-menu-item a,
#access_top ul li.current-menu-parent a,
#access_top ul li a:hover {
	color: white;
}

/* SOUS MENU */

#access_top ul ul a {
    background: none repeat scroll 0 0 #9f9f9f;
    line-height: 1em;
    padding: 10px;
    width: 160px;
}

/* COLONNE GAUCHE ACTUALITE*/

.post{
	margin-left:50px;
	width:924px;
}

.post img {
margin:10px;
}

.post-date{
	text-align:right;
	font-style : italic;
	float:right;
	width:1024px;
margin:0px;
}

.post-top{
	padding-top:20px;
}

.post-top hr{
	border:0;
	width:100%;
	height:3px;
	background-color:gray;
}

#col21{margin-left:42px;width:690px;float:left;font-size: 12px;padding-bottom:100px;}
#col21 .post-top{position:relative;margin-top:25px;}
#col21 .post-top .post-cat{height:24px;width:616px;background-image:url("images/separator_boat_cachemir.png");background-repeat:no-repeat;}
.post-top h1 {font-weight:900;font-size:16px;color: #1d71b8;margin-left:0px;}
#col21 .post-top .post-date{margin-left:0px; font-size:12px; color:#5a5a5c;}
		/* Cachemire */
		#col21 .post-top.cachemire .post-cat {background-image:url("images/separator_boat_cachemir.png");}
		/* Acte 3 MANQUE IMAGE*/
		#col21 .post-top.acte-3 .post-cat {background-image:url("images/separator_boat_excellence.png");}
		/* Don Juan 2 */
		#col21 .post-top.don-juan-2 .post-cat {background-image:url("images/separator_boat_donjuan.png");}
		/* Acajou MANQUE IMAGE*/
		#col21 .post-top.excellence .post-cat {background-image:url("images/separator_boat_excellence.png");}
		/* Victoria MANQUE IMAGE*/
		#col21 .post-top.excellence .post-cat {background-image:url("images/separator_boat_excellence.png");}
		/* Excellence */
		#col21 .post-top.excellence .post-cat {background-image:url("images/separator_boat_excellence.png");}
		/* Mirage */
		#col21 .post-top.mirage .post-cat {background-image:url("images/separator_boat_mirage.png");}
		/* Le Paquebot */
		#col21 .post-top.le-paquebot .post-cat {background-image:url("images/separator_boat_paquebot.png");}

#col21 .post-content p{font-size: 12px;color:#3a3635;margin-top:8px;}

/* COLONNE DROITE ACTUALITE*/

#col22{float:right;width:240px;margin-top:45px;}
#col22 li a {font-size:13px;font-weight:bold;color:#3a3635}

/* Menu-Acceuil
-------------------------------------------------------------- */
#menu-item-376.current_page_item
{
background-color:#64625d;
}
#menu-item-376:hover
{
background-color:#64625d;
}
#menu-item-376 .sub-menu a:hover
{
background-color:#64625d;
}

/* Menu-Acceuil ANGLAIS
-------------------------------------------------------------- */
#menu-item-594.current_page_item
{
background-color:#64625d;
}
#menu-item-594:hover
{
background-color:#64625d;
}
#menu-item-594 .sub-menu a:hover
{
background-color:#64625d;
}

/* Menu-Produits
-------------------------------------------------------------- */

#menu-item-1619.current_page_item
{
background-color:#1D71B8
}
#menu-item-1619:hover
{
background-color:#1D71B8
}
#menu-item-1619 .sub-menu a:hover
{
background-color:#1D71B8
}
#menu-item-1619.current_page_ancestor
{
background-color:#1D71B8
}
#menu-item-1619 .sub-menu .menu-item.current-menu-item a
{
background-color:#1D71B8
}
.menu-item-1619
{
color:#1D71B8;
}

/* Menu-Produits ANGLAIS
-------------------------------------------------------------- */

#menu-item-595.current_page_item
{
background-color:#1D71B8
}
#menu-item-595:hover
{
background-color:#1D71B8
}
#menu-item-595 .sub-menu a:hover
{
background-color:#1D71B8
}
#menu-item-595.current_page_ancestor
{
background-color:#1D71B8
}
#menu-item-595 .sub-menu .menu-item.current-menu-item a
{
background-color:#1D71B8
}

/* Menu-Logiciels
-------------------------------------------------------------- */
#menu-item-416.current_page_item
{
background-color:#ee7517;
}
#menu-item-416:hover
{
background-color:#ee7517;
}
#menu-item-416 .sub-menu a:hover
{
background-color:#ee7517;
}
#menu-item-416.current_page_ancestor
{
background-color:#ee7517;
}
#menu-item-416 .sub-menu .menu-item.current-menu-item a
{
background-color:#ee7517;
}

/* Menu-Logiciels ANGLAIS
-------------------------------------------------------------- */
#menu-item-605.current_page_item
{
background-color:#ee7517;
}
#menu-item-605:hover
{
background-color:#ee7517;
}
#menu-item-605 .sub-menu a:hover
{
background-color:#ee7517;
}
#menu-item-605.current_page_ancestor
{
background-color:#ee7517;
}
#menu-item-605 .sub-menu .menu-item.current-menu-item a
{
background-color:#ee7517;
}

/* Menu-Prestations
-------------------------------------------------------------- */
#menu-item-390.current_page_item
{
background-color:#ae3378;
}
#menu-item-390:hover
{
background-color:#ae3378;
}
#menu-item-390 .sub-menu a:hover
{
background-color:#ae3378;
}
#menu-item-390.current_page_ancestor
{
background-color:#ae3378;
}
#menu-item-390 .sub-menu .menu-item.current-menu-item a
{
background-color:#ae3378;
}
/* Menu-Prestations ANGLAIS
-------------------------------------------------------------- */
#menu-item-608.current_page_item 
{
background-color:#ae3378;
}
#menu-item-608:hover
{
background-color:#ae3378;
}
#menu-item-608 .sub-menu a:hover
{
background-color:#ae3378;
}
#menu-item-608.current_page_ancestor
{
background-color:#ae3378;
}
#menu-item-608 .sub-menu .menu-item.current-menu-item a
{
background-color:#ae3378;
}

/* Menu-Actualit�s
-------------------------------------------------------------- */
#menu-item-393.current_page_item
{
background-color:#B7A383;
}
#menu-item-393:hover
{
background-color:#B7A383;
}
#menu-item-393.sub-menu a:hover
{
background-color:#B7A383;
}
#menu-item-393.current_page_ancestor
{
background-color:#B7A383;
}
#menu-item-393 .sub-menu .menu-item.current-menu-item a
{
background-color:#B7A383;
}
/* Menu-Actualit�s ANGLAIS
-------------------------------------------------------------- */
#menu-item-611.current_page_item
{
background-color:#B7A383;
}
#menu-item-611:hover
{
background-color:#B7A383;
}
#menu-item-611.sub-menu a:hover
{
background-color:#B7A383;
}
#menu-item-611.current_page_ancestor
{
background-color:#B7A383;
}
#menu-item-611 .sub-menu .menu-item.current-menu-item a
{
background-color:#B7A383;
}

/* Menu-Contact
-------------------------------------------------------------- */
#menu-item-415.current_page_item
{
background-color:#64625d;
}
#menu-item-415:hover
{
background-color:#64625d;
}
#menu-item-415.sub-menu a:hover
{
background-color:#64625d;
}
#menu-item-415.current_page_ancestor
{
background-color:#64625d;
}
#menu-item-415 .sub-menu .menu-item.current-menu-item a
{
background-color:#64625d;
}

/* Menu-Contact ANGLAIS
-------------------------------------------------------------- */
#menu-item-614.current_page_item
{
background-color:#64625d;
}
#menu-item-614:hover
{
background-color:#64625d;
}
#menu-item-614.sub-menu a:hover
{
background-color:#64625d;
}
#menu-item-614.current_page_ancestor
{
background-color:#64625d;
}
#menu-item-614 .sub-menu .menu-item.current-menu-item a
{
background-color:#64625d;
}

/* Menu-Sp�cifique
-------------------------------------------------------------- */
#menu-item-513.current_page_item
{
background-color:#897458;
}
#menu-item-513:hover
{
background-color:#897458;
}
#menu-item-513.sub-menu a:hover
{
background-color:#897458;
}
#menu-item-513.current_page_ancestor
{
background-color:#897458;
}
#menu-item-513 .sub-menu .menu-item.current-menu-item a
{
background-color:#897458;
}

/* Menu-Sp�cifique ANGLAIS
-------------------------------------------------------------- */
#menu-item-612.current_page_item
{
background-color:#897458;
}
#menu-item-612:hover
{
background-color:#897458;
}
#menu-item-612.sub-menu a:hover
{
background-color:#897458;
}
#menu-item-612.current_page_ancestor
{
background-color:#897458;
}
#menu-item-612 .sub-menu .menu-item.current-menu-item a
{
background-color:#897458;
}

/* Menu-Hors ferroviaire
-------------------------------------------------------------- */
#menu-item-512.current_page_item
{
background-color:#A0845D;
}
#menu-item-512:hover
{
background-color:#A0845D;
}
#menu-item-512.sub-menu a:hover
{
background-color:#A0845D;
}
#menu-item-512.current_page_ancestor
{
background-color:#A0845D;
}
#menu-item-512 .sub-menu .menu-item.current-menu-item a
{
background-color:#A0845D;
}

/* Menu-Hors ferroviaire ANGLAIS
-------------------------------------------------------------- */
#menu-item-613.current_page_item
{
background-color:#A0845D;
}
#menu-item-613:hover
{
background-color:#A0845D;
}
#menu-item-613.sub-menu a:hover
{
background-color:#A0845D;
}
#menu-item-613.current_page_ancestor
{
background-color:#A0845D;
}
#menu-item-613 .sub-menu .menu-item.current-menu-item a
{
background-color:#A0845D;
}

.wp-image-346
{
display: block;
margin-bottom:70px;
}
#flags_language_selector
{
width:80px;
height:32px;
float:right;
margin-top:9px;
margin-right:25px;
}

#flags_language_selector a
{
width:18px;
height:32px;
float:right;
}

#access_top #flags_language_selector img{
      width:32px;
	  height:32px;
	  margin-right:10px;
}

.navigation {
padding: 20px 0 0 0;
}

.alignleft {
float: left;
text-align: left;
}

.alignright {
float: right;
margin-top: -1px;
text-align: right;
}
