/* ========================================================

	INFORMATIONS :
		Nom				: waipdesign.css
		Version			: 2.0 (02/11/2009)
		Site			: http://www.waipdesign.fr
		Auteur			: Cerrato Claudia

	STRUCTURE :
		Orientation		: Site horizontal
		Largeur page	: 300% - fluide

	INDEX :
		_Reset			: Mise à zéro de certaines balises
		_Base			: Mise en page générale
		_Header			: En-tête
			~Logo			: Logo
		_Navigation		: Styles des menus
			~Accessibilité	: Menu de navigation
			~Menu			: Menu principal
		_Content		: Contenu des pages
			~Accueil		: Page d'Accueil
			~Profile		: Page du profil
			~Portfolio		: Page des Références
			~Contact		: Page de Contact
		_Footer			: Copyright et mentions
		_Typographie	: Titres, liens, textes

======================================================== */

/*		_Reset			*/
html,body,div,ul,ol,li,h1,h2,h3,h4,h5,h6,td
{
	margin				: 0;
	padding				: 0;
}

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

img
{
	border				: 0;
}

ul,ol
{
	list-style			: none;
}

a
{
	text-decoration		: none;
	outline				: none;
	cursor				: pointer;
	color				: #ef8317;
}

a:hover
{
	color				: #000000;
}

h1,h2,h3,h4,h5,h6
{
	font-size			: 100%;
	font-weight			: normal;
	text-indent			: 0px;
}

q:before,q:after
{
	content				: '';
}

/*		_Base			*/
html
{
	height				: 100%;
	line-height			: 1em;
	font-size			: 100%;
}

body
{
	margin				: 0;
	padding				: 0;
	font-family			: corbel, sans-serif;
	font-size			: 0.85em ;
	color				: #ffffff;
	background			: #5d4837;
	overflow			: hidden;
}

/*		_Header			*/

#sidebar
{
	width				: 180px;
	height				: 100%;
	position			: fixed;
	z-index				: 400;
	margin-left			: 3%;
}

#fond-orange
{
	background			: #ef8317;
	position			: absolute;
	width				: 180px;
	height				: 99%;
	bottom				: 0;

	filter				: alpha(opacity=90);  	/* IE */
	-moz-opacity		: 0.9;           		/* Firefox */
	opacity				: 0.9;               	/* standard CSS3 */
	-khtml-opacity		: 0.9;       			/* Konqueror */
}

#logo
{
	width				: 180px;
	height				: 178px;
	position			: relative;
	z-index				: 600;
}

#menu_principal
{
	padding				: 10px 10px;
}

#menu_principal li
{
	margin-bottom		: 10px;
}

#menu_principal li a
{
	font-family			: corbel;
	font-size			: 1.6em;
	color				: #ffffff;
	cursor				: pointer;
}

#menu_principal li a:hover
{
	color				: #000000;
	background-color	: transparent;
}

#liens_menu
{
	position			: absolute;
	padding-top			: 15%;
}

#adresse
{
	width				: 160px;
	position			: absolute;
	bottom				: 1%;
}

#adresse a
{
	color				: #5d4837;
}

#adresse a:hover
{
	color				: #000000;
}

#partage
{
	margin-bottom		: 10%;
	margin-top			: 3%;
}

#partage ul li
{
	display				: inline;
	margin-right		: 3%;
}

/*		_Content		*/
#container
{
	width				: 300%;
	margin-top			: 0;
}

.page
{
	width				: 33.33%;
	float				: left;
	position			: relative;
}

	/*		~Accueil		*/
#texte
{
	width				: 22%;
	line-height			: 0.8em;
	font-family			: 'Journal Regular', arial, sans-serif;
	font-size			: 2em;
	color				: #444444;
	position			: absolute;
	top					: 52%;
	left				: 34%;
}

#menu2
{
	line-height			: 1em;
	font-family			: 'Journal Regular', arial, sans-serif;
	font-size			: 2em;
	color				: #ef8317;
	position			: absolute;
	top					: 53%;
	left				: 59.5%;
	z-index				: 200;
}

#menu2 ul li
{
	margin-bottom		: 10%;
}

#menu2 a:hover
{
	color				: #444444;
}

	/*		~Portfolio		*/
#ecran
{
	width				: 48%;
	height				: 50%;
	position			: absolute;
	left				: 22%;
	top					: 4%;
}

.icones
{
	display				: block;
}

.icones li
{
	display				: inline;
	float				: left;
	margin-right		: 5%;
}

.icones a
{
	display				: block;
}

.icones a:hover
{
	background			: url('../images/icone_hover.png') no-repeat top left;
}

.icones a:active
{
	background			: url('../images/icone_active.png') no-repeat top left;
}

.icones img
{
	width				: 116px;
}

