/*
Theme Name: Contigo
Theme URI: http://projetcontigo.org/
Description: Le thème par du site du Projet Contigo
Version: 1.0
Author: Marc-André Legault	
Author URI: http://marclegault.com/
*/

/* Reset stylesheet v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* Main.css */
#mainWrap {
width:1000px;
margin-left: auto;
margin-right: auto;
}
		
#header {
width:1000px;
height:128px;
background:url(images/header.jpg) no-repeat;
text-align:right;
}
		
#nav {
width:1000px;
height:30px;
background: url(images/menu.jpg) left no-repeat #3c2f05;
}
		
#contentWrap {
}
		
#leftBox {
float:left;
width:300px;
background: url(images/leftBox.jpg) no-repeat;
overflow: hidden;
}
		
#leftBoxContent {
min-height:135px;
width:200px;
background-color: #3c2f05;
padding-bottom:4000px;
margin:141px 0 -4000px 100px;
}
		
#content {
float:right;
width:700px;
min-height:800px;
background: url(images/content.jpg) no-repeat;
}

#footer {
clear:both;
}
/* styles.css */
/* Navigation */

#header ul.headerNav {
list-style:none;
color:#777777;
font-family:Trebuchet MS;
font-size:11px;
font-weight:normal;
padding:30px 10px 0 0;
}

#header ul.headerNav li {
display:inline;
}

#header ul.headerNav li a{
color:#777777;
font-family:Trebuchet MS;
font-size:11px;
font-weight:normal;
text-decoration:none;
}

#header ul.headerNav li a:hover {
color:#000;
text-decoration: underline;
}

#nav ul.mainNav {
list-style:none;
color:#FFFFFF;
font-family:Trebuchet MS;
font-size:11px;
font-weight:bold;
text-decoration:none;
height:30px;
line-height:30px;
margin-left:400px;
}

#nav ul.mainNav li {
display:inline;
}

#nav ul.mainNav li a {
color:#FFFFFF;
font-family:Trebuchet MS;
font-size:11px;
font-weight:bold;
text-decoration:none;
padding:0 5px 0 5px;
}

#nav ul.mainNav li a:hover {
color:rgb(221,170,21);
}

/* Fin navigation */
#content small {
margin:-10px 0 0 200px;
padding: 2px 0 10px 0;
font-size:12px;
display:block;
}

ul {
margin-left:30px;
}

#content p {
margin:5px 10px;
text-indent:30px;
line-height:19px;
font-size:13px;
font-family:"Trebuchet MS", 'Century Gothic', 'Apple Gothic', sans-serif;
}

#content ul li {
margin:5px 10px;
line-height:19px;
font-size:13px;
font-family:"Trebuchet MS", 'Century Gothic', 'Apple Gothic', sans-serif;
}

hr {
width:75%;
}

#content h1, #content h1 a:link {
color:#3D2F05;
font-family:Gloucester MT Extra Condensed;
font-size:26px;
margin-left:7px;
margin-bottom: 17px;
text-decoration: none;
}

#content h2 {
color: #3D2F05;
font-family: 'Trebuchet MS';
font-size: 14px;
font-weight: bold;
margin: 15px 0;
}

#content h3 {
color: #3D2F05;
font-family: 'Trebuchet MS';
font-size: 14px;
font-weight: bold;
margin:15px 40px;
}

#content h6 {
margin:5px 10px;
line-height:19px;
font-size:13px;
font-family:"Trebuchet MS", 'Century Gothic', 'Apple Gothic', sans-serif;
font-weight: normal;
}

.first {
margin-top:46px;
}

h1:first-child {
margin-top:30px;
}

#leftBoxContent h1 {
color:#DDAA15;
font-family:Trebuchet MS;
font-size:14px;
font-weight:bold;
line-height:25px;
margin-left:10px;
}

#leftBoxContent ul#nouvelles {
list-style:disc;
padding-left:24px;
color:#fff;
padding-bottom:50px;
}

#leftBoxContent ul#nouvelles li {
padding:2px 5px;
}

#leftBoxContent ul#nouvelles a {
color:#fff;
font-family:Trebuchet MS;
font-size:12px;
font-weight:bold;
text-decoration:none;
}

#content .contact p {
text-indent: 0px;
line-height: normal;
}

.breadcrumb p {
margin:5px 10px;
line-height:19px;
font-size:12px;
font-family:"Trebuchet MS", 'Century Gothic', 'Apple Gothic', sans-serif;
}
