
/* 
/*
Theme Name: WordPress BASE Fr
Theme URI: http://wordpress.org/

Version: 0.5
Author: Didier Charlet
Author URIBASEBASEBASE: http://avrac.ch

BASE v0.5

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

*/

/*////////// GENERAL //////////*/
body {
	background: #000;
	margin: 0; 
	padding: 0;

}

#container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}


/*////////// TYPEOGRAPHY //////////*/
		
#maincontent {
	color: #fff;
	text-align: justify;
	padding: 0 0 20px 0;
	font: 30px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#mainright #mainleft {
	color: #fff;
	font-size: 10px;
}

		
a {
	text-decoration: none;
	color: #aeaeae;
}

a:hover {
	color: #949494;
}
		
a:visited {}

/*////////// HEADERS //////////*/
#header {
	
	padding: 0 0 0 0;
	height:584px;
	background-image: url(Images/AvracHomeProvisoire.gif);
}

	

/*////////// CONTENT //////////*/

#topmain {
	margin-bottom: 30px;
	margin-top: 30px;
}

#mainleft {
	
	float: left;
	width: 470px;
	text-align: left;
	padding: 5px;
}

#mainright {
	float: right;
	width: 470px;
	text-align: left;
	padding: 5px;
}
/*////////// SIDEBARS //////////*/
#sidebar1 {
		float: left;

    	width: 200px; 

    	background: #EBEBEB; 

    	padding:10px;
}

#sidebar2 {
		float: right;

    	width: 180px; 

    	background: #EBEBEB; 

    	padding:10px;
}


/*////////// NAV //////////*/

#top_navlist {}
  
#top_navlist{}

/*////////// BLOG ELEMENTS //////////*/

		
/*////////// FORMS //////////*/
#searchform #searchsubmit {
	width: 20px;
	padding: 2px;
	heigth:18px;
	background-color:#FFFEE6;
	border:none;
}

#searchsubmit {
	border:none;
	background:url(img/search.jpg);
	height: 18px;
	width: 18px;
	background-repeat: no-repeat;
	background-position: top;
}

/*////////// FOOTER //////////*/
#footer {
	height: 100px;
	 
	background:#DDDDDD;
	background-image: url(img/BASE_footer.jpg);
}
		
#footer p {
	margin: 0;
    padding: 50px 0 0 20px;
}
		
		
		
/*////////// IMAGES //////////*/		


/*////// FUN CLASSES ///////////*/
/*any little extra flares and fun design 
elements you want to add can go here*/


.fltrt { /* cette classe permet de rendre flottant le côté droit d'un élément dans la page. L'élément flottant doit précéder l'élément à côté duquel il doit se trouver dans la page. */

    	float: right;

    	margin-left: 8px;

    }

    .fltlft { /* cette classe permet de rendre flottant le côté gauche d'un élément dans la page */

    	float: left;

    	margin-right: 8px;

    }

    .clearfloat { /* cette classe doit être placée pour un élément div ou break et doit être l'élément final avant la balise de fin d'un conteneur qui doit contenir entièrement un élément flottant */

    	clear:both;

        height:0;

        font-size: 1px;

        line-height: 0px;

    }
