@charset "utf-8";
/*
Theme Name: Expédition MED
Author: WP Theme Designer - Traduction française : Maxousoft - Développement : SOC Réalisations - Graphisme : Alexis Hoang
*/

* {
	margin: 0; padding: 0;
}
body {
	text-align: center;
	font: 12px Verdana, sans-serif;
	color: #333333;
	background: #ffffff url(images/header.gif) repeat-x 0 0;
	margin:0 auto;
}
.accueil {
	background-image: url(../../../../images/fond-accueil.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
a {
	text-decoration: none;
	color: #006490;
}
img {
	border: 0;
}

.break {
	font-size: 0;
	width: 0; height: 0;
	clear: both;
}
.alignleft {
	float: left;
	margin: 4px 10px 5px 0;
}
.alignright {
	float: right;
	margin: 4px 0 5px 10px;
}
.hidden {
	display: none;
}
.noimage img {
	display: none;
}

#wrapper {
	text-align: left;
	width: 980px;
	margin: auto auto;
}

/** BEGIN header **/
#header {
	
}
	#header ol {
		list-style-type: none;
		padding-bottom: 55px;
	}
		#header ol li {
			text-transform: uppercase;
			float: left;
			background: url(images/divider.gif) no-repeat 0 11px;
			padding: 10px;
		}
		#header ol li.f {
			background: none;
			padding-left: 0;
		}
	#header h1 {
		clear: both;
		font-size: 0;
	}
		#header h1 a {
			display: block;
			text-indent: -9999px;
			outline: none;
			background: url(images/logo.jpg) no-repeat 0 0;
			width: 279px; height: 25px;
			float: left;
		}
	#header form {
		border: 1px solid #CCCCCC;
		height: 30px;
		float: right;
		width: 460px;
	}
		#header form p {
			float: left;
			border-right: 1px solid #cccccc;
			height: 30px;
			font-size: 0.9em;
			color: #808080;
		}
		#header form .date {
			padding: 8px 10px 12px;
			height: 10px;
		}
		#header form input {
			margin: 7px;
			width: 225px;
			border: 1px solid #ffffff;
			font-size: 1em;
			font-family: Verdana;
			color: #DCDCDC;
			float: left;
		}
		#header form button {
			width: 16px; 
			height: 16px;
			border: 0;
			background: url(images/search.jpg) no-repeat 0 0;
			margin: 7px;
			text-indent: -9999px;
			float: left;
		}
	#header ul {
		list-style-type: none;
		height: 27px;
		padding-left:0;
		margin-left:150px;
		border:none;
		padding-bottom:17px;
	}
		#header ul li {
			float: left;
			border-right: 1px solid #5e5e5e;
			text-transform: uppercase;
			font-weight:bold;
		}
		#header ul li a {
			color: #393939;
			display: block;
			padding: 7px;
		}
		#header ul li a:hover {
			background-color: #3db1da;
			color: #fff;
		}
/** END header **/

/** BEGIN content **/
#content {
	clear: both;
	float: left;
	width: 600px;
	padding:5px 0px 10px 27px;
}
	#content .latest {
		padding: 0 0px 10px 0;
		margin-bottom: 10px;
	}
		#content .latest img {
			float: left;
			margin: 0 10px 7px 0;
			width: 100%;
			height:auto;
		}
		#content .latest h2 {
			font-size: 1.5em;
			padding-right: 90px;
			padding-bottom: 15px;
		}
		#content .latest p {
			font-size: 0.9em;
			margin-bottom: 12px;
			line-height: 1.4em;
			text-align:justify;
		}
	#content .l {
		width: 290px;
		float: left;
		padding: 0 10px 10px 0;
		border-right: 1px solid #FFFFFF;
	}
		#content .l .post {
			font-size: 0.9em;
			border-top:1px solid;
		}
		#content .l .post h2 {
			font-size: 0.9em;
			color: #ffffff;
			text-transform: uppercase;
			background-color: #202014;
			padding: 5px 10px;
			float: left;
		}
		#content .l .post h2 a {
			color: #ffffff;
		}
		#content .l .post h3 {
			clear: both;
			font-size: 1.1em;
			width: 100%;
			padding: 10px 0;
		}
		#content .l .post img {
			float: left;
			margin: 0 10px 5px 0;
			width: 100px;
		}
		#content .l .post p {
			margin-bottom: 10px;
			line-height: 1.4em;
		}
	#content .r {
		width: 290px;
		float: right;
		padding-left: 7px;
		border-left: 1px solid #ffffff;
		margin-left: -1px;
	}
		#content .r .post {
			font-size: 0.9em;
			border-top:1px solid;
		}
		#content .r .post h2 {
			font-size: 0.9em;
			color: #ffffff;
			text-transform: uppercase;
			background-color: #202014;
			padding: 5px 10px;
			float: left;
		}
		#content .r .post h2 a {
			color: #ffffff;
		}
		#content .r .post h3 {
			clear: both;
			font-size: 1.1em;
			width: 100%;
			padding: 10px 0;
		}
		#content .r .post img {
			float: left;
			margin: 0 10px 5px 0;
			width: 100px;
		}
		#content .r .post p {
			margin-bottom: 10px;
			line-height: 1.4em;
		}
	#content .postnav {
		padding: 20px 0;
		clear: both;
	}
	#content .postnav ul {
		list-style-type: none;
		border: 0;
	}
		#content .postnav ul li {
			float: left;
			border: 1px solid #cccccc;
			margin: 2px;
			font-size: 0.9em;
		}
		#content .postnav ul li a {
			display: block;
			border: 0 !important;
			padding: 5px;
		}
		#content .postnav ul li a:hover {
			background-color: #007AAA;
			color: #ffffff;
		}
		#content li.page_info {
			padding: 5px !important;
		}
