/*
Theme Name: Forum "néo-Médias, nouveaux Métiers"
Theme URI: http://www.neomedias-nouveauxmetiers.com/
Description: Thèmes du du site Forum "néo-Médias, nouveaux Métiers".
Version: 1.0
Author: Benjamin Bouwyn
Author URI: http://www.benjaminbouwyn.com/
*/

* {
 border:0;
 margin:0;
 padding:0;
 font-family:Arial, sans-serif;
}

*:focus {outline: 0;}

#clear {
clear:both;
}

/* Structure */
body {
background: #e6e6e6 url("images/background.png");
}

#content-background {
width:940px;
min-height:700px;
border:0;
padding:0;
margin: 0 auto;
background: url("images/content-background.png");
}

#page {
position:relative;
width:900px;
margin:0 auto;
text-align: left;
background: none;
}

#header {
width:100%;
height:126px;
background: url("images/background-header.png");
color:#006837;
}

.logo {
	position:absolute;
	top:10px;
	left:10px;
}

.logo-src {
	position:absolute;
	top:26px;
	left:767px;
}

#baseline-src {
	width:200px;
	position:absolute;
	top:30px;
	left:560px;
	text-align:right;
	font-size:10px;
	line-height:11px;
	color:#999999;
}







#menu {
	position:absolute;
	top:96px;
	left:10px;
	width:880px;
	height:30px;
	padding:7px 25px 9px 25px;
	list-style-type:none;
	border:0;
	margin:0;
	padding:0;
	font-size:14px;
	line-height:14px;
	z-index:999;
}

#menu ul {
	padding:7px 25px 9px 25px;
	list-style-type:none;
	border:0;
	margin:0;
	padding:0;
}

#menu a {
        display : block; /* on change le type d'élément, les liens deviennent des balises de type block */
        padding : 0; /* aucune marge intérieure */
        /*background : #000; couleur de fond */        
        color : #fff; /* couleur du texte */
        text-decoration : none; /* on supprime le style par défaut des liens (la plupart du temps = souligné) */
}

#menu li {
	height:14px;
	float:left;
font-size:14px;
line-height:14px;
border:0;
margin:0;
padding:8px 35px 8px 8px;
color:#ffffff;
font-family:Verdana, sans-serif;
}





#menu li ul 
{ 
        position: absolute; /* Position absolue */
        left: -999em; /* Hop, on envoie loin du champ de vision */
        background : #eeeeee;
        padding:5px 5px 7px 5px ;
        margin:8px 0 0 -10px;
        min-width:150px;
-moz-border-radius-bottomleft: 3px;
-moz-border-radius-bottomright: 3px;
-khtml-border-bottom-left-radius: 3px;
-khtml-border-bottom-right-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
-webkit-border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
-webkit-box-shadow: #777777 0px 1px 3px;
-moz-box-shadow: #777777 0px 1px 3px;
box-shadow: #777777 0px 1px 3px;
}


#menu li ul li {
	clear:both;
	width:auto;
	height:14px;
font-size:14px;
line-height:14px;
border:0;
margin:0;
padding:2px 5px;
color:#13759c;
font-family:Verdana, sans-serif;
}

/* IE ne reconnaissant pas le sélecteur ">" */
html>body #menu li ul li                
{
        border-top : 1px solid transparent; /* on met une bordure transparente en haut de chaque élément */
}

#menu a:hover /* Lorsque la souris passe sur un des liens */    
{
        color: #ffffff; /* On passe le texte en noir... */
}

#menu li ul li a  
{
        color: #13759c; /* On passe le texte en noir... */
}

#menu li ul li a:hover /* Lorsque la souris passe sur un des liens */    
{
        color: #015b7e; /* On passe le texte en noir... */
}

#menu li:hover ul, #menu li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul 
/* Sous-listes lorsque la souris passe sur un élément de liste
ET sous-sous-lites lorsque la souris passe sur un élément de sous-liste */
{
        left: auto; /* Repositionnement normal */
        min-height: 0; /* Corrige un bug sous IE */
}


.box {
background: #ffffff url("images/title-bar.png") no-repeat top left;
float:left;
margin:5px;
-moz-border-radius: 5px;
-khtml-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
overflow:hidden;
}

.box-title {
text-align:left;
font-size:12px;
line-height:14px;
color:#ffffff;
font-family:Verdana, sans-serif;
font-weight:normal;
padding:3px 5px 13px 5px;
}

