/*
Theme Name: Proway
Theme URI: http://www.proway.fr/
Description: Le thème du site Proway
Version: 1.0
Author: Milky-Interactive
Author URI: http://www.milky-interactive.com/
*/

/*****************************/
/********** GENERAL **********/
/*****************************/

body {
	background:#f7f8f8 url(img/bg.png) repeat-x top left;
	font-family: Georgia, serif;
	font-size: 14px;
}

.clear {
	clear:both;
}

.left {
	float:left;
}

.right {
	float:right;
}

.center {
	text-align: center;
}

.margin-top {
	margin:20px 0 0 0;
}

img.left {
	margin-right: 18px;
	margin-bottom: 10px;
}

img.right {
	margin-left: 18px;
	margin-bottom: 10px;
}

big {
	font-size: 1.7em;
	display: block;
	font-weight: normal;
	line-height: 1.3em;
	margin:7px 0;
}

div#wrapper {
	background: white;
	width:787px;
	min-height:600px;
	margin:30px auto 0 auto;
	padding:26px 32px 93px 15px;
	overflow: visible;
}

/*****************************/
/********** HEADER ***********/
/*****************************/

div#wrapper div#header {
	height:120px;
}

div#wrapper div#header div#logo {
	float:left;
}

div#wrapper div#header div#top-menu {
	float:right;
	height:28px;
	width:638px;
	background: white url(img/menu-bg.png) repeat-x top left;
	font-family: Arial, sans-serif;
	color: white;
	font-size: 1.1em;
	position: relative;
	vertical-align: middle;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

div#wrapper div#header div#top-menu a {
	color: white;
	text-decoration: none;
	display: -moz-inline-stack;
	display: inline-block;
	padding: 6px 6px 6px 6px;
	vertical-align: middle;
	margin-left: -5px;
	margin-right: -1px;
	font-size: 0.95em;
}

div#wrapper div#header div#top-menu a:hover {
	text-decoration: none;
}

div#wrapper div#header div#top-menu a.active {
	background: transparent url(img/menu-bg-active.png) repeat-x top left;
}

div#wrapper div#header div#top-menu a.first {
	padding-left: 6px;
	margin-left:0px;
}

div#wrapper div#header div#top-menu a.first.active {
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

div#wrapper div#header div#top-menu a#contact {
	position: absolute;
	top:6px;
	right:17px;
	background: transparent url(img/contact-button.png) no-repeat top left;
	display: block;
	width:122px;
	height:18px;
	color: #133b8b !important;
	font-family: Arial, sans-serif;
	text-transform: uppercase;
	font-size: 0.9em !important;
	text-decoration: none;
	padding: 1px 0 0 8px;
	float:right;
}

div#wrapper a#contact:hover {
	text-decoration: underline;
}


div#wrapper div#header h1#title {
	margin:0 0 0 149px;
	background-color: #f7f8f8;
	padding:10px 13px;
	color:#133b8b;
	font-size: 1.70em;
	letter-spacing: 0.08em;
	/* height:14px; */
	font-family: Arial, sans-serif;
	display: block;
	font-weight: normal;
	text-align:center;
}

div#wrapper div#header div#breadcrumb {
	margin:0 0 0 160px;
	padding:45px 0 0 0;
	color:#133b8b;
	font-size: 1.0em;
}

p.textleft {
	text-align:left !important;
}

/*****************************/
/********** SIDEBAR **********/
/*****************************/

div#wrapper div#sidebar {
	float:left;
	width:135px;
	margin:0 14px 0 0;
}

div#wrapper div#sidebar ol#side-menu a {
	color: white;
	text-decoration: none;
}

div#wrapper div#sidebar ol#side-menu a:hover {
	text-decoration: underline;
}

div#wrapper div#sidebar ol#side-menu > li {
	color: white;
	display: block;
	width:100px;
	height:28px;
	background-color: #55ab36;
	margin:0 0 10px 0;
	font-family: Arial, sans-serif;
	padding:10px 0 0 15px;
	font-size: 1.12em;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

