/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0;
}
body{   background: #ebe9e1 url(images/bgr.jpg) repeat-x top;
	color: #333;
	font: 12px "lemonde-sans-1","lemonde-sans-2","Trebuchet MS", Arial, sans-serif;
	text-rendering: optimizeLegibility;
}

a{
	color: #9b000f;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

#title .site-title, #title .site-description  { display: none; }

#enveloppe {
	position: relative;
	width: 400px;
	top: 0px;
	left: 600px;
	z-index: 10;
	text-align: center;
}


#toppanel {
    position: absolute;
    left: 0px;
    width: 400px;
    z-index: 25;
    text-align: center;
}

#panel {
    width: 360px;
    position: relative;
    top: 0px;
    margin-left: auto;
    margin-right: auto;
    z-index: 10;
    overflow: hidden;
    text-align: center;
}
#contenu_panneau {
	background: black;
	filter:alpha(opacity=70);
	-moz-opacity:0.70;
	-khtml-opacity: 0.70;
	opacity: 0.70;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-khtml-border-radius: 10px;
	height: 100%;
	width: 350px;
	position: absolute;
	top: -10px;
	z-index: -1;
	border: 2px solid white;
}
div#social {  
    width: 290px;  
    height: 200px;  
    position: absolute;  
    top: 80px;
    left: 30px;  
    text-align: center;
    padding-left: 10px;
    cursor: auto;  
}

#social img {
	padding: 10px;
	
} 

div#titre {
	margin-left: auto;
    margin-right: auto;
    width: 350px;
    left: 2px;
    height: 50px;
    background: #3f3f3f;
    position: absolute;
}

#titre h1 {
	padding-top: 10px;
	font: 30px Georgia, "Times New Roman", Times, serif;
	text-align: center;
  	font-weight: bold;    
	color: white;
	text-transform: uppercase;


}

#panel h2 {
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #447c6f;
	line-height: 25px;
	font-size: 16px;
	position: absolute;
	top: 60px;
	left: 350px;
}

.activecollab {
	margin-left: auto;
    margin-right: auto;
	position: relative;
	top: -8px;
}

#user {
	position: absolute;
	top: -8px;
	left: 220px;
}

	
input,select,textarea{
	border: #cacaca 1px solid;
	font-size: 12px;
	padding: 5px;
}
select{
	padding: 0;
}
li{
	list-style: none;
}

/*=== Layout ===*/

#top{
	clear: both;
	height: 30px;
	margin: 0 auto;
	padding:0;
	line-height:29px;
	font-size:11px;
}

/*========= TOP NAVIGATION =========*/

.nav1, .nav1 ul {
	padding: 0;
	margin: 0;
	list-style: none; 
	z-index: 100;
	color: #fff;
	font-family: "Trebuchet MS", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.nav1 a {
	display: block;
	padding-bottom:4px;
	padding: 0 10px;
	z-index: 100;
	color: #a0a09b;
}

.nav1 a:hover {
	color:  #fff;
	text-decoration: none;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	-webkit-border-radius:3px;
	background-color:#5A5A5A;
}
.nav1 li {
	float: left;
}

/* Style drop down list */

.nav1 li ul {
	position: absolute;
	width: 130px;
	left: -999em;
}

.nav1 li ul li {
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	-webkit-border-radius:3px;
	background-color:#FFF;
}
.nav1 li:hover ul, .nav1 li.sfhover ul{
	left: auto;
	
}

.nav1 li ul li a {
	line-height: 25px;
	font-size: 11px;
	width: 130px;
	padding-bottom:0;
}

.nav1 li ul li a {

}
.nav1 li ul li ul li a {
	border-width:0 1px 1px 0px;
}
.nav1 li ul ul {
	margin: -25px 0 0 150px;
}

.nav1 li ul ul li a {
	line-height: 25px;
}

.nav1 li:hover ul ul, .nav1 li.sfhover ul ul {
	left: -999em;
	
	
}

.nav1 li:hover ul, .nav1 li li:hover ul, .nav1 li.sfhover ul, .nav1 li li.sfhover ul {
	left: auto;
	
}

/* IE7 Fix */

.nav1 li:hover, .nav1 li.hover {  
	position: static;
}


/*- Subscribe -*/
.subscribe{	color: #a0a09b; float:right;}
.subscribe a { color: #fff; }
.subscribe a:hover {
color: #9b000f;
font-weight: bold;
text-decoration: none;
}

/*=== Top Menu ===*/
#topmenu{
	position:relative;
	height: 33px;
	margin-bottom:20px;
	font: 14px "proxima-nova-condensed-1","proxima-nova-condensed-2";
	font-weight: 300;
	font-style: normal;
}
#topmenu li{
	border-left: 1px solid #dedbd1;
	float: left;
	line-height: 33px;
	
}
#topmenu li a{
	color: #333333;
	display: block;
	margin: 0 1px 0 0;
	padding: 0 15px;
}
#topmenu li a:hover,#topmenu li.active a{
	color: #ff7800;
	text-decoration: none;
}