/*		~Contact		*/
#requis
{
	width				: 500px;
	font-size			: 1.2em;
	text-align			: center;
	position			: absolute;
	left				: 35%;
	top					: 6%;	
}

#form-contact
{
	width				: 500px;
	position			: absolute;
	left				: 35%;
	top					: 10%;
}

label
{
	margin-top			: 25px;
	font-size			: 1.1em;
	color				: #ffffff;
	font-weight			: bold;
}

#inputContent
{
	width				: 240px;
	float				: left;
}

#emailContent, #structureContent, #urlContent, #messageContent
{
	margin-top			: 25px;
}

#inputContent input
{
	width				: 210px;
}

#msgContent
{
	width				: 260px;
	float				: left;
}

#msgContent textarea
{
	width				: 260px;
	height				: 176px;
	font-family			: Corbel;
	font-size			: 1em;
	overflow			: auto;
}

#msgContent input
{
	width				: 260px;
}

#form-contact  input, textarea
{
	margin-top			: 5px;
	padding				: 8px;
	border				: none;
	background-color	: #ffffff;
	color				: #000000;
	font-family			: Corbel;
	font-size			: 1em;
	-moz-border-radius		: 5px;
	-webkit-border-radius	: 5px;
}

#form-contact input:focus, textarea:focus
{
	color				: #ffffff;
	background-color	: #af9d8e;
	border				: none;
}

#boutons
{
	width				: 517px;
	height				: 50px;
}

#boutons input
{
	width				: 80px;
	cursor				: pointer;
}

#boutons input#send
{
	font-size			: 1.1em;
	color				: #5d4837;
	background-color	: #cce003;
	float				: right;
}

#boutons input#send:hover
{
	background-color	: #ef8317;
}

#boutons input#reset
{
	height				: 30px;
	width				: 50px;
	font-size			: 0.8em;
	color				: #bfbfbf;
	background-color	: #3f3f3f;
}

#boutons input#reset:hover
{
	color				: #ffffff;
	background-color	: #9f9f9f;
}

.erreur span
{
	width				: auto;
	padding				: 4px 6px;
	font-size			: 12px;
	color				: #fff;
	background			: #ef8317;

	-moz-border-radius					: 4px;
	-webkit-border-radius				: 4px;
	-moz-border-radius-bottomleft		: 4px;
	-moz-border-radius-topleft			: 4px;
	-webkit-border-bottom-left-radius	: 4px;
	-webkit-border-top-left-radius		: 4px;

	-moz-box-shadow						: 2px 2px 6px #1f1a15;
	-webkit-box-shadow					: 2px 2px 6px #1f1a15;
	position			: absolute;
}

.erreur span em
{
	font-size			: 1px;
	border				: 8px solid;
	border-color		: transparent transparent #ef8317 transparent;
	position			: absolute;
	top					: -32px;
	left				: 32px;
}

.sendok span, .senderreur span
{
	width				: 250px;
	margin-left			: -112px;
	padding				: 4px 6px;
	font-size			: 16px;
	color				: #fff;
	text-align			: center;
	background			: #6ab760;
	position			: absolute;
	left				: 50%;

	-moz-border-radius					: 4px;
	-webkit-border-radius				: 4px;
	-moz-border-radius-bottomleft		: 4px;
	-moz-border-radius-topleft			: 4px;
	-webkit-border-bottom-left-radius	: 4px;
	-webkit-border-top-left-radius		: 4px;

	-moz-box-shadow						: 2px 2px 6px #1f1a15;
	-webkit-box-shadow					: 2px 2px 6px #1f1a15;
}

.sendok span em, .senderreur span em
{
	font-size			: 1px;
	border				: 8px solid;
	border-color		: transparent transparent #6ab760 transparent;
	position			: absolute;
	top					: -32px;
	left				: 32px;
}

.senderreur span
{
	background			: #ba1123;
}

.senderreur span em
{
	border-color		: transparent transparent #ba1123 transparent;
}

/*		_Footer		*/
#footer
{
	width				: 100%;
	clear				: both;
}

#credits
 {
	line-height			: normal;
	font-family			: arial, sans-serif;
	font-size			: 0.8em;
	position			: fixed;
	bottom				: 15px;
	right				: 15px;
	z-index				: 400;
}

#share
 {
	height				: 18px;
	position			: fixed;
	bottom				: 35px;
	right				: 15px;
}

/*		_Typographie	*/

h2
{
	font-size			: 1.1em;
}

h3
{
	margin-bottom		: 15px;
	font-family			: 'Designer Notes Regular', arial, sans-serif;
	font-size			: 1.8em;
	font-weight			: bold;
	color				: #000000;
}

#content h4
{
	margin-bottom		: 10px;
	font-size			: 1.2em;
	font-weight			: bold;
}
