/*
Theme Name: EUROPE BY BUS
Theme URI: http://wordpress.org/
Description: WordPress theme pour le site EUROPE BY BUS
Version: 1.0
Author: REZO21
Author URI: http://www.rezo21.net
*/

/* begin body
---------------------------------------------------------------------------------------------------------------------------*/	
html {
  height: 100%;
  margin: 0;
  padding: 0;
}

form {
  margin: 0;
  padding: 0;
}

body {
	background:url(images/body.jpg) no-repeat top;
	background-color:#2f6bc2;
	color:#606060;
	margin: 0px 0px 0px 0px;
	font-family:Verdana;
	font-size:12px;	
}

input.button { cursor: pointer; }

p { 
	margin-top: 0;
	padding-bottom: 2px;
	padding-right : 10px;
	margin-left:5px;
	text-align:justify;
	}

.cleared {
    clear : both;
	height : 0;
	overflow : hidden;
}

.clearfix {
	display: inline-block;
	}

/* begin lien
---------------------------------------------------------------------------------------------------------------------------*/
a:link, a:visited {
	color:#2a2a2a;
	text-decoration: underline;
	font-weight: normal;
}

a:hover {
	color:#2365c4;
	text-decoration: underline;
	font-weight: normal;
}

/* begin texte
---------------------------------------------------------------------------------------------------------------------------*/
h1 {
	padding-left:15px;
	font-size:24px;
	}
	
h2 {
	padding-left:15px;
	font-size:20px;
	color : #2a2a2a;
	font-size:20px;
	}

h2 a {
	color : #2a2a2a;
	}

h2 a:link {
	color : #2a2a2a;
	}
	
h2 a:hover {
	color : #2a2a2a;
	text-decoration:underline;
	}

h3 {
	padding-left:15px;
	font-size:16px;
	}

h3 a {
	color : #2a2a2a;
	}

h3 a:link {
	color : #2a2a2a;
	}
	
h3 a:hover {
	color : #2a2a2a;
	text-decoration:underline;
	}

a.more-link {
	padding-top : 20px;
	text-decoration:underline;
	font-size:13px;
	color:#7bb006;
	}	
	
.titre {
	font-family:Arial;
	font-size:18px;
	/*font-weight:bold;*/
	letter-spacing:-2px;
	color : #2a2a2a;
	margin-top : 15px;
	}	
	
.titre a {
	font-family:Arial;
	font-size:18px;
	/*font-weight:bold;*/
	letter-spacing:-2px;
	color : #2a2a2a;
	}	
	
.titre a:link {
	font-family:Arial;
	font-size:18px;
	/*font-weight:bold;*/
	letter-spacing:-2px;
	color : #2a2a2a;
	text-decoration:none;
	}
	
.titre a:hover {
	font-family:Arial;
	font-size:18px;
	/*font-weight:bold;*/
	letter-spacing:-2px;
	color : #2a2a2a;
	text-decoration:none;	
	}			
		
.titre a:active {
	font-family:Arial;
	font-size:18px;
	/*font-weight:bold;*/
	letter-spacing:-2px;
	color : #2a2a2a;
	text-decoration:none;	
	}	
	
.titre_tag {
	font-family:Arial;
	font-size:20px;
	/*font-weight:bold;*/
	letter-spacing:-1px;
	color : #29a9dc;
	margin-top : 15px;
	}	
	
.titre_tag a {
	font-family:Arial;
	font-size:20px;
	/*font-weight:bold;*/
	letter-spacing:-1px;
	color : #29a9dc;
	}	
	
.titre_tag a:link {
	font-family:Arial;
	font-size:20px;
	/*font-weight:bold;*/
	letter-spacing:-1px;
	color : #29a9dc;
	text-decoration:none;
	}
	
.titre_tag a:hover {
	font-family:Arial;
	font-size:20px;
	/*font-weight:bold;*/
	letter-spacing:-1px;
	color : #29a9dc;
	text-decoration:none;	
	}			
		
.titre_tag a:active {
	font-family:Arial;
	font-size:20px;
	/*font-weight:bold;*/
	letter-spacing:-1px;
	color : #29a9dc;
	text-decoration:none;	
	}	
			
		
/* begin small
---------------------------------------------------------------------------------------------------------------------------*/
#small-text {
	height : 20px;
	padding-bottom:20px;
	}

small {
	padding-left:15px;
	color:#9e9e9e;
	font-size: 10px;
	}	
	
small a {
	color : #9e9e9e;
	text-decoration:underline;
	}
	
small a:link {
	color : #9e9e9e;
	text-decoration:underline;
	}
		
small a:hover {
	color : #9e9e9e;
	text-decoration:underline;
	}		

small a:active {
	color : #9e9e9e;
	text-decoration:underline;
	}
		
/* begin image
---------------------------------------------------------------------------------------------------------------------------*/	
img {
	border : 0 none;
	margin-top: 10px;
	margin-bottom : 20px;
	margin-left: 5px;
	margin-right: auto;	
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	margin: 5px 10px 5px 10px;
	display: block;
	float:right;
	}

img.alignleft {
	margin: 5px 10px 5px 10px;
	display: block;
	float:left;
	}
	