/*- Nav / Dropdowns-*/
#nav, #nav ul{
	padding: 0;
	float:left;
	list-style: none;
	text-transform: uppercase;
}
#nav {
	padding: 0;
}
#nav a {
	display: block;
}
#nav li {
	float: left;
	line-height:33px;	
}
#nav li a:hover {
	background: none;
}
#nav li ul {
	position: absolute;
	width: 15em;
	left: -999em;
	padding-top:1px;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	z-index:1000;	
}
#nav li ul li {
    background: #FFFFFF url(images/bgr-box-trans.png) repeat-x top;
	border-bottom:1px solid #dedbd1;	
	border-left:1px solid #dedbd1;	
	border-right:1px solid #dedbd1;			
	line-height:28px;	
	width:15em;
}
#nav li:hover, #nav li.hover {
    position: static;
}
#nav li ul ul {
	margin: -29px 0 0 15em;
}
#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
} 

/*==============  HEADER  ===================*/
#header{
	height: 109px;
}
#header .spacer{
	color: #a0a09b;
	float: right;
	font-size: 11px;
	padding: 37px 0px 0 0;
	text-align: right;
}
#header .spacer p{
	clear: both;
}
/*- Logo -*/

#header h2{	display:none; }
#header #title { height:109px; overflow:hidden; }
#header .logo { margin-top:5px; }


/*- RSS -*/
#rss{
	position:absolute;
	top:-10px;
	right:0px;
	height: 38px;
	width: 39px;		
	display: inline;
	float:right;
}
/*- Search -*/
#search{
	background: url(images/bgr-search.gif) no-repeat;
	height: 32px;
	margin: 0 0 10px;
}
#search input{
	background: transparent;
	border: 0;
	color: #a3a192;
	float: left;
	font-size: 12px;
	margin: 5px 0 0 10px;
	width: 178px;
	padding:2px;
}
#search .btn{
	margin: 7px 0 0;
	padding: 0;
	width: auto;
}

/*=== typography ===*/
h2{
	color: #000000;
	font: normal normal 16px/20px "proxima-nova-condensed-1","proxima-nova-condensed-2", HelveticaNeue-Light, HelveticaNeue, 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, "Trebuchet MS", Arial, sans-serif;
	margin: 0 0 5px;
	text-transform: uppercase;
}
h2 a{
	color: #000000;
}
h3{
	font: 14px Georgia, "Times New Roman", Times, serif;
	margin: 0 0 5px;
	color: #363636;
	clear: both;

}
 h4, h5{
	color: #363636;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 5px;
}
#columns h3{
	font-weight: bold;
}
#sidebar h3{
	background:#ebe9e1;
	font: 12px Arial, Helvetica, sans-serif;
	color:#363636;
	font-weight:bold;
	padding:5px 8px;
	display: block;
	margin: 0 0 7px 0;
	text-align: left;
	border: 1px solid #dedbd1;
	height:16px;
}
#centercol h3, .entry h3 {
	background: #f5f4f0;
	margin: 15px 0 5px 0px;
	padding:10px 18px 5px 18px;
	border:1px solid #dedbd1;
	color:#363636;
	text-align: left;
	height:20px;
	font-size:14px;
}
.featuredpost h2 { font-size:22px; }
.featuredpost object {
	border: 1px solid #999999;
	margin: 0 0 10px;
}

/*- SideTabs -*/
.idTabs{
	font-size: 12px;
	float:left;
	margin: 0 0 8px 0;
}
.idTabs li{
	float:left;
}
.idTabs li a{
	background:#ffffff;
	color:#363636;
	font-weight:bold;
	padding:5px 8px;
	display: block;
	margin: 0 7px 0 0;
	text-align: left;
	border: 1px solid #dedbd1;
}
.idTabs li.last a{
	margin: 0
}
.idTabs li a:hover,
.idTabs .selected{
	background:#ebe9e1;
	text-decoration: none
}

/*=== Post ===*/