/** END content **/
/** debut slidepart **/
#slider {
position: relative; 
overflow: hidden; 
height:66px;
width:300px;
padding-top:17px;
border-bottom:1px dashed;
}
#slider img {
position:absolute;	
margin:0; 
display:none;
}
#imageloader {
position:relative; 
display:block; 
width: 100%; 
margin: 0px auto; 
text-align: center;
}
#imageloader img { 
position:relative; 
top:70px; 
z-index:100; 
width:128px; 
height:15px; 
display:inline;
}
/** fin slidepart **/
/** BEGIN sidebar **/
#social{
	width:auto;
	float:right;
}
#social img{
	padding:2px 0 0 7px;
	float:right;	
}
#environ{
	width: 300px;
	padding:0;
	border-top:1px dashed;
}
#position{
	width: 300px;
	clear:both;
	padding-top:7px;
}
#lienint p{
	padding-left:60px;
	font-weight:bold;
}
#lienint a{
	color:#006490;
}
#lienint a:hover{
	color:#393939;
}
#galphotos{
	border-bottom:1px dashed;
	width: 300px;
	float:left;
	background-image:url(http://www.expeditionmed.eu/images/photos.jpg);
	background-repeat:no-repeat;
	background-position:left;
	padding:22px 0;
}
#galvideos{
	border-bottom:1px dashed;
	width: 300px;
	float:left;
	background-image:url(http://www.expeditionmed.eu/images/videos.jpg);
	background-repeat:no-repeat;
	background-position:left;
	padding:22px 0;
	text-transform:uppercase;
}
#boutique{
	width: 300px;
	float:left;
	background-image:url(http://www.expeditionmed.eu/images/teeshirt.jpg);
	background-repeat:no-repeat;
	background-position:left;
	padding:22px 0;
}
#don{
	width: 300px;
	float:left;
	background-image:url(http://www.expeditionmed.eu/images/paypal.jpg);
	background-repeat:no-repeat;
	background-position:left;
	padding:22px 0;
}
#sidebar {
	float: right;
	width: 300px;
	padding:0 33px 17px 0;
}
	#sidebar div.head {
		background-color: #FFFFCB;
		border: 1px solid #CDCCCA;
		padding: 10px 5px;
	}
		#sidebar div.head h2 {
			font-size: 0.9em;
			text-transform: uppercase;
			margin-bottom: 10px;
		}
		#sidebar div.head .rss {
			font-size: 0.9em;
			padding: 2px 0 2px 24px;
			background: url(images/rss.gif)no-repeat 0 0;
		}
		
	.inputbox{
		
	}

	#sidebar div.body {
		border: 1px solid #cccccc;
		padding: 10px;
		margin-bottom: 10px;
	}
		#sidebar div.body img {
			
		}
		#sidebar div.body a {
			color: #333333;
		}
		#sidebar div.body a:hover {
			color: #00658D;
		}
	#sidebar ul.head {
		list-style-type: none;
		border: 1px solid #cccccc;
		border-width: 1px 1px 0 0;
		height: 30px;
	}
		#sidebar ul.head li {
	float: left;
	text-transform: uppercase;
	font-weight: bold;
	border-left: 1px solid #cccccc;
	font-size: 10px;
	letter-spacing: -1px;
	margin-right: -3px;
		}
		#sidebar ul.head li a {
			color: #343434;
			display: block;
			padding: 8px 10px;
		}
		#sidebar ul.head li a:hover {
			
		}
	#sidebar ul.body {
		clear: both;
		list-style-type: none;
		border: 1px solid #cccccc;
		padding: 10px;
		margin-bottom: 10px;
	}
		#sidebar ul.body li {
			font-size: 0.9em;
			border-bottom: 1px dotted #313131;
			padding: 6px 0;
		}
		#sidebar ul.body li a {
			color: #323232;
		}
		#sidebar ul.body li a:hover {
			color: #006490;
		}
	#sidebar .l {
		width: 165px;
		float: left;
	}
		#sidebar .l h2 {
			border-top: 4px solid #1F1F15;
			font-size: 0.9em;
			text-transform: uppercase;
			padding: 5px 0;
		}
		#sidebar .l ul {
			list-style-type: none;
			margin-bottom: 20px;
		}
		#sidebar .l ul li {
			font-size: 0.9em;
			border-bottom: 1px dotted #353535;
			padding: 6px 0;
		}
		#sidebar .l ul li a {
			color: #363636;
		}
		#sidebar .l ul li a:hover {
			
		}
	#sidebar .r {
		width: 165px;
		float: right;
	}
		#sidebar .r h2 {
			border-top: 4px solid #1F1F15;
			font-size: 0.9em;
			text-transform: uppercase;
			padding: 5px 0;
		}
		#sidebar .r ul {
			list-style-type: none;
			margin-bottom: 20px;
		}
		#sidebar .r ul li {
			font-size: 0.9em;
			border-bottom: 1px dotted #353535;
			padding: 6px 0;
		}
		#sidebar .r ul li a {
			color: #363636;
		}
		#sidebar .r ul li a:hover {
			
		}
