* {
	margin: 0;
	padding: 0;
}

body {
background: #fff;
font-family: "Trebuchet MS" Verdana, Arial, Helvetica, sans-serif;
font-size: 16px;
line-height: 17px;
color: #333;
}

a {
text-decoration: none;
color: #336699;
}
a:hover {
text-decoration: underline;
color: #111;
}

#wrap {
margin: 0 auto;
width: 980px;
}

#header {
height: 90px;
}
#header h1 { 
color: #3069AE;
font-size: 30px;
letter-spacing: -2px;
font-weight: 100;
padding: 23px 0 0 20px;
color: #3069AE;
}
#header h1 a { 
color: #3069AE;
text-decoration: none;
}
#header h2 {
font-size: 20px;
color: #3069AE;
padding: 5px 0 0 20px;
letter-spacing: -1px;
font-weight: 100;
}

#menu {
height: 30px;
line-height: 30px;
background: #3069AE url(images/menu.jpg) no-repeat;
}
#menu ul {
list-style-type: none;
padding-left: 20px;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
padding: 0 40px 0 0;
text-decoration: none;
font-weight: 100;
font-size: 18px;
color: #fff;
}
#menu ul li a.menuChoisi {
padding: 0 40px 0 0;
text-decoration: none;
font-weight: 100;
font-size: 18px;
color: #FFA0A0;
}
#menu ul li a:hover {
color: #FFA0A0;
text-decoration: none;
}

#content {
padding: 0 20px 20px 20px;
}

.left {
float: right;
width: 750px;
text-align: justify;
padding-top: 10px;
}
.left h2 {
font-size: 24px;
font-weight: 100;
padding: 15px 0 7px 0;
}
.left h2 a {
color: #F00;
text-decoration: none;
}
.left h3 {
font-size: 14px;
}

.right {
float: left;
width: 160px;
padding-top: 15px;
}
.right h2 {
margin: 10px 0 0 0;
padding-left: 10px;
height: 24px;
line-height: 24px;
background: #3F7AC6;
color: #fff;
font-size: 18px;
}
.right ul {
padding: 10px 0 15px 10px;
list-style-type: none;
}
.right ul li a {
color: #336699;
text-decoration: none;
font-size: 14px;
font-weight: 100;
}
.right ul li a:hover {
color: #F00;
}
.right ul li a.choisi {
color: #F00;
}
#footer {
height: 30px;
line-height: 30px;
background: #D1E6EF url(images/footer.jpg) no-repeat;
text-align: center;
font-size: 11px;
color: #fff;
}
#footer a { color: #fff; }

/* Extrait de TechJunkieP5.css */ 
.button-style {
	display: inline-block;
	margin-top: 20px;
	padding: 7px 20px;
	background: #FE0054; /*#311fbb;*/
	border-radius: 5px;
}
.button-style a {
	letter-spacing: 1px;
	text-decoration: none;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 18px;
	color: #FFFFFF;
}