.date-comments{
	border-bottom: 1px solid #cacaca;
	color: #999999;
	font-size: 11px;
	height: 30px;
	line-height: 25px;
	margin: 0 0 10px;
}
.date-comments a { 	color: #999999; }

#centercol .date-comments p{
	line-height: 25px;
}
span.comments{
	background: url(images/ico-comments.gif) no-repeat left;
	padding: 0 0 0 20px;
}
span.continue a{
	background: url(images/puce-kali.gif) no-repeat left center;
	color: #9b000f;
	line-height:20px;
	padding: 5px 0 4px 25px;
}
span.continue-archives{
	background: url(images/ico-arrow-trans.png) no-repeat right center;
	padding: 0px 15px 0px 0px;
	margin-bottom:20px;
}
span.continue-archives-alt{
	background: url(images/ico-arrow-trans-left.png) no-repeat left center;
	padding: 0px 0 0px 15px;
	margin-bottom:20px;
}
span.continue-archives a, span.continue-archives-alt a { 
	color: #9b000f; 
	font-weight:bold;
	font-size:14px;
}
a.more{
	background: url(images/ico-arrow-trans.png) no-repeat left;
	color: #9b000f;
	font-size: 11px;
	padding: 0px 0 0 15px;
}

/*=== Styling Boxes ===*/

/*- Box (main column boxes) -*/
.box, .widget, .boxformation{
	background: #FFFFFF url(images/bgr-box-trans.png) repeat-x top left;
	border:1px solid #dedbd1;
	padding:18px;
}
.box img { 
	border: 1px solid #999999;
	margin: 0 0 10px 0;
}
.box p{
	line-height: 18px;
	padding: 0 0 10px;
}
.widget { padding:15px; }

/*- Box2 (sidebar boxes) -*/
.box2{
	background: #f5f4f0 url(images/bgr-box-trans.png) repeat-x top left;
	margin: 18px 0 15px 0px;
	padding:18px;
	border:1px solid #dedbd1;
}
.box2 .nav1{
	float: none;
	padding: 0 0 0 0px; 
}	
.box2 .spacer.white{
	background: #ffffff;
	border: 1px solid #dedbd1;
	clear: both;
	margin: 0px;
}
.box2 .flickr_badge_image img{
	float:left;
	background: #ffffff;
	border: 1px solid #dedbd1;
	margin: 4px 9px 4px 0px;
	padding: 7px;
}
.box2 .flickr_badge_image img:hover{
	background: #ebe9e1;
	border: 1px solid #dedbd1;
}
/*- Ads -*/
.ads{
	height: 125px;
	margin: 0;
	padding:10px 15px;
}
.ads img{
	float: left;
	margin: 0 5px 0px 0px;
	border:4px solid #dedbd1;
}
.ads img.last{
	margin: 0;
	float:right;
}
#mpu_banner {
	border: 1px solid #dedbd1;
}	

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

/*- List1 -*/
.list1{
	padding: 0;
	padding: 15px;
}
.list1 li{
	background: url(images/ico-star-trans.png) no-repeat top left;
	margin: 0 0 8px;
	padding: 0 0 0 22px;
}
.list1 li a{
	color:#222222;
}
/*- List2 -*/
.list2{
	clear: both;
}
.list2 li{
	background: #ffffff;
	border: 1px solid #dedbd1;
	margin: 0 0 5px;
	padding: 12px 10px;
}
.list2 p {
	line-height:16px;
}
/*- Widget lists -*/
.widget ul{
	line-height:16px;
	padding: 0px;
}
.widget ul li{
	border-bottom: 1px solid #f1f1ed;
	padding: 5px 0px;
}
.widget ul li a{
	color:#222222;
}
.widget ul li ul{
	margin: 5px 0 0px 10px;
}	

.widget ul li ul li{
	background: none;
	border-top: 1px solid #f1f1ed;
	border-bottom: none;	
	padding: 5px 0px;
}

/*=== Footer ===*/

#footer{
	background:#e4e2db url(images/bgr-footer.gif) repeat-x;
	font-size: 11px;
	padding: 18px 0 0px 0;
	font-size:11px;
	height:32px;
	margin-top:10px;
	line-height:22px;		
}

#footer, #footer a{
	color: #777777;
}

#footer img {
	vertical-align:middle;
}

/*=== Misc. ===*/

.fix{
	clear: both;
	height: 1px;
	margin: 0 0 -1px;
	overflow: hidden;
}


