body {
	background: #FFFFFF none repeat-x;
	color: #666666;
	font: 62.5%/2em "lucida grande", "lucida sans unicode", verdana, helvetica, arial, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}

/* Paragraphs */
p {
	margin: 0 0 1em 0;
}

/* Links */
a:link, a:visited {
	background: transparent;
	color: #3282BD;
}

a:hover, a:active, a:focus {
	background: transparent;
	color: #666666;
}

a img {
	border: 0;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	background: transparent;
	border-left: 5px solid #EEEEEE;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 1em 0;
	padding: 0 0 0 10px;
}

h1 {
	font-size: 1.8em;
}

h2 {
	font-size: 1.6em;
}

h3, h4, h5, h6 {
	font-size: 1.4em;
	letter-spacing: 6px;
}

/* Forms */
form {
	margin: 0 0 1em 0;
	padding: 6px;
}

label {
	background: transparent url("images/backgrounds/label_bg.jpg") no-repeat 0% 50%;
	color: #999999;
	padding-left: 5px;
}

input, textarea {
	background: #97B3BD;
	border: 1px double #666666;
	color: #003399;
	font: 1em "lucida grande", "lucida sans unicode", verdana, helvetica, arial, sans-serif;
}

input:hover, input:focus, textarea:hover, textarea:focus {
	background: #FFFFE6;
	border: 2px double #3282BD;
}
input.option {
	border: 0px;
	background-color: transparent;
}

input.imgsubmit {
	border: 0;
	margin: 10px 10px 0 0;
}

input.required {
	border: 3px double #E1615F;
}

label.required:before {
	content: "* ";
}

fieldset:hover, fieldset:focus {
	border: 1px solid #999999;
}

fieldset {
	border: 1px solid #EEEEEE;
	margin: 0 0 10px 0;
	padding: 8px;
}

legend {
	background: transparent;
	color: #6B651D;
	margin: 0 4px;
	padding: 0 4px;
	text-transform: uppercase;
}

/* Ordered Lists */
/*ol {
	list-style-type: decimal-leading-zero;
}*/

ol li {
	background: transparent;
	margin: 0 0 1em 0;
}

/* Unordered Lists */
#content ul {
	list-style-type: none;
	margin: 0 0 1em 0;
	padding: 0;
}

#content ul li {
	background: transparent url(images/misc/ul_bullet.gif) no-repeat 0 4px;
	margin: 0 0 1em 0;
	padding: 0 0 0 18px;
}

/* Quotations */
blockquote {
	background: transparent none no-repeat top left;
	font-style: normal;
	margin: 0 0 1em 0;
	padding: 0 0 0 50px;
}

cite {
	background: transparent;
	color: #3282BD;
	font-weight: bold;
}

strong {
	color: #696969;
}

/* Layout Styles */
#outerwrapper {
	background: transparent none no-repeat 100% 100%;
	margin: 0;
	padding: 0;
}

#wrapper {
	background: #FFFFFF none repeat-y;
	font-size: 1.1em;
	margin: 0 auto;
}

#heading {
	background: #FFFFFF none no-repeat 0 0;
	height: 50px;
	position: relative;
}

#heading h1 {
	border: none;
	line-height: normal;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
}

#topnav {
	font-size: .9em;
	list-style-type: none;
	margin: 0;
	padding: 0 1px 0 0;
	position: absolute;
	right: 0px;
	text-align: center;
	top: 0;
	background-repeat: no-repeat;
	background-position: 100% 0;
}

#topnav li {
	background: none;
	display: inline;
	text-align: center;
	width: 100px;
}

#topnav a {
	display: block;
	float: left;
	padding: 18px 0 0 0;
	text-decoration: none;
	width: 100px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: 50% 0;
}

#topnav a:link, #topnav a:visited {
	color: #666666;
}

#topnav a:hover {
	color: #3288C5;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: 0 0;
}

#topnav a:active, #topnav a:focus {
	color: #3288C5;
	text-decoration: underline;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: 0 0;
}

#current a, #current a:link, #current a:hover, #current a:active, #current a:focus {
	color: #3288C5 !important;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: 0 0;
}

#masthead {
	background: #FFFFFF none no-repeat 0 0;
	height: 218px;
	margin: 0 0 20px 0;
}

#masthead h2 {
	border: none;
	line-height: normal;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
}

#topcontent {
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

#topcontent p:first-line {
	background: transparent;
	color: #3282BD;
	font-weight: bold;
	text-transform: uppercase;
}

#topcontent p:first-letter {
	background: transparent;
	color: Red;
	font-size: 2em;
}

#content {
	background: none repeat-y 50% 50%;
	border-top: 1px solid #EEEEEE;
	margin: 20px auto 0 auto;
	padding: 0 0 10px 0;
	text-align: left;
}

#content h3:first-letter {
	background: transparent;
	color: Red;
}

#contentleft {
	float: left;
	margin-right: 2px;
	padding-top: 10px;
}

#contentright {
	float: left;
	padding-top: 10px;
}

#contentright h4:first-letter {
	background: transparent;
	color: Red;
}


#footer {
	background: transparent;
	border-top: 1px solid #EEEEEE;
	color: #999999;
	margin: 0;
	padding: 4px;
}