.box-content {
padding:5px 10px 5px 10px;
}

#slideshow {
width:650px;
height:360px;
background:none;
}

#edito {
	position:relative;
width:200px;
height:15px;
padding:10px;
background: #ffffff url("images/rayures-blanches.png") repeat top left;
}

#edito p {
font-size: 14px;
line-height: 15px;
color: #015b7e;
padding:0;
font-weight:bold;
}

#edito p a, #edito p a:link, #edito p a:visited {
text-decoration: none;
color: #015b7e;
}

#edito p a:hover {
text-decoration: underline;
color: #015b7e;
}

#twitter {
	position:relative;
width:220px;
height:315px;
}

#twitter ul {
list-style-type:none;
}

#twitter .date {
display:block;
text-align:right;
font-size: 7px;
line-height: 11px;
color: #444444;
}

#twitter li {
font-size: 10px;
line-height: 11px;
color: #000000;
padding:0 0 2px 0;
border-bottom:1px #666666 dotted;
margin-bottom:5px;
list-style-type:none;
}

#twitter li a, #twitter li a:link, #twitter li a:visited {
text-decoration: underline;
color: #555555;
}

#twitter li a:hover {
text-decoration: underline;
color: #000000;
}

#flux {
padding:0;
}

.twitter-fade {
position:absolute;
bottom:0;
right:0;
width:220px;
height:40px;
background: url("images/twitter-fade.png") repeat-x bottom;
-moz-border-radius-bottomleft: 5px;
-moz-border-radius-bottomright: 5px;
-khtml-border-bottom-left-radius: 5px;
-khtml-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
}

.twitter-link {
position:absolute;
bottom:0;
right:0;
background: #a3ccfc url("images/background-twitter-link.png") repeat;
-moz-border-radius-topleft: 5px;
-moz-border-radius-bottomright: 5px;
-khtml-border-top-left-radius: 5px;
-khtml-border-bottom-right-radius: 5px;
-webkit-border-top-left-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
border-top-left-radius: 5px;
border-bottom-right-radius: 5px;
font-size: 10px;
line-height: 11px;
color: #ffffff;
padding:4px 7px;
}

.twitter-link a, .twitter-link a:link, .twitter-link a:visited {
text-decoration: none;
color: #ffffff;
}

.twitter-link a:hover {
text-decoration:underline;
color: #ffffff;
}



#boxarticles {
width:440px;
color: #000000;
}

#boxarticles img{
max-width:125px;
max-height:100px;
padding:4px;
background:#ffffff;
border:1px #999999 solid;
margin-right:7px;
-webkit-box-shadow: #aaaaaa 0px 1px 3px;
-moz-box-shadow: #aaaaaa 0px 1px 3px;
box-shadow: #aaaaaa 0px 1px 3px;
}

#boxarticles a, #boxarticles a:link, #boxarticles a:visited {
text-decoration:none;
color: #000000;
}

#boxarticles a:hover {
text-decoration:none;
color: #000000;
}

#boxarticles p {
padding:2px 0 10px 0;
color: #000000;
}

#boxarticles p a, #boxarticles p a:link, #boxarticles p a:hover, #boxarticles p a:visited {
text-decoration:none;
color: #000000;
}

.home-article-title {
padding:5px 0 0 0;
display:inline;
}

.home-article-date {
padding:5px 0 0 2px;
font-size: 10px;
line-height: 10px;
font-weight:normal;
color: #999999;
}

#boxvideo {
width:170px;
font-weight:bold;
color: #015b7e;
text-align:center;
}

#boxvideo a, #boxvideo a:link, #boxvideo a:visited {
text-decoration:none;
color: #015b7e;
}

#boxvideo a:hover {
text-decoration:underline;
color: #015b7e;
}

#boxvideo img {
padding:0;
margin-bottom:3px;
width:150px;
-webkit-box-shadow: #aaaaaa 0px 1px 3px;
-moz-box-shadow: #aaaaaa 0px 1px 3px;
box-shadow: #aaaaaa 0px 1px 3px;
}

.home-video-title {
font-size: 11px;
line-height: 12px;
padding:0 0 10px 0;
}

#boxprofil {
width:250px;
color:#000000;
}

#boxprofil a, #boxprofil a:link, #boxprofil a:visited {
text-decoration:none;
color: #000000;
}