/** END sidebar **/
/** BEGIN sidebarpages **/
#lienpages p{
	padding-left:77px;
}
#lienpages h3{
	padding-left:77px;
	text-transform:uppercase;
}
#lienpages img{
	padding-left:77px;
}
#lienpages a{
	color:#006490;
}
#lienpages a:hover{
	color:#393939;
}
#dossier{
	border-bottom:1px dashed;
	width: 300px;
	float:left;
	background-image:url(http://www.expeditionmed.eu/images/dossier.jpg);
	background-repeat:no-repeat;
	background-position:left;
	padding:22px 0;
}
#dossierbout{
	border-bottom:1px dashed;
	width: 300px;
	float:left;
	background-image:url(http://www.expeditionmed.eu/images/dossier.jpg);
	background-repeat:no-repeat;
	background-position:left;
	padding:7px 0;
}
#petitionpages{
	border-bottom:1px dashed;
	width: 300px;
	float:left;
	background-image:url(http://www.expeditionmed.eu/images/petition.jpg);
	background-repeat:no-repeat;
	background-position:left;
	padding:22px 0;
}

#petitionbout{
	border-bottom:1px dashed;
	width: 300px;
	float:left;
	background-image:url(http://www.expeditionmed.eu/images/petition.jpg);
	background-repeat:no-repeat;
	background-position:left;
	padding:7px 0;
}
/** END sidebar **/
/** BEGIN footer **/
#footer {
	clear: both;
	border-top: 1px solid;
	padding: 10px 0 30px;
	text-align:center;
	width:980px;
	margin:0 auto;	
}
#footer h3{
	border-right:1px solid;
	display:inline;
	font-weight:bold;
	font-size:0.9em;
	text-transform:uppercase;
}
#footer a{
	color:#393939;
	padding:7px 7px;
}
#footer a:hover{
	color:#fff;
	background:#393939;
	padding:7px 7px;
}
#credit {
	clear: both;
	border-top: 1px solid;
	padding: 10px 0 30px;
	text-align:center;
	width:980px;
	margin:10px 0;	
}
#credit p{
	border:none;
	font-size:10px;
}
#credit a{
	color:#006490;
}
#credit a:hover{
	color:#393939;
	background:none;
}