.fl{
	float: left;
	font-family: "proxima-nova-condensed-1","proxima-nova-condensed-2";
	text-transform: uppercase;
}
img.fl{
	margin: 0 12px 5px 0;
}
.fr{
	float: right;
	font-family: "proxima-nova-condensed-1","proxima-nova-condensed-2";
	text-transform: uppercase;
	font-weight:400;
}
.auteur {
	float: right;
}
.ac{
	text-align: center;
}
.ar{
	text-align: right;
}
.gravatar {
	float:left;
	border: 1px solid #DEDBD1;
	margin: 0px 7px 0 0;
	padding:4px;
	background:#FFFFFF;
}

/*========= VIDEO =========*/

.video{
	height: 250px;
	margin: 0 0 10px 0;
	width: 300px;
	display: inline;
}

/*- SideTabs -*/
.vidtabs .idTabs{
	font-size: 12px;
	margin: 10px 0 0 0;
	width:100%;
	float:none;
}
.vidtabs .idTabs li{
	padding:0px;
	float:none;
}
.vidtabs .idTabs li a{
	background:#ffffff;
	color:#363636;
	font-weight:bold;
	padding:5px 8px;
	display: block;
	text-align: left;
	border:0px;
	margin:0;
}
.vidtabs .idTabs li.last a{
	margin: 0
}
.vidtabs .idTabs li a:hover,
.vidtabs .idTabs .selected{
	background:#ebe9e1;
	text-decoration: none
}

/*========= COMMENTS =========*/
#comments {
	padding: 18px;
	border: 1px solid #DEDBD1;
	background: #F5F4F0 url(../images/bgr-box-trans.png) repeat-x top left;
	}
}
h2.commh2{
	font-size: 1.4em !important;
	padding: 0 0 5px;
	color:#333 !important;
}
ol.commentlist{
	margin: 10px 0 20px;
	padding: 0;
	list-style: none;
	font-size: 12px;
	line-height: 20px;
}
ol.commentlist p, #respond p{
	margin-bottom:10px;
	line-height: 20px;
}
ol.commentlist .content {
	margin-left:70px;
}
.commentmetadata a {
	font-size:11px;
	color:#333333;
}
ol.commentlist cite{
	font-style: normal;
	font-weight: bold;
}
ol.commentlist li.comment{
	padding: 15px 15px 5px;
	margin:10px 0;
	background:#F8F8F4;
	border:1px solid #DEDBD1;	
}

input#submit {
	font-size: 12px;
	color:#363636;
	font-weight:bold;
	padding:7px 10px;
	margin: 0 0 7px 0;
	text-align: left;
	border: 1px solid #DEDBD1;
	background:#F5F4F0;
}

/*========= SINGLE POST SPECIFIC =========*/

span.tags{
	background: url(images/ico-tags-trans.png) no-repeat left;
	padding: 1px 0 0 20px;
}
.singleh2 {
	font-size:22px !important;
	padding-top:5px;
}
.entry { margin-bottom:5px;}
.entryformation {
	position:relative;
}
.entry .flashmovie {
	border: 1px solid #999999;
	margin: 0 15px 10px;
}

.entry p{
	text-align:left;
	line-height:1.8em;
	}
.entry blockquote {
	padding: 0px 10px;
	margin: 5px 10px 15px 90px;
	width:85%;
	color: #b3b3b3;
	}
.entry blockquote p {
		font: italic 24px "adobe-garamond-pro-1","adobe-garamond-pro-2"; 
	padding: 5px 0px;
	margin: 5px 0px;
	line-height: 26px;
	}
.entry img { 
	padding: 2px 2px 2px 2px;
	background:#F8F8F4;
	border: solid 1px #e6e6e6; 
	}
	
/* Miniature pour le portfolio */	
.entry img.thumb{
	margin: 10px 0px 2px 10px;
	width: 88px;
	height: 88px;
}

.entry .imgnone {
	border: none;
	background-color: transparent;
}
.entry ul, .entry ol {
	margin-bottom:15px;
	font-size:12px;
	line-height:20px;
	}
.entry ul li ul, .entry ol li ol{
	margin-bottom:0px;
	padding-top:3px;
	}
.entry ul li {
	list-style:circle inside;
	margin-left:15px;
	padding:3px 0px;
	}
.entry ul li ul li {
	list-style:disc inside;
	}
.entry ol li {
	list-style:decimal inside !important;
	font-size:12px;
	padding:3px 0px;
	}
.entry ol li ol li {
	list-style:decimal-leading-zero inside !important;
	}

/*========= ARCHIVE SPECIFIC =========*/

