/* @override 
	http://localhost/~antony/lama/style.css
	http://lama-infographie.com/style.css
*/

/* @group global */

* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	font-size: 100%;
	background: transparent;
}

ol, ul {
	list-style: none;
}

a img {
	border: none;
}

blockquote, q {
	quotes: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

sup {
	vertical-align: 0.6em;
	font-size: 80%;
	line-height: 0.1em;
}

strike {
	text-decoration: line-through;
}

u {
	text-decoration: underline;
}

.clear {
	clear: both;
}

a {
	cursor: pointer;
}

a.active {
	cursor: default;
}

/* @end */

/* @group structure */

body {
	background: url(ima/fond1-lite.jpg) no-repeat center -50px;
	font: normal 75%/1.4em arial, sans-serif;
	color: black;
}

#background {
	background: url(ima/fond1.jpg) no-repeat center -50px;
	*height: 100%;
	min-height: 585px;
	min-width: 1000px;
}

#page {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	padding-top: 400px;
}

#header {
	position: relative;
	margin-left: 150px;
	width: 790px;
	height: 6.5em;
}

h1, h2, h3, h4, h5, h6 {
	letter-spacing: -1px;
}

#header h1 a {
	font-size: 210%;
	font-weight: normal;
	font-style: normal;
	line-height: 1.4em;
	color: black;
}

#header h2 a {
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	line-height: 1.4em;
	color: #86BEE3;
	letter-spacing: 0;
}

#menu {
	text-align: right;
	margin-right: 40px;
	height: 35px;
}

#menu li {
	display: inline;
}

#menu li,
#menu li a {
	color: #790E11;
}

#menu a:hover,
#menu a.active {
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	color: #790E11;
}

#menu a {
	text-transform: uppercase;
	font-size: 120%;
	margin: 0 22px;
	letter-spacing: -1px;
}

#content {
	position: relative;
	margin-left:  134px;
	background: url(ima/fond-contenu.gif) no-repeat;
	width: 826px;
}
#editor-text {
	width: 780px;
	height: 450px;
}
#content .inner {
	padding: 17px 20px 0 20px;
}

#content .footer {
	background: url(ima/fond-contenu.gif) no-repeat 0 bottom;
	height: 10px;
	line-height: 10px;
	font-size: 9px;
	text-align: right;
	padding-top: 7px;
	padding-right: 18px;
}
#content .footer a {
	color: #949494;
	font-style: italic;
}
#content .footer a:hover {
	color: #323232;
}

/* @end */

/* @group content */

.col-1 {
	*display: inline; /* ie6 */
	float: left;
	width: 340px;
	margin-top: 25px;
	margin-left: 35px;
	margin-bottom: 15px;
}


.col-2 {
	float: right;
	width: 340px;
	margin-top: 25px;
	margin-right: 15px;
	margin-bottom: 15px;
}

h3 {
	font-size: 170%;
	font-weight: normal;
	font-style: normal;
	color: #003762;
	padding-bottom: 4px;
	text-transform: uppercase;
}

h4 {
	font-size: 120%;
	font-weight: bold;
	color: #790E11;
	padding-bottom: 4px;
	text-transform: uppercase;
}

h5 {
	font-size: 110%;
	font-style: normal;
	color: #790E11;
	margin-bottom: 5px;
	text-transform: uppercase;
	border-bottom: 2px solid #244467;
	margin-right: 15px;
}

ul.nosreferences li,
li.nosreferences  {
	list-style-position: inside;
	list-style-type: square;
	font-size: 75%;
	line-height: 1.3em;
}
.nosreferences {
	
}


/* @end */

#formcontact fieldset {
	border: none;
	
	margin-right: 18px;
}
#formcontact legend {
	display: none;
}
#formcontact input,
#formcontact textarea {
	width: 100%;
	font: 12px Arial, Helvetica, Geneva, sans-serif;
	border: 1px dotted silver;
	margin: 1px;
	color: #003762;
	background-color: #eaeaea;
}
#formcontact input:focus,
#formcontact textarea:focus {
	border-style: dashed;
	background-color: white;
	color: black;
}

#formcontact .btns input:hover {
	background-color: #dbdbdb;
	cursor: pointer;
}
#formcontact .btns input:active {
	background-color: #7c7c7c;
	cursor: pointer;
	color: white;
}

/* @group editor */
textarea {
	vertical-align: text-top;
}
label {
	float: left;
	width: 10em;
}
.action {
	line-height: 2.2em;
	text-align: right;
}
#editor-frm {
	padding-top: 2em;
	position: relative;
}

#tabs-1,
#tabs-2,
#tabs-3 {
	height: 500px;
}

/* @end */
