/*
Theme Name: Preaut.fr
Theme URI: 
Description: 
Version: 2.0
Author: JC
Author URI: 
Tags: 
*/

* {
	padding: 0px;
	margin: 0px;
}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	background: #D1E2EF;
}

p {
	margin-bottom: 15px;
}

img {
	border: none;
}

a:link {
	text-decoration: none;
	color: #000000;
}

a:active {
	text-decoration: underline;
	color: #056FE5;
}

a:visited {
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: underline;
	color: #056FE5;
}

/* MAIN INTERFACE DIVS */

#Header {
	width: 1000px;
	padding-right: 15px;
	padding-left: 15px;
	padding-top:15px;
	margin-left: auto;
	margin-right: auto;
	height: 365px;
	background:  #D1E2EF url(images/PageTop_bg.png) no-repeat center top;
}

#outerWrapper {
	width: 1000px;
	padding-right: 15px;
	padding-left: 15px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	background:  #D1E2EF url(images/Wrapper_bg.png) repeat-y;
}

#innerWrapper {
	margin:0px;
	padding:30px 0px 0px;
}

#Footer {
	width: 1000px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom:15px;
	margin-left: auto;
	margin-right: auto;
	height: 65px;
	background:  #D1E2EF url(images/PageBottom_bg.png) no-repeat center bottom;
	padding-top: 40px;
	text-align: center;
}

#sideBar {
	float: left;
	margin-left:10px;
	width:160px;
}

#sideBar h1, #sideBar h1 a, #sideBar h1 a:link, #sideBar h1 a:visited {
	font-size:14px;
	text-transform: uppercase;
	line-height: 0.9em;
	margin-bottom: 7px;
}

#sideBar h1 a:hover {
	text-decoration: none;
}

#Widgets {
	float: right;
	width: 250px;
	margin-right:20px;
}

#ContentWrapper {
	padding:0px;
	margin-left:200px;
	margin-right:290px;
	text-align: justify;
}

.CWWide {
	margin-left:200px;
	margin-right:20px;
}

.spaceCleaner {
	clear:both;
	height:1px;
	font-size:1px;
	border:none;
	margin:0;
	padding:0;
	background:transparent;
}

.homeCatItem {
	padding-bottom:20px;
	margin-bottom:20px;
}

.post {
	padding-bottom:10px;
	margin-bottom:10px;
}

/* WIDGETS */

.widget {
	margin-bottom: 20px;
}

.blue {
	background: #F1F8F4;
}

.yellow {
	background: #FBD42A;
}

/* SPECIAL */

.editContent {
	padding: 5px;
	background: #FFCC00;
	border: thin solid #FF6600;
}

/* INNER DIVS */

.HorSeparator {
	float: left;
	width: 100%;
	height: 10px;
	padding: 0px;
	margin: 0px;
	background: url(images/separator_bg.png);
}

.HomeInsert {
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
}

.CellTitle {
	font-size: 17px;
	height: 25px;
	color: #056FE5;
	font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
}

/* LISTS */

#ContentWrapper li {
	list-style: inside;
}

#sideBar li {
	list-style: none;
}

.defaultMenuUL {
	border-bottom: 1px dotted #E3EBF0;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.defaultMenuUL li, .defaultSubMenuUL li {
	list-style: none;
}

/* CAHIERS CELL */

.cahierEntry {
	float: left;
	width: 760px;
	padding: 0px;
	border-bottom: 1px dotted #B5D7FD;
	padding-bottom: 50px;
	margin-bottom: 40px;
}

.cahierGraphics {
	width: 235px;
	height: 360px;
	background: url(swf/cahier_frontcover_blank.png) no-repeat;
	float: left;
}

.cahierGraphicsTitle {
	width: 190px;
	float: left;
	font: oblique bolder 16px Georgia, "Times New Roman", Times, serif;
	color: #056FE5;
	margin-top: 150px;
	text-align: center;
	padding-right: 15px;
	padding-left: 15px;

}

.cahierGraphicsSubTitle {
	width: 190px;
	float: left;
	font: oblique bolder 12px Georgia, "Times New Roman", Times, serif;
	color: #000000;
	text-align: center;
	padding-right: 15px;
	padding-left: 15px;
}

.cahierData {
	float: left;
	width: 475px;
}

.cahierTitle {
	color: #056FE5;
	font-size: 19px;
	font-weight: bolder;
	margin-top: 5px;
}

.cahierSubTitle {
	font-size: 15px;
	font-weight: bolder;
}

.cahierDataButtons {
	float: left;
	width: auto;
}

.cahierButton {
	float: left;
	padding: 7px;
	border-bottom-style: none;
	display: block;
}

.cahierDataBlock {
	text-align: justify;
	padding: 25px 25px 35px;
	display: block;
	float: left;
	width: 475px;
}

.cahierPurchase {
	float: left;
	margin-top: 15px;
	margin-bottom: 25px;
	font-size: 13px;
	font-weight: bolder;
	background: #FBD635 url(images/trolley_icon.png) no-repeat left center;
	padding: 7px 7px 7px 50px;
	width: 469px;
}

/* TEXT */

.normalText {
	width: 100%;
	text-align: justify;
}

h1, h1 a, h1 a:link, h1 a:visited {
	color: #056FE5;
	font: bolder 25px "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	margin-bottom:20px;
	letter-spacing: -0.02em;
	color: #056FE5;
	text-align: left;
}

h2, h2 a, h2 a:link, h2 a:visited {
	color: #056FE5;
	font: bolder 20px "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	margin-bottom:20px;
	letter-spacing: -0.02em;
	color: #056FE5;
	text-align: left;
}

h3, h3 a, h3 a:link, h3 a:visited {
	color: #056FE5;
	margin-bottom: 10px;
	font: bolder 15px "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: -0.01em;
	text-align: left;
}

h4, h4 a, h4 a:link, h4 a:visited {
	color: #056FE5;
	margin-bottom: 10px;
	font: bolder 13px "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

.small {
	font-size: 9px;
}

.red {
	color: #CC0000;
}

input {
	border: 1px solid #B5D7FD;
}

textarea {
	border: 1px solid #B5D7FD;
}

/* WIDGETS */

#Widgets .widgettitle {
	visibility: hidden;
}

#Widgets li {
	padding:0;
	margin:0;
	list-style: none;
}

.widgettitle {
	font-size:14px;
	text-transform: uppercase;
	line-height: 0.9em;
	margin-bottom: 7px;
}

.gsom_widget {
	width:150px;
}