#boxprofil a:hover {
text-decoration:none;
color: #000000;
}

#boxprofil img{
width:100px;
padding:4px;
background:#ffffff;
border:1px #999999 solid;
margin-right:7px;
-webkit-box-shadow: #aaaaaa 0px 1px 3px;
-moz-box-shadow: #aaaaaa 0px 1px 3px;
box-shadow: #aaaaaa 0px 1px 3px;
}

#boxprofil p {
padding:2px 0 10px 0;
color: #000000;
}

#boxprofil p a, #boxprofil p a:link, #boxprofil p a:hover, #boxprofil p a:visited {
text-decoration:underline;
color: #000000;
}

.home-profil-title {
padding:5px 0 0 0;
display:inline;
}



#social-linking {
width:570px;
}

#src-linking {
width:300px;
}



#footer-box {
width:880px;
margin:5px 10px;
}

#footer-column {
float:left;
width:132px;
padding:0 5px 5px 0;
margin-right:5px;
font-size: 13px;
line-height: 14px;
color: #444444;
font-weight:bold;
border-right:1px #666666 dotted;
min-height:150px;
}

#footer-column a, #footer-column a:link, #footer-column a:visited {
text-decoration:none;
color: #444444;
}

#footer-column a:hover {
text-decoration: underline;
color: #444444;
}

#footer-column ol, #footer-column ul{
padding:0;
list-style-type:none;
}

#footer-column li{
padding:0 0 0 10px;
font-size: 11px;
line-height: 12px;
color: #666666;
font-weight:normal;
}

#footer-column li a, #footer-column li a:link, #footer-column li a:visited {
text-decoration:none;
color: #666666;
}

#footer-column li a:hover {
text-decoration: underline;
color: #666666;
}

#footer p {
font-size: 9px;
line-height: 10px;
padding: 10px 0 15px 0;
text-align: center;
color: #444444;
}

#footer p a, #footer p a:link, #footer p a:visited {
text-decoration:none;
color: #444444;
}

#footer p a:hover {
text-decoration: underline;
color: #444444;
}

.ulstylenone {
	list-style-type:none;
}

.relatif-title {
	padding:5px 0 0 0;
font-size: 17px;
line-height: 17px;
font-weight:bold;
color: #015b7e;
}

.post-title {
padding:5px 0 5px 0;
font-size: 26px;
line-height: 26px;
font-weight:bold;
color: #015b7e;
diplay:block;
border-bottom:1px solid #015b7e;
margin:0 0 10px 0;
}




#box {
background: #ffffff url("images/title-bar.png") no-repeat top left;
float:left;
margin:5px;
-moz-border-radius: 5px;
-khtml-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
overflow:hidden;
}

.category-profils {
width:650px;
}

.profil-link {
width:220px;
}

.category-metiers {
width:650px;
}

.metier-link {
width:220px;
}

.category-comptes-rendus {
width:550px;
}

.comptes-rendus-link {
width:320px;
}

.category-videos, .category-autre, .category-infos, .category-info, .category-page {
width:880px;
}

.video-link {
width:880px;
}

#box img{
padding:4px;
background:#ffffff;
border:1px #999999 solid;
-webkit-box-shadow: #aaaaaa 0px 1px 3px;
-moz-box-shadow: #aaaaaa 0px 1px 3px;
box-shadow: #aaaaaa 0px 1px 3px;
}

#content {
padding:5px;
}

.entry{
	margin:3px 0 5px 0;
}

.post {
padding-bottom: 10px;
margin-bottom: 30px;
text-align: justify;
border-bottom: 1px solid #ffffff;
}

.navigation {
padding:5px 0;
display: block;
text-align:center;
margin:10px 0;
font-size: 11px;
line-height: 11px;
color: #aaaaaa;
margin-bottom:10px;
}

.navigation a, .navigation a:link, .navigation a:hover, .navigation a:visited {
text-decoration: underline;
color: #aaaaaa;
}

#sidebar{
padding: 25px 0 25px 0;
margin-left: 600px;
width: 200px;
}

.search-sidebar {
width:200px;
}

.search-result {
width:670px;
}







/* Mise en forme du texte */
p {
font-size: 12px;
line-height: 13px;
color: #333333;
}

p a, p a:link, p a:hover, p a:visited {
text-decoration: underline;
color: #333333;
}