div#wrapper div#sidebar ol#side-menu li.active {
	background:#2f519b url(img/side-menu-bg.png) repeat-x top left;
}

div#wrapper div#sidebar ol#side-menu li.special {
	width:95px;
	height:44px;
	border: 1px solid #e43b29;
	color:#e43b29;
	font-family: Georgia, serif;
	font-weight: bold;
	padding:6px 0 0 18px;
	font-size: 0.75em;
	line-height: 1.2em;
	background: #f8f8f8 url(img/small-arrow.png) no-repeat top right;
	
}

div#wrapper div#sidebar ol#side-menu li.special a {
	color:#e43b29;
}

div#wrapper div#sidebar ol#side-menu li.news {
	background-color: white;
	color:black;
	padding:25px 0 0 0px;
	width:117px;
	
}

div#wrapper div#sidebar ol#side-menu li.news h2 {
	font-family: Georgia, serif;
	padding:0 0 6px 0px;
	font-size: 1.7em;
	font-weight: normal;
	margin: 0 0 0 0px;
	
}

div#wrapper div#sidebar ol#side-menu li.news ul {
	margin: 0 0 0 5px;
	padding: 0 0 0 2px;
}

div#wrapper div#sidebar ol#side-menu li.news ul li {
	background-color: white;
	color:black;
	font-family: Georgia, serif;
	width:110px;
	height:auto;
	font-size: 0.7em;
	line-height: 1.2em;
	padding:4px 0 4px 0px;
	margin:0;
	border-bottom: 1px dotted black;
}

div#wrapper div#sidebar ol#side-menu li.news ul li a {
	color:black;
	text-decoration: none;
}

div#wrapper div#sidebar ol#side-menu li.news ul li a:hover {
	text-decoration: underline;
}

div#wrapper div#sidebar ol#side-menu li.news ul li.first {
	border-top: 1px dotted black;
}

div#wrapper div#sidebar ol#side-menu li.news a#newslink {
	background: transparent url(img/news-button.png) no-repeat top left;
	display: block;
	width:110px;
	height:16px;
	color: white !important;
	font-family: Arial, sans-serif;
	text-transform: uppercase;
	font-size: 0.9em;
	text-decoration: none;
	padding: 1px 0 0 12px;
	float:right;
	margin:12px 0 0 8px;
}

div#wrapper div#sidebar ol#side-menu li.news a#newslink:hover {
	text-decoration: underline;
}

/*****************************/
/********** HOMEPAGE *********/
/*****************************/

div#wrapper div#content {
	float:left;
	width:638px;
	font-size: 1.0em;
}

div#wrapper div#content div#edito, div#wrapper div#content div#customers, div#wrapper div#content div#tagcloud, div#wrapper div#content div#surgery, div#wrapper div#content div#body, div#content div#note, div#content div#news {
	background-color: #f7f8f8;
	margin:0 0 12px 0;
	padding:11px 14px;
}

div#wrapper div#content div#tagcloud, div#wrapper div#content div#surgery {
	float:left;
	width:285px;
}

div#wrapper div#content div#tagcloud {
	margin: 0 12px 0 0;
}

div#wrapper div#content h1, div#wrapper div#content h2, div#wrapper div#content h3 {
	display: block;
	border-bottom: 1px dotted #133b8b;
	color:#133b8b;
	font-family: Arial, sans-serif;
	padding:0 0 4px 0;
	margin:0 0 10px 0;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-weight: normal;
}

div#wrapper div#content h2 {
	font-size: 2.0em;
}

div#wrapper div#content h3 {
	font-size: 1.4em;
}

div#wrapper div#content div.column {
	float:left;
	width: 285px;
}

div#wrapper div#content div.first {
	margin:0 40px 0 0;
}

div#wrapper div#content p {
	font-size: 0.80em;
	line-height: 1.3em;
	margin: 6px 0 0 8px;
	text-align: justify;
}

div#wrapper div#content a {
	color:#133b8b;
}

div#wrapper div#content h3 a {
	text-decoration: none;
}