#footer p {
	font-size: 10px;
	line-height: 2em;
	margin: 0;
	padding: 0;
}

#footer a {
	background: transparent;
	color: #999999;
}

#reasons li {
	background: #F5F5F5 none repeat 100% 100%;
	border-top: 3px double #FEFEFE;
	color: #3282BD;
	font-size: 1em;
	padding: 6px;
}

#reasons li:hover {
	background: #B9DDF5 none no-repeat 100% 100%;
}

#reasons li p {
	background: transparent;
	color: #666666;
	font-size: .5em;
}

ul.linklist li {
	background: url(images/misc/linklist_bullet.gif) no-repeat 0 50% !important;
	line-height: normal;
}

#welcome {
	background: #FFFFFF;
	border: none;
	text-indent: -9999px;
}

#content a[rel="external"] {
	background:  url("images/backgrounds/external.gif") no-repeat 100% 50%;
	padding-right: 18px;
	text-decoration: none;
}

#name, #email, #message {
	padding: 2px;
}

#newsletteremail {
	padding: 2px;
}


/* Other Bits */
.top {
	text-align: right;
}

#portbut {
	line-height: normal;
	margin: 0;
}

.clearboth {
	clear: both;
}

.rightalign {
	text-align: right;
}

p.latestproject {
	border-bottom: 1px solid #EEEEEE;
	padding-bottom: .8em;
}

p.latestproject a {
	display: block;
}

img.thumbnailone {
	border: 1px solid #EEEEEE;
	padding: 1px;
}

img.thumbnailtwo {
	border: 3px double #EEEEEE;
	padding: 2px;
}

.leftfloat {
	float: left;
	margin-right: 8px;
}

.rightfloat {
	float: right;
	margin-left: 8px;
}

/* recup */
.titre1		{font-size: 10pt; color: #3282BD; line-height: normal; font-weight: bold;  background: transparent none no-repeat 0% 50%;} /*base*/
.titre2		{font-size: 10pt; color: #3282BD; font-weight: bold} /*base*/
.titre3		{font-size: 10pt; color: #3282BD; } /*base*/
.titre4		{font-size: 10pt; color: #3282BD} /*base*/
.titre5		{font-size: 10pt; color: #3282BD;} /*base*/
.titlebg		{background-color: inherit;} /*base*/ /*YabbSE*/
.bordercolor	{background-color: transparent;} /*base*/ /*YabbSE*/ /*glossword*/
.catbg		{background-color: transparent; color: inherit; } /*base*/ /*YabbSE*/
.g       {color: #9B99FF; background: transparent; font: bold 100% "trebuchet ms", verdana, arial, helvetica, sans-serif; } 
.texte		{font-size: inherit; color: inherit;} /*base*/
.windowbg 	{background-color: transparent;} /*base*/ /*YabbSE*/
.windowbg2	{background-color: transparent;} /*base*/ /*YabbSE*/
.windowbg3	{background-color: transparent;} /*base*/ /*YabbSE*/
.term         	{color: #667EFF; background: transparent; font: 135% georgia,"times new roman",serif; } /*glossword*/
.trns         	{color: #007CFF; background: transparent; font: bold 100% "arial unicode ms",arial,sans-serif; } /*glossword*/
.aazz         	{font: bold 100% 'trebuchet ms',arial,verdana,sans-serif; margin: 0; padding: 0; width: 100%; } /*glossword*/
.r            	{font: bold 91% verdana,arial,sans-serif; } /*glossword*/
.abbr         	{color: #777; background: transparent; font: bold 100% verdana,arial,sans-serif; } /*glossword*/
.abbrpetit    	{color: #777; background: transparent; font: bold 70% verdana,arial,sans-serif; } /*citation*/
.termpreview  	{font: 79% "arial unicode ms",arial,helvetica,sans-serif; } /*glossword*/
.meaction	{color:red; background-color: transparent;} /*YabbSE*/
.h            	{color: #588400;} /*glossword*/
.text1		{font-style: normal; font-weight: bold; font-size: 13px; color: Black;} /*base*/
.code		{font-size: 10px; font-family: Courier New; color: #000000; background-color: #FFB920;} /*base*/ /*YabbSE*/
.u		{font: 90% verdana,arial,helvetica,sans-serif; } /*glosswords*/
.f          {color: #777; background: transparent; } /*glossword*/
.little		{font-size : 10px;color: #FF0000;} /*phpMyFaq*/
.bookmark		{font-size: 10pt; color: #003A8C; line-height: normal; font-weight: bold} /*base*/
.poll		{font-size: 10px; font-family: Arial; background-color: dimgray; color: red;} /*base*/
.d            	{color: #6A00CC; background: transparent; } /*glossword*/
.defn         	{margin: 0 1em 0 1em; font: 106% "times new roman",serif; text-align: justify; } /*glossword*/
.section {font-size : 10px;}
.comment	{
		color: #000080;
		font-size : 10px;
		border-bottom : 1px dashed Navy;
		border-top : 1px dashed Navy;
		background-color : #EEEEEE;
		} /*phpMyFaq*/
		.w {
	font: bold 140% "trebuchet ms", verdana, sans-serif;
	color: #FF0000;
} /*glosswords*/