.arclist ul li{
	color:#c0c0c0;
	font-size:12px;
	border-bottom: 1px solid #f1f1ed;
	padding: 5px 0px;
}
.catrss {
	background: url(images/ico-rss.gif) center left no-repeat;
	padding-left: 24px;
	line-height: 16px;
}

/*=== Page Navigation (Next / Previous Posts) ===*/
.navigation {
}
.navigation a {
	color:#666666; 
	font-weight:bold;
	font-size:14px;
}
.alignleft{
	display:inline;
	float:left;
}
.alignright{
	display:inline;
	float:right;
}

/*========= AUTHOR INFO =========*/

.author_info {
	padding: 0px;
	margin-top:15px;
	color:#666666;
}

.author_photo {
	float:left;
	margin-right:10px;
	width:58px;
}

.author_photo img {
	background-color: #FFFFFF;
	padding: 4px;
	border: 1px solid #cccccc;
	width: 48px;
	height:48px;
	float:left !important;
}
.author_info p {
	font-size:12px;
	padding:0px;
	margin-bottom:10px;
}
.author_info a {
	color:#000000;
	text-decoration:none;
	padding:0;
}
.author_info a:hover {
	text-decoration:underline;
}
.author_info ul, .author_info li {
	margin:0px;
	padding:0px;
}
.author_info h3 {
	font-size:14px;
	margin-bottom: 10px;
	padding: 0px;
}

.author_email a {
	background-image: url(images/ico-email.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 26px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration:none;
	font-weight:bold;
}

.entry .wp-caption {
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	padding: 1px;
	background:#F8F8F4;
	border: solid 1px #e6e6e6; 
	text-align:center;
}
.entry .wp-caption img{
	border:0;
	padding:4px 0;
	background:none;
	margin:0;
}
.entry .wp-caption-text {
	padding:0;	
	margin:0;
	font-size:11px;
	text-align:center;
}
.entry .aligncenter {
	margin: 10px auto 20px auto;
	display: block;
}

.entry .alignleft {
	margin: 10px 10px 8px 0;
	float: left;
}

.entry .alignright {
	margin: 10px 0px 8px 10px;
	float: right;
}
ol { zoom: 1; }
/*========= Catégories Formations =========*/
#pao {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.75em;
	padding:.4em 30px .4em 0;
	margin:0 0 1em 0;
	border-bottom: 1px solid #f4c340;
	color: #f47d05;
	background:url(images/icone-pao.png) no-repeat right center
}
#internet{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.75em;
	padding:.4em 30px .4em 0;
	margin:0 0 1em 0;
	border-bottom: 1px dotted #86C320;
	color: #86C320;
	background:url(images/icone-internet.png) no-repeat right center;

}
#mac{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.75em;
	padding:.4em 30px .4em 0;
	margin:0 0 1em 0;
	border-bottom: 1px dotted #D9D9D9;
	color: #595959;
	background:url(images/icone-apple.png) no-repeat right center;
}
#bureautique{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.75em;
	padding:.4em 30px .4em 0;
	margin:0 0 1em 0;
	border-bottom: 1px dotted #ffE74C;
	color: #ffdd00;
	background:url(images/icone-bureautique.png) no-repeat right center;
}
#video{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.75em;
	padding:.4em 30px .4em 0;
	margin:0 0 1em 0;
	border-bottom: 1px dotted #a9a1e0;
	color: #483e94;
	background:url(images/icone-video.png) no-repeat right center;

}
#com{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.75em;
	padding:.4em 30px .4em 0;
	margin:0 0 1em 0;
	border-bottom: 1px dotted #ff84c4;
	color: #ff389F;
	background:url(images/icone-com.png) no-repeat right center;
}
#developpement{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.75em;
	padding:.4em 30px .4em 0;
	margin:0 0 1em 0;
	border-bottom: 1px dotted #c63b3B;
	color: #790000;
	background:url(images/icone-dev.png) no-repeat right center;
}
#os{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.75em;
	padding:.4em 30px .4em 0;
	margin:0 0 1em 0;
	border-bottom: 1px dotted #9dc6f2;
	color: #3a6ea5;
	background:url(images/icone-os.png) no-repeat right center;
}
#gestion{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.75em;
	padding:.4em 30px .4em 0;
	margin:0 0 1em 0;
	border-bottom: 1px dotted #df4351;
	color: #d90013;
	background:url(images/icone-gestion.png) no-repeat right center;

}
#photo{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.75em;
	padding:.4em 30px .4em 0;
	margin:0 0 1em 0;
	border-bottom: 1px dotted #b4a038;
	color: #a68b02;
	background:url(images/icone-photo.png) no-repeat right center;
}
#crea{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.75em;
	padding:.4em 30px .4em 0;
	margin:0 0 1em 0;
	border-bottom: 1px dotted #b4a038;
	color: #a6036d;
	background:url(images/icone-creation.png) no-repeat right center;
}
#troisd{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.75em;
	padding:.4em 30px .4em 0;
	margin:0 0 1em 0;
	border-bottom: 1px dotted #e9ed7c;
	color: #d9e021;
	background:url(images/icone-3d.png) no-repeat right center;
}



