/*
Theme Name: Internautes
Theme URI: http://blogsudouest.fr/
Description: Le thème pour les blogs ffvv
Version: 1.0
Author: Direct Info Service
Author URI: http://www.directinfoservice.com/
*/


/***************elements de base***************/

* {
margin:0;
padding:0;
}

body {
font-size: 62.5%; /* Resets 1em to 10px */
font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
background-color: #43a3ef;
text-align: center;
}

#page {
background-color: #43a3ef;
background:  transparent url('images/fond_page.jpg') repeat-x bottom;
text-align: left;
margin: 0px auto;
padding: 0 0 0 0;
width:949px;
}

.clear {
clear:both;
}

a img,input {
border:0;
}

a{
text-decoration:none;
}

a:hover{
text-decoration:underline;
}

ul{
list-style-type:none;
}

/***************header***************/
#header {
height:168px;
width:949px;
background: transparent url('images/head.jpg') no-repeat bottom left;
position:relative;
}

#naviHaut {
float:right;
height:168px;
width:600px;
}

#naviHautContent{
padding-left:385px;
padding-top:50px;
color:#fff;
}

#naviHautContent a{
color:#fff;
}

#naviHautContent a:hover{
color:#ccc;
}

a#lienAccueil{
position:absolute;
top:45px;
height:120px;
left:46px;
width:330px;
}

/*****************menu*********************/

#navigateur{
height:32px;
width:949px;
background: transparent url('images/fondNavigateur.jpg') no-repeat bottom left;
}

#navigateur h3{
color:#fff;
text-transform:uppercase;
background-color:#174a87;
width:auto;
float:left;
height:18px;
padding-left:4px;
padding-right:4px;
padding-top:3px;
margin-top:6px;
}

img#menuBouton{
float:left;
padding-left:30px;
padding-top:6px;
}

/*****************content***********************/

#content{
margin-left:24px;
width:903px;
background: transparent url('images/fond_content.jpg') no-repeat bottom;
color:#174a87;
min-height:750px;
height:auto !important;
}

#content #left{
float:right;
margin-top:15px;
width:590px;
background-color:#fff;
color:#174a87;
min-height:590px; 
height:auto !important;
padding:5px;
}

#content #left p{
font-size:12px;
color:#174a87;
}

#content #left h3 a {
font-size:14px;
color:#174a87;
margin-bottom:10px;
}


/********************sidebar****************************/

#sidebar{
float:left;
margin-left:1px;
width:293px;
background: transparent url('images/fond_sidebar.jpg') repeat-y;
height:auto;
min-height:600px;
padding-bottom:15px;
}

#sidebar form#searchform input#s{
background-color:#174A87;
color:#fff;
}

#sidebar form#searchform input{
height:18px;
background-color:#fff;
color:#123969;
font-weight:bold;
padding-top:2px;
}

#sidebar ul li.widget{
background:#fff;
width:275px;
margin-left:7px;
margin-top:15px;
padding-top:2px;
min-height:100px;
height:auto !important;
text-align:left;
padding-left:5px;
font-size:12px;

}

#sidebar ul li.widget a{
color:#123969;
}

#sidebar h2.widgettitle{
font-size:14px;
padding-bottom:5px;
}

#sidebar ul li.widget_search{
min-height:50px;
}

#sidebar #calendar_wrap{
font-size:15px;
padding-left:50px;
}

#sidebar table#wp-calendar caption{
font-weight:bold;
}

#sidebar form{
margin-top:10px;
}

#sidebar br{
display:none;
}


.blocArticle{
	border-style: solid;
	border-top:none;
	border-left:none;
	border-right:none;
	border-width: thin;
	margin-bottom:10px;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	}
.the_content{
	margin-top:5px;
	}
.the_content li{
	list-style: circle;
	}
/***************************footer*******************/

#footer{
height:20px;
width:903px;
background: #fff;
text-align:center;
}

#footer a.lienFooter{
color:#123969;
}