/** END footer **/

/** BEGIN miscellaneous **/
#content .single ul {
	margin: 0 0 10px 18px;
}
#content .single ol {
	margin: 0 0 10px 20px;
}
	#content .single li {
		padding: 2px 0;
		line-height: 1.4em;
	}
	#content .single h3 {
		margin-bottom: 5px;
		font-size: 1.4em;
		font-size: 1.5em;
		font-weight: normal;
	}
	#content .single blockquote {
		padding: 20px 20px 10px;
		margin: 10px 0;
		background-color: #f3f3f3;
		border-width: 1px 0;
		border-color: #dddddd;
		border-style: solid;
		color: #9e9e9e;
		line-height: 1.4em;
	}
	.single .details {
		padding: 20px 0;
	}
	.single .details p {
		margin-bottom: 5px !important;
	}
#comments {
	padding: 0 10px 20px;
	font-size: 0.9em;
	border-top:1px solid
}
	#comments h2 {
		margin: 10px 0;
		font-size: 1.5em;
	}
	#comments p {
		margin-bottom: 10px;
		line-height: 1.5em;
	}
	#comments form {
		padding-top: 20px;
	}
	#comments form p {
		margin-bottom: 5px;
	}
	.commentauthor {
		margin-bottom: 5px !important;
		color: #9e9e9e;
		font-weight: bold;
	}
	.commentdate {
		font-size: 0.8em;
		margin-bottom: 5px;
		color: #909090;
	}
	.required {
		color: #006490;
	}
	#respond {
		padding-top: 20px;
	}
	.comment1 {
		border: 1px solid #cccccc;
		padding: 10px;
		margin-bottom: 10px;
	}
	.commentdetails {
		float: left;
	}
	.gravatar {
		float: right;
	}
	h2.title {
		padding: 20px 10px 20px;
		font-size: 0.8em;
		font-weight: normal;
		text-transform: uppercase;
		color: #909090;
	}
.archive {
	clear: both;
	font-size: 0.9em;
	padding: 10px;
	border: 1px solid #cccccc;
	margin: 0 0 10px 10px;
	overflow:hidden
}
	.archive h2 {
		font-size: 1.6em;
		font-weight: normal;
		padding-bottom: 10px;
	}
	.archive h2 a {
		
		
	}
	.archive img {
		float: left;
		height: 100px;
		margin: 5px 10px 5px 0;
	}
	.archive p {
		margin-bottom: 10px;
		line-height: 1.5em;
	}
/** END miscellaneous **/

/** DEBUT MENU HAUT **/
#nav{
    font-size:1em;
z-index:1000;
}

#nav, #nav ul {
	color:#393939;
	list-style: none;
	line-height: 1;	
	padding:6px 0;
z-index:1000;
border-top:1px dashed;
border-bottom:1px dashed;
}
#nav ul hover{
	color:#fff;
background:#4abae2;
}

#nav a, #nav a:hover {
	display: block;
	text-decoration: none;
	color: #4abae2;
	background:none;
	border:none;
z-index:1000;
}

#nav li {
	float: left;
	background:none;
	color:#000;
	list-style:none;
z-index:1000;
}

#nav a:visited {
	display:block;
	font-weight:bold;
	color: #393939;
	background:none;
z-index:1000;
}

#nav a:hover, #nav a:active, .current_page_item	a, #home .on {
	background:none;
	color: #000;
	text-decoration:none;
z-index:1000;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 174px;
	background:#393939;
	color:#ffffff;
z-index:1000;
padding:0;
margin:0;
}

#nav li li {
	width: 174px;
	color:#ffffff;
	background:#393939;
	border:none;
z-index:1000;
}

#nav li li a, #nav li li a:visited {
	font-weight:bold;
	font-size:10px;
	line-height:1.4em;
	color:#ffffff;
	border:none;
z-index:1000;
}

#nav li li a:hover, #nav li li a:active {
	background:#4abae2;
	color:#ffffff;
	border:none;
z-index:1000;
}	

#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;
	color:#4abae2;
	border:none;
z-index:1000;
}