small {
font-size: 10px;
line-height: 10px;
color: #666666;
text-shadow: #ffffff 0px 1px 1px;
}

small a, small a:link, small a:hover, small a:visited {
text-decoration: underline;
color: #666666;
}

/* Listes */
ol, ul{
padding:5px 0;
}

li{
font-size: 12px;
line-height: 13px;
color: #333333;
}

li a, li a:link, li a:hover, li a:visited {
text-decoration: underline;
color: #333333;
}

/* Mise en forme des images */
img {
max-width: 100%;
}

img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}

/* img.alignright {
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}

img.alignleft {
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
} */

.alignright {
float: right;
}

.alignleft {
float: left
}

/* Exceptions */










.thread-alt {
background-color: #f8f8f8;
}
.thread-even {
background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

border-left: 1px solid #ddd;
}

.sticky {
background: #f7f7f7;
padding: 0 10px 10px;
}
.sticky h2 {
padding-top: 10px;
}

.commentlist li .avatar { 
float: right;
border: 1px solid #eee;
padding: 2px;
background: #fff;
}

.commentlist cite, .commentlist cite a {
font-weight: bold;
font-style: normal;
text-decoration:none;
}

.commentlist p {
font-weight: normal;
line-height: 1.5em;
text-transform: none;
}

.commentmetadata {
font-weight: normal;
color:#aaaaaa;
font-size:9px;
}

#wp-calendar a {
text-decoration: none;
}

#wp-calendar caption {
font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
text-align: center;
}

#wp-calendar th {
font-style: normal;
text-transform: capitalize;
}
/* End Typography & Colors */



/* Begin Structure */


.clear {
clear: both;
}


/* End Structure */



/* Begin Lists

Special stylized non-IE bullets
Do not work in Internet Explorer, which merely default to normal bullets. */

.entry ul, .entry ol {
margin: 0 0 5px 5px;
list-style:none;
padding-left: 10px;
text-indent: 0;
}

.entry li {
margin:0;
padding:2px 0 2px 0;
list-style-type: disc;
}

.comment-body ul, .entry ol {
margin: 0 0 5px 5px;
list-style:none;
padding-left: 10px;
text-indent: 0;
}

.comment-body li {
margin:0;
padding:2px 0 2px 0;
list-style-type: disc;
}

/*#sidebar ul, #sidebar ul ol {
margin: 0;
padding: 0;
}

#sidebar ul li {
list-style-type: none;
list-style-image: none;
margin-bottom: 15px;
}

#sidebar ul p, #sidebar ul select {
margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol {
margin: 5px 0 0 10px;
}

#sidebar ul ul ul, #sidebar ul ol {
margin: 0 0 0 10px;
}

ol li, #sidebar ul ol li {
list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li {
margin: 3px 0 0;
padding: 0;
}*//*
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
margin: 0 auto;
padding: 5px 3px;
text-align: center;
}

#sidebar #searchform #s {
width: 108px;
padding: 2px;
}

#sidebar #searchsubmit {
padding: 1px;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
text-align:center;
}

select {
width: 130px;
}

#commentform input {
width: 250px;
padding: 4px;
margin: 0;
}

#s {
width: 165px;
padding: 4px;
margin: 0;
}

#page-recherche #s {
width: 290px;
padding: 4px;
margin: 0;
font-size:20px;
}

#commentform {
margin: 5px 5px 0 0;
}
#commentform textarea {
width: 100%;
padding: 2px;
}
#respond:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
#commentform #submit {
margin:0;
float: right;
}
/* End Form Elements */



/* Begin Comments*/
.alt {
margin: 0;
padding: 10px;
}

.commentlist {
	padding:0 0 0 0;
text-align: justify;
}

.commentlist ol {
	list-style-type:none;
}

.comment-body img {
border:0 solid #ffffff;
padding:0;
}

.commentlist li {
margin: 0 0 10px 0;
padding: 7px;
list-style: none;

}
.commentlist li ul li { 
margin-right: -5px;
margin-left: 10px;
}

.commentlist p {
margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
margin: 5px 0;
}

.nocomments {
text-align: center;
margin: 0;
padding: 0;
}

.commentmetadata {
margin: 0;
display: block;
}

.comment-body ul, .entry ol {
margin: 0 0 5px 5px;
list-style:none;
padding-left: 10px;
text-indent: 0;
}

