/****************************************/
/* CSS pour guillaumep.com				*/
/* AUTEUR : Guillaume Petitclerc		*/
/* VERSION : 1.0						*/
/* DATE : 13 février 2008				*/
/****************************************/

/****************************************/
/* STYLES GÉNÉRAUX						*/
/****************************************/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	background-image: url("../images/bckgrnd.gif");
	background-repeat: repeat;
	margin: 0;
	font-size: 12px;
}
ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}
ol li {
	padding-bottom: 5px;
}
a, a:visited {
	color: #333333;
	text-decoration:underline;
}
#footer a, #footer a:visited {
	color: #CCCCCC;
	text-decoration:underline;
}

a:hover, #footer a:hover {
	color: #FFF;
	background-color: #565417;
	text-decoration: none;
}
ul li {
	list-style-image: url(../images/bullet.gif);
}
#colonnedroite ul li {
	margin-left: -25px;
	padding-bottom: 5px;
}
img {
	border: 0;
}
#photos img { 
	background-color: #CACACA;
	padding: 10px;
}
#photos a:hover img {
	background-color: #FFFFF1;
}
/****************************************/
/* STYLES POUR MISE EN PAGE DES SECTIONS*/
/****************************************/
#slogan {
	width: 152px;
	padding-left: 630px;
	margin-top: 124px;
	margin-left: auto;
	margin-right: auto;
}
#header {
	height: 36px;
	background-color: #98A302;
	width: 100%;
}
#headercontainer {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
}
#header .gauche {
	float: left;
	width: 514px;
}
#header .droit {
	float: right;
	width: 268px;
	padding-right: 16px;
}
#contentcontainer {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}

#colonnegauche {
	background-image: url(../images/transparent_gauche.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	display: block;
	width: 564px;
	height: 420px;
	margin: 0;
	padding: 15px 15px 0 15px;
}
*+html body #colonnegauche { /*IE7*/
	margin-top: 25px;
}

#colonnegauche img {
	float: left;
	border: 0;
	margin-right: 5px;
	margin-bottom: 5px;
}
#colonnedroite {
	background-image: url(../images/transparent_droite.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	margin: 25px 0 0 605px;
	height: 420px;
	width: 178px;
	padding: 15px 0 0 15px;
}
#footer {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
#footer .menu {
	font-variant: small-caps;
}
#footer p {
	margin: 5px;
}
.clear {
	clear: both;
}
/****************************************/
/* STYLES POUR MISE EN PAGE TEXTE		*/
/****************************************/

h1 {
	margin: 0 0 20px 0;
	color: #C1CF02;
	font-size: 16px;
}
h2 {
	margin: 0 0 10px 0;
	color: #C1CF02;
	font-size: 14px;
}
h3 {
	font-weight: bold;
	font-size: 14px;
	margin: 0 0 10px 0;
}
p {
	margin: 10px 0 10px 0;
	line-height: 20px;
	font-size: 14px;
}
#footer p{
	color: #CCCCCC;
	text-align: center;
	font-weight: normal;
	font-size: 12px;
}

blockquote {
	background-image: url(../images/quoleft.gif);
	background-position: left top;
	background-repeat: no-repeat;
	min-height: 20px;
	padding: 0;
	margin: 30px 25px 30px 25px;
	width: 425px;
}
blockquote div {
	padding: 5px 40px 5px 30px;
	background-image: url(../images/quoright.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
}
/****************************************/
/* STYLES POUR MENU ISSU DE				*/
/* DYNAMICDRIVE.COM						*/
/****************************************/

.chromestyle{
	font-weight: bold;
	font-variant: small-caps;
	width: 207px;
	background-color: #565417;
}
.chromestyle ul{
	width: 100%;
	padding: 0;
	margin: 0;
	text-align: left; /*set value to "left", "center", or "right"*/
	height: 16px;
	padding: 10px 0;
	border-left: 1px solid #3A3910;
}

.chromestyle ul li{
	display: inline;
}
.chromestyle ul li a{
	height: 16px;
	margin: 0 -3px 0 0;
	padding: 10px 15px;
	color: #FFF;
	text-decoration: none;
	padding: 10px 15px 11px 14px;
	border-right: 1px solid #3A3910;
}
*+html body .chromestyle ul li a{
	padding: 12px 15px 11px 14px;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	margin-top: -1px;
	margin-left: -1px;
	border: 1px solid #3A3910;
	border-top: none;
	z-index:100;
	background-color: #565417;
	width: 87px;
	visibility: hidden;
	text-align: center;
	font-variant: small-caps;
}
*+html body .dropmenudiv{
	margin-left: 0;
}
.dropmenudiv a{
	width: auto;
	display: block;
	padding: 8px 0;
	text-decoration: none;
	font-weight: bold;
	color: #000;
}
.dropmenudiv img{
	width: auto;
	margin: 0;
	padding: 0 13px;
	display: block;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover{ 
	color: #FFF;
}
/****************************************/
/* STYLES POUR PAGINATION AJAX ISSUE DE	*/
/* DYNAMICDRIVE.COM						*/
/****************************************/
.pagination{
	padding: 2px;
	margin: 1em 0;
	clear: both;
}

.pagination ul{
	margin: 0;
	padding: 0;
	text-align: right; /*Set to "left" or "right" to left/right align pagination interface*/
	font-size: 100%;
}

.pagination li{
	list-style-type: none;
	display: inline;
	padding-bottom: 1px;
}

*:first-child+html .pagination li{ /*IE7 only CSS hack*/
	margin-right: 4px; /*IE bug causes default spacing between links to disappear, so added it explicitly in IE7 */
}

* html .pagination li{ /*IE6 and below CSS hack*/
	margin-right: 4px; /*IE bug causes default spacing between links to disappear, so added it explicitly in IE6 and below browsers*/
}

.pagination a, .pagination a:visited{
	padding: 0 5px;
	border: 1px solid #3A3910;
	text-decoration: none; 
	color: #333;
}

.pagination a:hover, .pagination a:active{
	border: 1px solid #333;
	color: #000;
	background-color: #98A302;
}

.pagination a.currentpage{ /*Style for currently selected page link*/
	background-color: #565417;
	color: #FFF !important;
	border-color: #333;
	font-weight: bold;
	cursor: default;
}

.pagination a.disabled, .pagination a.disabled:hover{ /*Style for "disabled" previous or next link*/
	background-color: #7C7C7C;
	cursor: default;
	color: #666;
	border: 1px solid #333;
}

.pagination a.prevnext{ /*Style for previous and next link*/
	font-weight: bold;
}
/****************************************/
/* STYLES POUR FORM CSS ISSU DE 		*/
/* DYNAMICDRIVE.COM						*/
/****************************************/

.formulaire p{
	width: 285px;
	margin: 0;
	padding: 5px 0 0 0;
	padding-left: 155px; /*width of left column containing the label elements*/
	font-weight: normal;
}

.formulaire label{
	font-weight: bold;
	color: #3B3C3E;
	float: left;
	margin-left: -155px; /*width of left column*/
	width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}
.formulaire input { /*width of text boxes. IE6 does not understand this attribute*/
	width: 180px;
	border: 1px solid #3B3C3E;
}
.formulaire input:focus, .formulaire input.sffocus, .formulaire select:focus, .formulaire select.sffocus, .formulaire textarea:focus, .formulaire textarea.sffocus {
	border: 1px solid #98A302;
}
.formulaire select {
	width: 180px;
	border: 1px solid #3B3C3E;
}
.formulaire textarea{
	width: 350px;
	border: 1px solid #3B3C3E;
}
*+html body textarea {margin-top: -22px;}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}