a.main:hover
{
    background:none;
}
/** FIN MENU HAUT **/
#animation {
	background-image:url(../../../../images/fond-animation.jpg);
	background-position:top;
	background-repeat:no-repeat;
	border:none;
	width:980px;
	height:255px;
	margin:19px auto 0;
	text-align:center;
}
#slideracc ul li {	
	border:none;
}
#portfolio {	
	border:none;
}
#portfolio ul li {	
	border:none;
	padding:0;
	margin:0;
}
#tooltip {
	background: #393939;
	padding: 7px 7px;
	color: #fff;
	display: block;
	position:absolute;
	font-weight:bold;
	font-family: arial, sans-serif;
	font-size:14px;
	margin:7px; 
}
#logo {	
	border:none;
	float: left;
	padding:0 0 17px 17px;
}
#log {	
	border:none;
	float: left;
	padding:0 0 0 17px;
	display:block;
	overflow:visible;
	clear:both;
	position:absolute;
}

#langues {	
	border:none;
	float:right;
	padding-right:44px;
}
ul {margin-left: 30px; 
	padding-left: 0;
	list-style:none;
	font-size:0.9em;
	line-height:1.4em;
} 
 ul {margin-left: 0; 
 	padding-left: 30px;
	list-style:none;
	font-size:0.9em;
	line-height:1.4em;
}
 /** DEBUT ONGLETS **/
 #onglets {	
	width:860px;
	margin:0 auto;
	padding-top:17px;
	height:80px;
}
 #ongauche {	
	float:left;
	width:242px;
}
#ongmil {	
	float:left;
	width:242px;
	padding-left:66px;
}
#ongdroit {	
	float:right;
	width:242px;
}
#onglets h2 {	
	font-size:13px;
	border-bottom:1px solid;
	padding:0 0 3px 0;
	margin:0;
}
#onglets p {
	font-size:11px;
	padding-top:3px;
}
#onglets h3 {	
	
}

.plus a {	
	color: #000000;
	padding:0;
	font-weight:normal;
	text-align:right;
	font-style:italic;
	font-weight:bold;
	text-decoration:underline;
}
.plus a:hover {	
	color: #4abae2;
	padding:0;
	font-weight:normal;
	text-align:right;
	font-style:italic;
	font-weight:bold;
	text-decoration:underline;
}
.plus {
	float:right;
}
 /** FIN ONGLETS **/
 #liensext{	
	width:920px;
	position:absolute;
}
#contact {	
	float:right;
	padding-right:33px;
}
#contact p a {	
	font-weight:bold;
	color:#000;
	background-image:url(http://www.expeditionmed.eu/images/tel.jpg);
	background-repeat:no-repeat;
	background-position: left top;
	padding: 3px 22px 3px 33px;
}
#contact p a:hover{	
	font-weight:bold;
	color:#006490;
	background-image:url(http://www.expeditionmed.eu/images/tel.jpg);
	background-repeat:no-repeat;
	background-position: left bottom;
	padding: 3px 22px 3px 33px;
}
#prive {	
	float:right;
	background-image:url(http://www.expeditionmed.eu/images/prive.gif);
	background-repeat:no-repeat;
	background-position: left bottom;
	height:33px;
}
#prive p a {	
	line-height:53px;
	padding: 0 0 0 33px;
	font-weight:bold;
	color:#393939;
}
#prive p a:hover{	
	color:#006490;
	background-image:url(http://www.expeditionmed.eu/images/privehover.gif);
	background-repeat:no-repeat;
	background-position: left bottom;
}
 #actual {	
	width:910px;
	margin:0 auto;
	height:24px;
	padding:7px 0 0 21px;
	clear:both;
	display:inline-block;
}
 #actual h2{	
	font-size:12px;
	color:#4abae2;
	float:left;
	padding:5px 10px;
	text-align:left;
	width:72%;
}
#actual h3{
	color:#FFF;
	font-size:12px;
	float:left;
	padding:5px 10px;
	margin:0;
}
/** debut menu articles **/
 #menucat {	
	padding:5px 0 12px 26px;
	font-size:14px;
	font-weight: bold;
	margin:0 auto;
	width:980px;
}
#menucat ul {
		list-style-type: none;
		height: 27px;
		padding-left:9px;
		margin-left:0;
		margin-right:44px;
		padding-bottom:0;
}
#menucat ul li {
		float: left;
		border-right: 1px solid #5e5e5e;
		text-transform: uppercase;
}
#menucat ul li a {
		color: #393939;
		display: block;
		padding: 2px 9px;
}
#menucat ul li a:hover {
		background-color: #393939;
		color: #fff;
}

/** fin menu articles **/