.comment-body li {
margin:0;
padding:2px 0 2px 0;
list-style-type: disc;
}
/* End Comments */


/* Begin Calendar */
#wp-calendar {
empty-cells: show;
margin: 10px auto 0;
width: 155px;
}

#wp-calendar #next a {
padding-right: 10px;
text-align: right;
}

#wp-calendar #prev a {
padding-left: 10px;
text-align: left;
}

#wp-calendar a {
display: block;
}

#wp-calendar caption {
text-align: center;
width: 100%;
}

#wp-calendar td {
padding: 3px 0;
text-align: center;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
code {
font-family:'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps
{
font-size: 0.9em;
letter-spacing: .07em;
}

acronym, abbr, span.caps {
cursor: help;
}

acronym, abbr {
border-bottom: 1px dashed #999;
}

blockquote {
margin: 15px 30px 0 10px;
padding-left: 20px;
border-left: 5px solid #ddd;
}

blockquote cite {
margin: 5px 0 0;
display: block;
}

.center {
text-align: center;
}

.hidden {
display: none;
}

hr {
display: none;
}

a img {
border: none;
}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

.wp-caption {
border: 1px solid #ddd;
text-align: center;
background-color: #f3f3f3;
padding-top: 4px;
margin: 10px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}

.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
}

.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
padding: 0 4px 5px;
margin: 0;
}




/* Social link */
.socialfacebook {
	width:154px;
	height:50px;
	margin:0 6px 0 0;
	float:left;
	background: url('images/social/facebook-off.png') center center;
}

.socialfacebook:hover {
	background: url('images/social/facebook-on.png') center center;
}

.socialtwitter {
	width:148px;
	height:50px;
	margin:0 6px 0 0;
	float:left;
	background: url('images/social/twitter-off.png') center center;
}

.socialtwitter:hover {
	background: url('images/social/twitter-on.png') center center;
}

.socialyoutube {
	width:95px;
	height:50px;
	margin:0 6px 0 0;
	float:left;
	background: url('images/social/youtube-off.png') center center;
}

.socialyoutube:hover {
	background: url('images/social/youtube-on.png') center center;
}

.socialflickr {
	width:112px;
	height:50px;
	margin:0 6px 0 0;
	float:left;
	background: url('images/social/flickr-off.png') center center;
}

.socialflickr:hover {
	background: url('images/social/flickr-on.png') center center;
}

.socialsrcbordeaux {
	width:127px;
	height:50px;
	margin:0 20px 0 0;
	float:left;
	background: url('images/social/srcbordeaux-off.png') center center;
}

.socialsrcbordeaux:hover {
	background: url('images/social/srcbordeaux-on.png') center center;
}

.socialsrckrea {
	width:122px;
	height:50px;
	margin:0 3px 0 0;
	float:left;
	background: url('images/social/srckrea-off.png') center center;
}

.socialsrckrea:hover {
	background: url('images/social/srckrea-on.png') center center;
}

#commentaires img {
	border:0;
	padding:0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

input, textarea {
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border:1px solid #aaaaaa;
	width:100%;
}

#submit {
	background: url(images/submit-bg.png) top repeat-x #f0f0f0;
	padding:2px 7px;
	width:150px !important;
	font-weight:bold;
}

#searchsubmit {
	margin:5px 0 0 0;
	background: url(images/submit-bg.png) top repeat-x #f0f0f0;
	padding:4px;
	width:175px !important;
	font-weight:bold;
}

#page-recherche #searchsubmit {
	margin:5px 0 0 0;
	background: url(images/submit-bg.png) top repeat-x #f0f0f0;
	padding:4px;
	width:300px !important;
	font-size:20px;
}

.moderation {
	background:#dd0000;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding:5px;
	margin-bottom:7px;
	text-align:center;
	color:#ffffff;
}

.reply {
	text-align:right;
	font-size:9px;
	color:#aaaaaa;
}

.reply a:link, .reply a:visited {
	text-decoration:none;
	color:#aaaaaa;
}

.reply a:hover {
	text-decoration:underline;
	color:#aaaaaa;
}

.comment-id {
	border-bottom:1px solid #dddddd;
}

.comment-author {
	font-size:13px;
	font-height:13px;
}

.separator {
	width:100%;
	height:1px;
	/*background: #e6e6e6 url("images/background.png");*/
	margin:/*20px*/ 0;
}

