/* Personnel */

.row, .contain-to-grid .top-bar
{
	max-width: 1200px;
}

body
{
	padding-top: 10px;
	font-size: 14px;
}

.socialbar input
{
	margin-bottom: 0px;
	height: 2rem;
	padding: 5px;
}

.socialbar .postfix
{
	line-height: inherit;
}

.logo
{
	padding-top: 45px;
}

.pubh img
{
	margin: 10px 0;
	/*max-height: 120px;*/
	width: auto;
}

.top-bar, .top-bar-section > ul, .top-bar-section > ul >li>a
{
	background: #0e0e0e ! important;
	background: -moz-linear-gradient(top,  #0e0e0e 0%, #2d2d2d 100%) ! important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0e0e0e), color-stop(100%,#2d2d2d)) ! important;
	background: -webkit-linear-gradient(top,  #0e0e0e 0%,#2d2d2d 100%) ! important;
	background: -o-linear-gradient(top,  #0e0e0e 0%,#2d2d2d 100%) ! important;
	background: -ms-linear-gradient(top,  #0e0e0e 0%,#2d2d2d 100%) ! important;
	background: linear-gradient(to bottom,  #0e0e0e 0%,#2d2d2d 100%) ! important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e0e0e', endColorstr='#2d2d2d',GradientType=0 ) ! important;
}

.top-bar ul ul li a:hover
{
	background-color: #000;
}

.haut
{
	margin-bottom: 10px;
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #AAA;
}

.pres
{
	padding-right: 10px;
	border-right: 1px solid #AAA;
}

.pres img
{
	margin-bottom: 10px;
}

.actu  ul li
{
	background-color: #EEE;
	padding: 10px;
}

.actu img
{
	margin-bottom: 10px ! important;
}

h1
{
	font-size: 2em;
	color: #0776AB;
}

.actu h2, .liste h2
{
	font-size: 1.6em;
	color: #0776AB;
}

p.filedown
{
	text-align: center;
}

p.filedown a
{
	font-weight: bold;
	color: #FFF;
}

.bas
{
	margin-top: 15px;
}

.orbit-container .orbit-slides-container img, .orbit-container .orbit-slides-container a
{
	margin: 0 auto;
}

.carre h4, .droite h4
{
	font-size: 1.3em;
	padding: 3px 5px;
	text-align: center;
	color: #FFF;
	background-color: #999;
	margin-bottom: 10px;
}

.carre h5, .droite h5
{
	font-size: 1.3em;
}

.partic
{
	text-align:center;
	background-color:#EEE;
	padding:8px;
	margin-top: 10px;
}

.carre fieldset, .droite fieldset
{
	margin: 0;
}

.carre legend, .droite legend
{
	font-size: 1.4em;
}

.droite
{
	border-left: 1px #999 dotted;
}

footer ul
{
	font-size: 0.9rem;
}

.liste
{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #999;
}

.liste a.right
{
	margin-top: 10px;
}

@media only screen and (max-width: 40em) 
{
	.logo
	{
		padding-top: 0px;
		text-align: center;
	}
	
	.socialbar
	{
		text-align: center;
	}
	
	.socialbar form
	{
		margin: 10px 0;
	}
}