div#wrapper a#content-contact {
	margin:34px 0 0 0;
	float:right;
}

div#wrapper a.arrow {
	background: white url(img/contact-button-bis.png) no-repeat top left;
	display: block;
	width:120px;
	height:16px;
	color: white !important;
	font-family: Arial, sans-serif;
	text-transform: uppercase;
	font-size: 1.0em;
	text-decoration: none;
	padding: 1px 0 0 14px;
}

div#wrapper a.arrow:hover {
	text-decoration: underline;
}

div#wrapper a.arrow.grey {
	background: #f7f7f7 url(img/contact-button-ter.png) no-repeat top left;
}

/*****************************/
/************ BODY ***********/
/*****************************/

div#wrapper div#content div#body {
	font-size: 1.0em;
}

div#wrapper div#content div#body h3 {
	margin:0px 0 5px 0;
	border-bottom: 0px;
	font-size: 1.5em;
}

div#wrapper div#content div#body h4 {
	font-weight: normal;
	font-size: 1.3em;
}

div#wrapper div#content div#body h5 {
	text-align: center;
	font-size: 1.2em;
	font-weight: normal;
	border-bottom: 1px dashed #133b8b;
	padding-bottom: 8px;
	margin:14px 0 20px 0;
	text-transform: uppercase;
}

div#wrapper div#content div#note h6 {
	text-align: center;
	font-weight: normal;
	font-size: 1.1em;
	margin:10px 0 16px 0;
}

div#wrapper div#content div#body p {
	margin:0 0 7px 10px;
}

div#wrapper div#content div#body ul {
	list-style-type: disc;
	margin:0 0 8px 23px;
}

div#wrapper div#content div#body ul li {
	font-weight: bold;
	font-size: 0.8em;
	margin: 0 0 3px 0;
	line-height: 1.3em;
}

div#wrapper div#content div#body div.left {
	width:58%;
	margin:20px 0 30px 0;
}

div#wrapper div#content div#body div.right {
	margin:24px 0 30px 0;
}

div#wrapper div#content div#note {
	background: #f7f8f8 url(img/note-bg.png) no-repeat top left;
	margin-top: 28px;
}

div#wrapper div#content iframe {
	margin:24px 0 0 0;
}

/*****************************/
/*********** PAGES ***********/
/*****************************/

div#wrapper div#content div#body ul#fonctions {
	margin: 25px 0 35px 0;
	width:100%;
}

div#wrapper div#content div#body ul#fonctions.contact {
	margin: 25px 0 35px 14px;
}

div#wrapper div#content ul#fonctions li {
	display: -moz-inline-stack;
	display: inline-block;
	background: white url(img/tips-bg.png) no-repeat top left;
	width:255px;
	height:45px;
	padding:14px 0 8px 35px;
	overflow: hidden;
	margin: 0 0 12px 0;
	font-size: 1.0em;
	vertical-align: top;
}

div#wrapper div#content ul#fonctions.contact li {
	background: #f7f7f7 url(img/tips-grey-bg.png) no-repeat top left;
	font-size: 1.1em;
	height:60px;
}

div#wrapper div#content ul#fonctions li.gauche {
	margin-left:12px;
}

div#wrapper div#content ul#fonctions li.droite {
	margin-left: 26px;
}

div#wrapper div#content ul#fonctions li h3 {
	border: 0px;
	padding: 0px;
	margin: 0px;
	text-transform: none;
	text-align: left;
	font-size: 1.15em;
	letter-spacing: normal;
}

div#wrapper div#content ul#fonctions li h3.small {
	font-size: 1.05em;
}

div#wrapper div#content ul#fonctions li h3.alone {
	margin-top: 14px;
}

div#wrapper div#content ul#fonctions li h3.marged {
	margin-top: 5px;
}

div#wrapper div#content ul#fonctions li h3.unmarged {
	margin-top: -2px;
}

div#wrapper div#content ul#fonctions li p {
	font-size: 0.70em;
	font-weight:normal;
	margin:2px 8px 0 0px;
	text-align: left;
	line-height:1.05em;
}