/*========= Tableau Formations =========*/
#formationspao, #formationsinternet, #formationsphoto, #formationsos, #formationsvideo, #formationsdev, #formations3d, #formationsbureautique, #formationsgestion, #formationscom, #formationscreer {
	width: 520px;
	margin-bottom: 30px;
	font: 1em "Trebuchet MS", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;		
}


 #formationspao caption, #formationsinternet caption, #formationsphoto caption, #formationsos caption, #formationsvideo caption, #formationsdev caption, #formations3d caption, #formationsbureautique caption, #formationsgestion caption, #formationscom caption,  #formationscreer caption{
	padding: 0 0 5px 0;
	width: 100%;	 
	font: italic 9px "Trebuchet MS", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: right;
	text-transform: uppercase;
}

#formationspao th {
	font: bold 1em "Trebuchet MS", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #f47d05;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #FFE18F;
}
#formationsinternet th {
	font: bold 1em "Trebuchet MS", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #86C320;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #E8FFC3;
}
#formationsphoto th {
	font: bold 1em "Trebuchet MS", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #a68b02;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #F2D74C;
}

#formationsos th {
	font: bold 1em "Trebuchet MS", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #3a6ea5;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #9DC6F1;
}

#formationsvideo th {
	font: bold 1em "Trebuchet MS", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #483e94;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #9C8EC4;
}

#formationsdev th {
	font: bold 1em "Trebuchet MS", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #790000;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #e8d4d4;
}

#formations3d th {
	font: bold 1em "Trebuchet MS", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #d9e021;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #f2f4b4;
}



#formationsbureautique th {
	font: bold 1em "Trebuchet MS", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #ffdd00;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #fff9d3;
}

#formationsgestion th {
	font: bold 1em "Trebuchet MS", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #d90013;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #f2a8af;
}

#formationscom th {
	font: bold 1em "Trebuchet MS", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #ff389F;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #ffcbe6;
}



#formationscreer th {
	font: bold 1em "Trebuchet MS", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #a6036d;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #e1a9cd;
}

#formationspao th.nobg, #formationsinternet th.nobg, #formationsphoto th.nobg, #formationsos th.nobg, #formationsvideo th.nobg, #formationsdev th.nobg, #formations3d th.nobg, #formationsbureautique th.nobg, #formationsgestion th.nobg, #formationscom th.nobg,  #formationscreer th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #eee;
	background: none;
}


#formationspao td, #formationsinternet td, #formationsphoto td, #formationsos td, #formationsvideo td, #formationsdev td, #formations3d td, #formationsbureautique td, #formationsgestion td, #formationscom td,  #formationscreer td{
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background: #fff;
	color: #333;
	text-align: center;
	font: 0.8em "Trebuchet MS", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;		
}


#formationspao td.alt {
	background:#FFF4E9;
	color: #333;
}

#formationsinternet td.alt {
	background:#F3FFC3;
	color: #333;
}
#formationsphoto td.alt {
	background:#F4E596;
	color: #333;
}

#formationsos td.alt {
	background: #D3E1ED;
	color: #333;
}

#formationsvideo td.alt {
	background: #E4DAED;
	color: #333;
}

#formationsdev td.alt {
	background: #f3e9e9;
	color: #333;
}

#formations3d td.alt {
	background: #fbfbe5;
	color: #333;
}


#formationsbureautique td.alt {
	background: #fffce9;
	color: #333;
}

#formationsgestion td.alt {
	background: #fdf0f1;
	color: #333;
}



#formationscom td.alt {
	background: #ffedf7;
	color: #333;
}

#formationscreer td.alt {
	background: #faf0f7;
	color: #333;
}

#formationspao th.spec {
	border-left: 1px solid #eee;
	border-top: 0;
	background: #FFF4E9;
	font: bold 9px "Trebuchet MS", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #333;
}