.title1 {
font-size: 28px;
line-height: 28px;
font-weight:bold;
color: #015b7e;
text-align:left;
}

.title1 a, .title1 a:link, .title1 a:visited {
text-decoration: none;
color: #015b7e;
}

.title1 a:hover {
text-decoration: none;
color: #015b7e;
}

.title2 {
font-size: 24px;
line-height: 24px;
font-weight:bold;
color: #015b7e;
text-align:left;
}

.title2 a, .title2 a:link, .title2 a:visited {
text-decoration: none;
color: #015b7e;
}

.title2 a:hover {
text-decoration: none;
color: #015b7e;
}

.title3 {
font-size: 20px;
line-height: 20px;
font-weight:bold;
color: #015b7e;
text-align:left;
}

.title3 a, .title3 a:link, .title3 a:visited {
text-decoration: none;
color: #015b7e;
}

.title3 a:hover {
text-decoration: none;
color: #015b7e;
}

.title4 {
font-size: 16px;
line-height: 16px;
font-weight:bold;
color: #015b7e;
text-align:left;
}

.title4 a, .title4 a:link, .title4 a:visited {
text-decoration: none;
color: #015b7e;
}

.title4 a:hover {
text-decoration: none;
color: #015b7e;
}

.title5 {
font-size: 12px;
line-height: 12px;
font-weight:bold;
color: #015b7e;
text-align:left;
}

.title5 a, .title5 a:link, .title5 a:visited {
text-decoration: none;
color: #015b7e;
}

.title5 a:hover {
text-decoration: none;
color: #015b7e;
}

.title-archive {
border-bottom:1px solid #015b7e;
}

.read-more {
padding:5px 0;
font-size: 12px;
line-height: 12px;
font-weight:bold;
color: #015b7e;
text-decoration:underline;
}

.read-more a, .read-more a:link, .read-more a:visited {
text-decoration:underline;
color: #015b7e;
}

.read-more a:hover {
text-decoration: underline;
color: #015b7e;
}

.box-partenaire-index img {
margin:0 15px 0 0;
}


.archive-boxarticles {
width:880px;
color: #000000;
}

.archive-boxarticles img{
max-width:125px;
max-height:100px;
padding:4px;
background:#ffffff;
border:1px #999999 solid;
margin-right:7px;
-webkit-box-shadow: #aaaaaa 0px 1px 3px;
-moz-box-shadow: #aaaaaa 0px 1px 3px;
box-shadow: #aaaaaa 0px 1px 3px;
}

.archive-boxarticles a, .archive-boxarticles a:link, .archive-boxarticles a:visited {
text-decoration:none;
color: #000000;
}

.archive-boxarticles a:hover {
text-decoration:none;
color: #000000;
}

.archive-boxarticles p {
padding:2px 0 10px 0;
color: #000000;
}

.archive-boxarticles p a, .archive-boxarticles p a:link, .archive-boxarticles p a:hover, .archive-boxarticles p a:visited {
text-decoration:none;
color: #000000;
}

.archive-video-margin {
height:10px;
}

.archive-video-title {
float:left;
font-size: 13px;
line-height: 14px;
padding:2px 0 10px 7px;
text-align:left;
font-weight:bold;
color: #015b7e;
}

.archive-video-title a, .archive-video-title a:link, .archive-video-title a:visited {
text-decoration:none;
color: #015b7e;
}

.archive-video-title a:hover {
text-decoration:underline;
color: #015b7e;
}

.archive-box {
float:left;
width:390px;
min-height:200px;
margin:0 10px 20px 10px;
padding:10px;
background: #eeeeee url('images/rayures-blanches.png') repeat;
-moz-border-radius: 7px;
-khtml-border-radius: 7px;
-webkit-border-radius: 7px;
border-radius: 7px;
overflow:hidden;
}

#CompteArebours {
z-index:10000;
position:fixed;
bottom:0;
right:0;
font-size:13px;
font-weight:bold;
text-align:center;
line-height:14px;
background:#ffffff url('http://neomedias-nouveauxmetiers.com/wp-content/themes/forumsrc/images/backgroundpage.png') repeat;
color: #015b7e;
padding:7px;
width:134px;
-moz-border-radius-topleft: 4px;
-khtml-border-top-left-radius: 4px;
-webkit-border-top-left-radius: 4px;
border-top-left-radius: 4px;
}