.piclenselink{
		color: #fff;
		font-size:0;
}
.textdroite{
		margin-left:200px;
		margin-top:11px;
		text-align:justify;
		}
.textpart{
		margin-left:55px;
		}
		
.imglogo{
		margin-top:21px;
		float: left;
		width:200px;
		height:123px;
		}
.imgpart{
		float: left;
		width:60px;
		height:48px;
		}
.imgfull{
		width:100%;
		height:auto;
		float:left;
		padding: 0 0 17px 0;
		}
.imgorg{
		width:100%;
		height:auto;
		float:left;
		padding: 0;
		}
/** DÉBUT PAGES **/
#centrer {
	text-align: left;
	width: 1000px;
	margin: auto auto;
}
#fondpage {
	background-image:url(http://www.expeditionmed.eu/images/fondpages.jpg);
	background-repeat:no-repeat;
	background-position: center top;
	overflow:hidden;
}
.pages {
		padding-bottom:33px;
}
.pages h2 {
		font-size:22px;
		border-bottom:1px dashed;
		padding :5px 0 10px;
}
.pages h3 {
		padding:12px 0 0;
		font-size:17px;
		font-weight:normal;
}
.pages p {
		text-align:justify;
		padding-top:7px;
}
.pages ul {
		font-size:12px;
}
.pages h4 {
		padding-top:5px;
}
#conteneur {
		width:100%;
		background-image:url(http://www.expeditionmed.eu/images/conteneur.jpg);
		background-repeat:repeat-x;
		background-position:top;
		margin:0 auto;
}
#conteneur-boutique {
		width:100%;
		background-image:url(http://www.expeditionmed.eu/images/conteneur-boutique.jpg);
		background-repeat:repeat-x;
		background-position:top;
		margin:0 auto;
}
#space {
		float:left;
		width:620px;
		height:200px;
}
#rempli {
		float:left;
		width:600px;
		border-bottom:1px dashed #333333;
		padding-bottom:17px;
}
#remplipart {
		float:left;
		width:600px;
		padding-left:17px;
}
#baspage{
		width:980px;
		padding:0 0 17px 44px;
		margin:0 auto;
}
#baspage h2{
		font-size:11px;
		font-weight:bold;
		text-transform:uppercase;
}
#basphotos{
		float:left;
		background-image:url(http://www.expeditionmed.eu/images/photos.jpg);
		background-repeat:no-repeat;
		background-position:left;
		padding:22px 55px;
}
#basvideos{
		float:left;
		background-image:url(http://www.expeditionmed.eu/images/videos.jpg);
		background-repeat:no-repeat;
		background-position:left;
		padding:22px 55px;
}
#basboutique{
		float:left;
		background-image:url(http://www.expeditionmed.eu/images/mug.jpg);
		background-repeat:no-repeat;
		background-position:left;
		padding:22px 55px;
}
#basbateau{
		float:left;
		background-image:url(http://www.expeditionmed.eu/images/boussole.jpg);
		background-repeat:no-repeat;
		background-position:left;
		padding:22px 55px;
}
/** FIN PAGES **/
/** DÉBUT ARTICLES **/
#contarticles {
		float:left;
		width:1000px;
		position:relative;
		padding-top:50px;
}
.art{
		background-image:url(http://www.expeditionmed.eu/images/fondarticles.jpg);
		background-repeat:no-repeat;
		background-position:top;
}


/** FIN ARTICLES **/
/** Moteur de recherche interne**/
#conteneureche{
position:relative;
width:300px;
text-align:left;
height:31px;
padding-bottom:17px;
}

#recherche{
position:absolute;
top:0;
right:0;
width:300px;
height:31px;
}

#q{
margin:5px 00 10px;
}

#q input[type=text]{
float:left;
border:0;
width:250px;
height:31px;
background:url(http://www.expeditionmed.eu/images/search.png) top left no-repeat;
padding: 0 0 0 10px;
font: 14px Verdana, sans-serif;
}

#q input[type=text]:focus{
background-position:left bottom;
}

#q input[type=submit]{
float:left;
border:0;
width:40px;
height:31px;
background:url(http://www.expeditionmed.eu/images/search.png) top right no-repeat;
padding: 0 0 0 10px;
cursor:pointer;
}