#formationsinternet th.spec {
	border-left: 1px solid #eee;
	border-top: 0;
	background: #F3FFC3;
	font: bold 9px "Trebuchet MS", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #333;
}

#formationsphoto th.spec {
	border-left: 1px solid #eee;
	border-top: 0;
	background: #F4E596;
	font: bold 9px "Trebuchet MS", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #333;
}

#formationsos th.spec {
	border-left: 1px solid #eee;
	border-top: 0;
	background: #D3E1ED;
	font: bold 9px "Trebuchet MS", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #333;
}

#formationsvideo th.spec {
	border-left: 1px solid #eee;
	border-top: 0;
	background: #E4DAED;
	font: bold 9px "Trebuchet MS", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #333;
}

#formationsdev th.spec {
	border-left: 1px solid #eee;
	border-top: 0;
	background: #f3e9e9;
	font: bold 9px "Trebuchet MS", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #333;
}

#formations3d th.spec {
	border-left: 1px solid #eee;
	border-top: 0;
	background: #fbfbe5;
	font: bold 9px "Trebuchet MS", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #333;
}


#formationsbureautique th.spec {
	border-left: 1px solid #eee;
	border-top: 0;
	background: #fffce9;
	font: bold 9px "Trebuchet MS", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #333;
}

#formationsgestion th.spec {
	border-left: 1px solid #eee;
	border-top: 0;
	background: #fdf0f1;
	font: bold 9px "Trebuchet MS", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #333;
}

#formationscom th.spec {
	border-left: 1px solid #eee;
	border-top: 0;
	background: #ffedf7;
	font: bold 9px "Trebuchet MS", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #333;
}


#formationscreer th.spec {
	border-left: 1px solid #eee;
	border-top: 0;
	background: #faf0f7;
	font: bold 9px "Trebuchet MS", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #333;
}

#formationspao th.specnew, #formationsinternet th.specnew, #formationsphoto th.specnew, #formations3d th.specnew {
	border-left: 1px solid #eee;
	border-top: 0;
	background: #fff url(http://www.kaligram.com/images/new.png) no-repeat right;
	font: bold 9px "Trebuchet MS", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#formationspao th.specalt {
	border-left: 1px solid #eee;
	border-top: 0;
	background: #FEEAD3;
	font: bold 9px "Trebuchet MS", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #333;
}

#formationsinternet th.specalt {
	border-left: 1px solid #eee;
	border-top: 0;
	background: #E8FFC3;
	font: bold 9px "Trebuchet MS", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #333;
}

#formationsphoto th.specalt {
	border-left: 1px solid #eee;
	border-top: 0;
	background: #F2D74C;
	font: bold 9px "Trebuchet MS", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #333;
}

#formationsos th.specalt {
	border-left: 1px solid #eee;
	border-top: 0;
	background: #9AC3ED;
	font: bold 9px "Trebuchet MS", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #333;
}

#formationsvideo th.specalt {
	border-left: 1px solid #eee;
	border-top: 0;
	background: #9C8EC4;
	font: bold 9px "Trebuchet MS", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #333;
}



#formationsdev th.specalt {
	border-left: 1px solid #eee;
	border-top: 0;
	background: #e8d4d4;
	font: bold 9px "Trebuchet MS", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #333;
}



#formations3d th.specalt {
	border-left: 1px solid #eee;
	border-top: 0;
	background: #f2f4b4;
	font: bold 9px "Trebuchet MS", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #333;
}


#formationsbureautique th.specalt {
	border-left: 1px solid #eee;
	border-top: 0;
	background: #fff9d3;
	font: bold 9px "Trebuchet MS", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #333;
}

#formationsgestion th.specalt {
	border-left: 1px solid #eee;
	border-top: 0;
	background: #f2a8af;
	font: bold 9px "Trebuchet MS", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #333;
}

#formationscom th.specalt {
	border-left: 1px solid #eee;
	border-top: 0;
	background: #ffcbe6;
	font: bold 9px "Trebuchet MS", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #333;
}


#formationscreer th.specalt {
	border-left: 1px solid #eee;
	border-top: 0;
	background: #e1a9cd;
	font: bold 9px "Trebuchet MS", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #333;
}

#formationspao th.specaltnew {
	border-left: 1px solid #eee;
	border-top: 0;
	background: #999ea2 url(http://www.kaligram.com/images/new.png) no-repeat right;
	font: bold 9px "Trebuchet MS", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #fff;
}

