/*
Theme Name: Webving Theme
Theme URI: http://www.webving.fr
Description: Theme par defaut de webving
Version: 1
Author: julien apack
Author URI: http://www.webving.fr
Tags: bleu, vert, blanc

	Theme officiel du site webving.fr

*/

body {
	max-width:700px;
	margin:auto;
	font-family: 'Helvetica', 'Arial';
	font-size:14px;
	background:#fff ;
	padding:0;
}

body a {color:#36a;}
body a:hover {color:#383;}

img {border:none;}

h1 { font-size:40px; }
h1, h2, h3 { color:#36a; }
h1 a {color:#36a;text-decoration:none;}
h1 a:hover {color:#383;}

h2 { border-top: 5px solid #36a; }
h3 { border-bottom: 1px solid #36a;clear:both;}
h3 a {text-decoration:none;color:#36a;}
h3 a:hover {color:#383;}

ul { list-style: none; padding:0;margin:0;}
li { padding:5px;}
li img { float:left; }

#nav-list  li { display:inline; padding:5px; }
#nav-list li a { color:#369; text-decoration:none; }
#nav-list li a:hover { color:#fff; text-decoration:none; }
#nav-list li:hover { background:#383; } 

.breadcrumbs li {float:left;}
.breadcrumbs li a { color:#369; text-decoration:none; }
.breadcrumbs li a:hover { color:#fff; text-decoration:none; }
.breadcrumbs li:hover {background:#383;}

.phylactere {
	float:right;
	background:url('http://localhost/webving/img/function_icon_set/blue_speech_bubble_48.png') no-repeat;
	color:#fff;
	width:48px;
	height:48px;
	text-align:center;
	font-size:20px;
	margin:0;
	padding:0;
	padding-top:10px;
	text-decoration:none;
}

.code {margin:20px;background:#ffa;padding:5px;font-size:10px;}

.footer-right {float:right;}