#q input[type=submit]:hover{
background-position:right bottom;
}
/**Fin moteur de recherche**/
/**début form petition**/
.petition{
margin:5px 00 10px;
}
.petition input[type=text]{
margin: 5px 0 10px 0;
font: 12px Verdana, sans-serif;
width:400px;
height:22px;
}
.petition input[type=submit]{
margin: 10px 0 10px 0;
font: 12px Verdana, sans-serif;
float:left;
}
.petition textarea{
margin: 5px 0 10px 0;
font: 12px Verdana, sans-serif;
width:400px;
}
/**fin form petition**/
/**début form contact**/
.wpcf7-form{
margin:5px 00 10px;
width:400px;
}
.wpcf7-form input[type=text]{
margin: 5px 0 10px 0;
font: 12px Verdana, sans-serif;
width:400px;
height:22px;
}
.wpcf7-form textarea{
margin: 5px 0 10px 0;
font: 12px Verdana, sans-serif;
width:400px;
height:222px;
}
.wpcf7-form input[type=submit]{
margin: 10px 0 10px 0;
font: 12px Verdana, sans-serif;
float:right;
width:133px;
height:27px;
}
/**fin form contact**/
/**début organigramme**/
#organi {
		float:left;
		width:600px;
		display:inline;
}
#photo {
		float:left;
		width:177px;
}
#organi h4{
		color:#333333;
		font-family:Verdana,sans-serif;
		font-style:normal;
		font-weight:bold;
		font-size:15px;	
}
#organi h3{
		font-size:25px;
		padding-bottom:0;		
}

#photo h5{
		padding:0 0 0 12px;
		color:#333333;
		font-family:Verdana,sans-serif;
		font-style:normal;
		font-weight:normal;
		font-size:12px;
}
#organi h5{
		padding:0 0 7px 12px;
		color:#333333;
		font-family:Verdana,sans-serif;
		font-style:normal;
		font-weight:normal;
		font-size:12px;
}
/**fin organigramme**/
/**debut pub**/
#pub{
		float:left;
		width:300px;
		display:inline;
		border-top:1px dashed;
		padding:7px 0;
}
#pubun{
		float:left;
		width:140px;
}
#pubdeux{
		float:left;
		width:140px;
		padding-left:20px;
}
/**fin pub**/

.bgjaune{
		margin:0 17px 0 44px;
		padding:3px 12px;
		color:#333333;
		background-color:#f1f70d;
		font-weight:bold;
}
.bgbleu{
		margin:0 17px 0 44px;
		padding:3px 12px;
		color:#fff;
		background-color:#0966a9;
		font-weight:bold;
}
.bgrouge{
		margin:0 17px 0 44px;
		padding:3px 12px;
		color:#fff;
		background-color:#d31931;
		font-weight:bold;
}
.bgvert{
		margin:0 17px 0 44px;
		padding:3px 12px;
		color:#fff;
		background-color:#549659;
		font-weight:bold;
}
.textindent{
		padding-left:88px;
		display:block;
		margin-top:-21px;
		
}
.jaune{
		padding:7px 12px;
		color:#333333;
		background-color:#f1f70d;
		font-weight:bold;
		display:block;
		width:17px;
		margin-left:44px;
}
#gal{
		float:left;
		padding:0 0 7px 0;
		margin:0 0 7px;
}
#soutien{
		float:left;
		padding:7px 0;
		background:url(http://www.expeditionmed.eu/images/soutien.jpg) right no-repeat;
		height: 150px;
		width:300px;
}
#soutien p{
		font-weight:bold;
		padding-left:12px;
}
#soutien img{
	padding-top:17px
}
.soutienplus {	
	margin:17px 0 0 7px;
}
.soutienplus a {	
	background-image:url(http://www.expeditionmed.eu/images/savoirplus.jpg);
	background-repeat:no-repeat;
	background-position: center;
	color: #393939;
	padding:3px 21px;
	font-weight:normal;
}
.soutienplus a:hover {	
	background-image:url(http://www.expeditionmed.eu/images/savoirplushov.jpg);
	background-repeat:no-repeat;
	background-position: center;
	color: #393939;
	padding:3px 21px;
	font-weight:normal;
}
#pub p{
		font-weight:bold;
		padding-left:12px;
}
.noimage {
	margin-top:-17px
}
.pages a{
		font-weight:normal;
		font-style:italic;
		text-decoration:underline;
}
h2 a{
		font-weight:bold !important;
		font-style: normal !important;
		text-decoration: none !important;
}
#milles img {
	padding-top:0;
}