#formationspao img, #formationsinternet img, #formationsphoto img, #formationsos img, #formationsvideo img, #formationsdev img, #formations3d img, #formationsbureautique img, #formationsgestion img, #formationscom img,  #formationscreer img{
	border: none;
	background-color: transparent;
}

#formationspao li, #formationsinternet li, #formationsphoto li, #formationsos li, #formationsvideo li, #formationsdev li, #formations3d li, #formationsbureautique li, #formationsgestion li, #formationscom li,  #formationscreer li{
	font-size: 0.8em;
	line-height: 1em;
}


/*========= Styles tip, télécharger, info... =========*/
div.tip, span.tip {
	background: #fffdeb url(http://www.kaligram.com/templates/yoo_mee/images/div_tip.png) no-repeat 0 50%;
	border-top: 1px dotted #ffc864;
	border-bottom: 1px dotted #ffc864;
	padding: 10px 0 10px 30px;
	margin-bottom: 10px;
	margin-top: 10px;
}

div.download, span.download {
	background: #F4F4F3 url(http://www.kaligram.com/templates/yoo_mee/images/div_download.png) no-repeat 0 50%;
	border-top: 1px dotted #ffc864;
	border-bottom: 1px dotted #ffc864;
	padding: 10px 0 10px 30px;
	margin-bottom: 10px;
	margin-top: 10px;
}

div.info, span.info {
	background: #fffdeb url(http://www.kaligram.com/templates/yoo_mee/images/div_info.png) no-repeat 0 50%;
	border-top: 1px dotted #ffc864;
	border-bottom: 1px dotted #ffc864;
	padding: 10px 0 10px 30px;
	margin-bottom: 10px;
	margin-top: 10px;
}

div.null, span.null {
	background: #fffdeb;
	border-top: 1px dotted #ffc864;
	border-bottom: 1px dotted #ffc864;
	padding: 10px 0 10px 30px;
	margin-bottom: 10px;
	margin-top: 10px;
}
#player1, #player2, #player3 {text-align: center;}
/*=============================================================

NEW STYLES VERSION 2.0

==============================================================*/

img.post-thumbnail { float:left; margin:5px 10px 5px 0; }

/* PageNavi */

.more_entries {font-size:11px; padding-bottom:35px;}
.more_entries .wp-pagenavi {clear:both;float: right;}
.more_entries .wp-pagenavi a {text-decoration: none !important; font-weight:normal; font-size:12px;}

.more_entries .wp-pagenavi .current, 
.more_entries .wp-pagenavi .on,
.more_entries .wp-pagenavi a:hover {background: #f8f8f7 !important;}

.more_entries .wp-pagenavi a,
.more_entries .wp-pagenavi a:link,
.more_entries .wp-pagenavi a:visited, 
.more_entries .wp-pagenavi .current, 
.more_entries .wp-pagenavi .on,
.more_entries .wp-pagenavi span.pages { background: #ffffff;color: #666; padding: 4px 8px !important; margin-left: 4px; border:1px solid #dfdccf; line-height:24px; }

.more_entries .wp-pagenavi .extend { background:none; border:none; }


/* Pingbacks / Trackbacks */
h3#pings  { margin: 20px 0 10px 0; }
.pinglist { margin-bottom:20px; }
.pinglist li  { margin: 0 0 0 20px; list-style-type: decimal; }
.pinglist li .author  { font-weight: bold; font-size: 15px; }
.pinglist li .date  { font-size: 11px; }
.pinglist li .pingcontent  { display: block; margin: 10px 0; }


/* Contact Form */
#contact-page .screenReader { left: -9999px; position: absolute; top: -9999px; }
#contact-page ol.forms{float:left;list-style:none;width:100%;margin:10px 0 0;}
#contact-page ol.forms li{clear:both;float:left;margin-bottom:18px;position:relative;width:100%}
#contact-page ol.forms label{cursor:pointer;display:block;float:left;font-weight:700;padding-right:20px;width:100px;}
#contact-page ol.forms input.txt{width:214px;}
#contact-page ol.forms input#sendCopy{border:none;}
#contact-page ol.forms textarea{height:300px;width:400px;}
#contact-page ol.forms li .error{font-size:12px;display:block;margin-left:120px;color:red;}
#contact-page ol.forms li.textarea .error{display:block; margin-left:120px}
#contact-page ol.forms li.screenReader{margin-bottom:0;}
#contact-page ol.forms li.buttons .submit{margin: 15px 0 0 120px; }
#contact-page ol.forms li.inline input{width:auto;margin-left:120px;}
#contact-page ol.forms li.inline label{display:inline;float:none;width:auto;}