img.aligncenter {
	width:250px;
	height:250px;
	margin-top: 10px;
	margin-bottom : 20px;
	margin-left: 5px;
	margin-right: auto;
	display: block;	
	}
	
img.avatar {
	display: inline;
	margin: 5px 5px 5px 5px;
	border:#fec800 solid 3px;
	}
	
img.photo {
	display: inline;
	margin: 5px 15px 5px 15px;
	}
	
img.tableau {
	width:330px;
	padding-bottom:15px;
	}
		
/* begin input
---------------------------------------------------------------------------------------------------------------------------*/
input[type=text], input[type=password], textarea {
	background: url(images/form.jpg) repeat-x top #FFF;
	border: 1px solid #CCC; 
	padding: 3px;
	max-width:655px;
	}
	
input[type=submit], #wp-email-submit { 
	font-family:Verdana; 
	padding: 5px 10px; 
	font-size: 12px; 
	color:#2365c4; 
	}
	
input[type=submit]:hover, #wp-email-submit:hover { 
	color:#2365c4; 
	}
	
/* page
---------------------------------------------------------------------------------------------------------------------------*/
#page {
	margin-left: auto;
	margin-right: auto;
	width:1024px;
	background:#FFFFFF;
	}
	
/* header
---------------------------------------------------------------------------------------------------------------------------*/
#header {
	margin-left: auto;
	margin-right: auto;
	width:1024px;
	height:425px;
	background:url(images/header.jpg);
	}
	
.blog-name { 
	font-family:"Verdana"; 
	color:#169916; 
	font-size: 30px; 
	margin: 0; 
	padding-left : 30px;
	padding-top : 15px;
	line-height: 1em; 
	display: block; 
	text-transform: uppercase; 
	}
	
.blog-name a:link, .blog-name a:visited	{ 
	color: #169916; 
	text-decoration: none;
	}
	
/* Begin wrapper
---------------------------------------------------------------------------------------------------------------------------*/
#wrapper {
	background:url(images/wrapper.jpg) repeat-y;
	width: 1024px;
	height:auto;
	margin: 0px;
	padding: 0px;
	position:relative;
	}

/* Begin content
---------------------------------------------------------------------------------------------------------------------------*/
#content {
	width:684px;
	float:left;
	margin : 0 auto;
	padding : 0 0px;
	text-align : justify;
	position: relative;	
	}	

.post {
	padding-left:10px;
	/*margin: 0 0 40px;*/
	}	
	
/* Begin sidebar
---------------------------------------------------------------------------------------------------------------------------*/
#sidebar {
	width:310px;
	float:right;
	margin : 0 30px 0 auto;
	padding : 0 0px;
	padding-right : 0px;
	text-align : justify;
	position: relative;
	}

#sidebar ul {
	margin-left : -20px;
	}	
	
#sidebar_tag {
	width : 275px;
	height:auto;
	margin-right:50px;
	margin-left:15px;
	background:#e2f7ff;
	}
	
#sidebar_tag a:link, #sidebar_tag a:hover, #sidebar_tag a:active, #sidebar_tag a:visited  {
	padding-left : 10px;
	padding-top : 20px;
	text-decoration:underline;
	color:#29a9dc;
	}	
	

/* Begin topmenu
---------------------------------------------------------------------------------------------------------------------------*/
#topmenu {
	width:684px;
	height:25px;
	margin : 0 auto;
	padding : 0 0px;
	}


#topmenu ul {
	margin: 0;
	padding: 0;
	list-style:none;
	}

#topmenu li.menu {
	float:left;
	list-style : none;
	padding-left : 15px;
	padding-right:15px;
	width : auto;
	display:inline;
	}

#topmenu a {
	color : #2365c4;
	display : block;
	font-size : 13px;
	font-weight:bold;
	text-align : center;
	text-decoration : none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

#topmenu a:hover, #topmenu .active a {
	color:#2365c4;
	text-decoration: underline;
	}
	
/* recent comments
---------------------------------------------------------------------------------------------------------------------------*/
#recent_comments {
	float:left;
	margin-left: 15px;
	background:#242527;
	width:990px;
	height:auto;
	margin-top : 80px;
	margin-bottom:20px;
	}

#recent_comments a, #recent_comments a:link, #recent_comments a:hover, #recent_comments a:visited, #recent_comments a:active {
	color:#ffffff;
	text-decoration:none;
	}
		
.titre_recent_comments {
	font-family:Arial;
	font-size:20px;
	/*font-weight:bold;*/
	letter-spacing:-1px;
	color : #ffffff;
	margin-top : 15px;
	}	
/* footer
---------------------------------------------------------------------------------------------------------------------------*/
#footer {
	margin-left: auto;
	margin-right: auto;
	width:1024px;
	height:10px;
	color : #ffffff;
	font-size:9px;
	padding-bottom:20px;
	}
	
#footer a, #footer .active a {
	color : #ffffff;
	text-decoration:underline;
	}

/* groupe commentaires
---------------------------------------------------------------------------------------------------------------------------*/
.commentlist li, #commentform input, #commentform textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
.commentlist li ul li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #ccc;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}

.commentmetadata {
	font-weight: normal;
	}