div#wrapper div#content div#geo {
	text-align: center;
}

div#wrapper div#content div#geo h3 {
	text-align: left !important;
	border: 0px !important;
	margin:14px 0 7px 12px;
}

div#wrapper div#content a#google {
	display: block;
	width:156px;
	height:18px;
	border:1px solid #cecccc;
	background: transparent url(img/google-button.png) repeat-x top left;
	padding:0px;
	margin:12px 0 22px 0;
	text-align: center;
	text-decoration: none;
}

/*****************************/
/************ NEWS ***********/
/*****************************/

div#wrapper div#content div#news div.left {
	width:67%;
	padding: 0 0 15px 0;
	margin:0 8px 0 0;
}

div#wrapper div#content div#news div.left h2 {
	font-family: Georgia, serif;
	color:black;
	border-bottom: 1px dotted black;
	letter-spacing: normal;
}

div#wrapper div#content div#news div.left div.post {
	font-family: Georgia, serif;
	border-bottom: 1px dotted black;
	padding: 18px 0 35px 0;
}

div#wrapper div#content div#news div.left div.post h3 {
	font-family: Georgia, serif;
	color:#96131b;
	letter-spacing: normal;	
	border: 0px;
	text-transform: none;
	margin: 0 0 7px 0;
	padding: 0;
	font-size: 1.5em;
}

div#wrapper div#content div#news div.left div.post h3 a {
	color:#96131b;
	text-decoration: none;
}

div#wrapper div#content div#news div.left div.post h3 a:hover {
	text-decoration: underline;
}

div#wrapper div#content div#news div.left div.post div.excerpt p {
	line-height: 1em;
	font-weight: bold;
	font-family: Times, serif;
	font-size: 1.0em;
}

div#wrapper div#content div#news div.left div.post div.entry {
	font-size: 1.1em;
	margin: 12px 0 0 0;
}

div#wrapper div#content div#news div.left div.post div.entry p {
	text-align: justify;
	font-family: Times, serif;
}

div#wrapper div#content div#news div.left div.post div.time {
	font-size: 0.7em;
	font-family: Verdana, sans-serif;
	margin: 3px 0 0 0;
}

div#wrapper div#content div#news div.navigation {
	width:100%;
	margin: 18px 0 0 0;
}

div#wrapper div#content div#news div.navigation div.left, div#content div#news div.navigation div.right {
	width:50%;
	margin:0;
}

div#wrapper div#content div#news div.navigation div.right {
	text-align: right;
}

div#wrapper div#content div#news div.right {
	width: 31%;
}

div#wrapper div#content div.right ul#news-sidebar {
	background-color: white;
	border: 1px solid #c8c8c8;
	padding:12px;
}

div#wrapper div#content div.right ul#news-sidebar li {
	margin: 0 0 4px 0;
	color:#666666;
	font-size: 0.9em;
	padding-bottom: 8px;
	
}

div#wrapper div#content div.right ul#news-sidebar li h4 {
	font-weight: normal;
	font-size: 1.2em;
	margin-bottom: 3px;
}

div#wrapper div#content div.right ul#news-sidebar li ul li {
	border-bottom: 1px dotted #cfcfcf;
}

div#wrapper div#content div.right ul#news-sidebar input#s {
	border: 1px solid #c8c8c8;
	color:#666666;
	background-color: white;
	padding:2px;
	width:75px;
}

div#wrapper div#content div.right ul#news-sidebar label {
	font-size: 0.9em;
}

/*****************************/
/*********** FOOTER **********/
/*****************************/

div#footer {
	background-color: #d8d9d9;
	width:100%;
	height:97px;
	padding:53px 0 0 0;
}

div#footer p {
	text-align: center;
	text-transform: uppercase;
	color:#a4a3a3;
	font-family: Arial, sans-serif;
	font-size: 0.90em;
	line-height: 1.4em;
}

div#footer a {
	color:#a4a3a3;
	font-size: 0.90em;
	text-decoration: none;
}

div#footer a:hover {
	text-decoration: underline;
}
