/* Reset CSS ------------------------------------------------------------*/
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;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

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


/* Principal ----------------------------------------------------------*/

body {
	background: #FFFFFF url('../images/bg.jpg') repeat-x;
	font-family: helvetica;
	font-size: 12px;
}

p {
	float: left;
	text-align: justify;
	line-height: 18px;
}

a {
	color: #AAA;
}


/* Messages -----------------------------------------------------------*/
.valide {
	width: 100%;
	float: left;
	background: #E5F3E3 url(../images/accept.png) 10px center no-repeat;
	border-right: 1px solid #C1CEC1;
	border-bottom: 1px solid #C1CEC1;
	margin-bottom: 20px;
}

.error {
	width: 100%;
	float: left;
	background: #FCE6E2 url(../images/exclamation.png) 10px center no-repeat;
	border-right: 1px solid #F8C9BB;
	border-bottom: 1px solid #F8C9BB;
	color: #D3583F;
	margin-bottom: 20px;
}

.error a {
	color: #D3583F;
}

.information {
	width: 100%;
	float: left;
	background: #E8EFF7 url(../images/information.png) 10px center no-repeat;
	border-right: 1px solid #C7CDDA;
	border-bottom: 1px solid #C7CDDA;
	margin-bottom: 20px;
}

.information a {
	color: #6187B3;
}

.valide span, .information span, .error span {
	float: left;
	margin: 10px 10px 10px 35px;
}

/* Container ----------------------------------------------------------*/

#container {
	display:block;
	position:absolute;
	width: 900px;
	left:50%;
	margin-left:-450px;
}


/* Header -------------------------------------------------------------*/

#header {
	width: 100%;
	float: left;
}

#logo {
	width:  466px;
	height:40px;
	float: left;
	background: #FFFFFF;
}

#logo img {
	margin:  15px 0 0 0;
}

#header_menu {
	display:block;
	width:  430px;
	float: left;
	text-align: right;
}

#header_main_menu {
	width:900px;
	display:block;
	float: left;
	margin-bottom: 20px;
}

#menu_user {
	list-style-type: none;
	width: 100%;
	float: right;
	margin: 16px 0 15px 0;
}

#menu_user li {
	float: right;
}

#menu_user a {
	float: left;
	padding: 10px;
	color:  #111;
	text-decoration: none;
}

#menu_user a:hover {
	background: #111;
	color:  #FFF;
}

#menu_user span {
	float: right;
	margin: 10px;
}

#menu_main {
	list-style-type:none;
}

.menu_main_li {
	float:left;
}

#menu_main a {
	float: left;
	padding: 15px 10px;
	color: #FFF;
	text-decoration: none;
	border-bottom: 1px solid #000;
}

#menu_main a:hover {
	background: #FFF;
	color: #111;
	border-bottom: 1px solid #FFF;
}

#menu_main .active {
	background: #FFF;
	color: #111;
	border-bottom: 1px solid #FFF;
}


/* Main ---------------------------------------------------------------*/

#main {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}

.col {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}

.col h2 {
	float: left;
	color: #FFF;
	font-style: normal;
	background: #121212;
	margin-bottom: 5px;
}

.col h2 span {
	float: left;
	margin: 5px;
}

.mod2coll1 {
	width: 200px;
	float: left;
}

.mod2coll2 {
	width: 700px;
	float: left;
}

.mod2colr1 {
	width: 680px;
	float: left;
	margin-right: 20px;
}

.mod3col1 {
	width: 200px;
	float: left;
	margin-right: 20px;
}

.mod3col2 {
	width: 460px;
	float: left;
	margin-right: 20px;
}

.mod3col3 {
	width:  200px;
	float: left;
}


/* Home --------------------------------------------------------------*/

.edito_left {
	width: 200px;
	float: left;
	height: 100%;
	background: #121212;
	color: #FFF;
}

.edito_left h1 {
	float: left;
	margin: 10px;
	font-family: times;
}

.edito_right {
	width: 700px;
	float: left;
	background: #F5F5F5 url('../images/bg_edito.jpg') no-repeat;
	height: 60px;
	font-family: times;
	font-style: italic;
	font-size: 14px;
}

.edito_right p {
	margin: 10px 20px;
}

.article_list {
	width: 100%;
	float: left;
	line-height: 18px;
}

.article_list a {
	color: #121212;
	text-decoration: none;
}

.article_list a:hover {
	text-decoration: underline;
}

.article_list li {
	width: 100%;
	float: left;
	display: block;
	border-bottom: 1px solid #E2E2E2;
	margin-bottom: 5px;
}

.article_list span {
	width: 100%;
	display: block;
	float: left;
	font-family: times;
	font-style: italic;
	color: #CCC;
	margin-bottom: 5px;
}

.home_twitter_text {
	float: left;
	width: 310px;
	text-align: justify;
	line-height: 18px;
	margin-bottom: 20px;
}

.home_twitter_form, .home_twitter_form textarea {
	float: left;
	width: 310px;
}

.home_twitter_form textarea {
	height: 50px;
}

.home_twitter_form img {
	margin-top: 10px;
	float: right;
}

.mannequins_list {
	float: left;
}

.mannequins_list a {
	float: left;
	border: 2px solid #E2E2E2;
	margin: 5px 5px 0 0;
	width: 57px;
}

.mannequins_list a:hover {
	border: 2px solid #121212;
}

#twitter {
	width: 100%;
	float: left;
}

#vanessa {
	width: 140px;
	float: left;
	
}


/* Profil -------------------------------------------------------------*/

.profile_list {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	line-height: 20px;
}

.profile_list li {
	list-style: square;
	margin-left: 30px;
}

.profile_name {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	font-size: 25px;
}

.profile_name a {
	color: red;
	font-weight: bold;
}

.profile_infos {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

.profile_user_message {
	float: left;
	width: 100%;
	background: #F5F5F5 url(../images/bg_message_profile.jpg) no-repeat;
	margin-bottom: 20px;
}

.profile_user_message p {
	margin: 30px 20px 20px 20px;
}

.vignettes_mannequins {
	float: left;
	width: 100%;
}

.vignette_mannequin {
	float: left;
	width: 146px;
	margin-right: 6px;
	margin-bottom: 15px;
}

.vignette_mannequin h3 {
	float: left;
	width: 146px;
	background: #F5F5F5;
}

.vignette_mannequin h3 span {
	float: left;
	margin: 5px;
}

.vignette_mannequin a {
	float: left;
	width: 146px;
	border: 1px solid #F5F5F5;
}

.vignette_mannequin a:hover {
	border: 1px solid #000;
}

.vignette_mannequin_last {
	margin-right: 0;
}

#mod_search_member {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.mannequins_list_mod {
	float: left;
	margin-bottom: 20px;
}

.mannequins_list_mod a {
	float: left;
	border: 2px solid #E2E2E2;
	margin: 5px 5px 0 0;
}

.mannequins_list_mod a:hover {
	border: 2px solid #121212;
}

.vignette_mannequin .del {
	position: absolute;
	z-index: 99;
}

.vignette_mannequin .del a {
	border: 0;
}

.vignette_mannequin .del a:hover {
	border: 0;
}

.comment_title {
	font-size: 20px;
	border-top: 1px solid #E2E2E2;
	padding: 20px 0;
}

.comment_main {
	float: left;
	width: 100%;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #E2E2E2;
	background: #F5F5F5;
}

.comment_photo {
	float: left;
	width: 61px;
	margin-right: 20px;
}

.comment_photo img {
	border: 2px solid #E2E2E2;
}

.comment_right {
	float: left;
	width: 305px;
}

.comment_right h3 {
	margin-bottom: 10px;
}

.comment_message {
	float: left;
	width: 100%;
}

.comment_message textarea {
	float: left;
	width: 100%;
	height: 100px;
	margin-bottom: 20px;
}

.comment_message h1 {
	font-size: 20px;
	padding: 0 0 20px 0;
}

.comment_message img {
	float: left;
}

.change_photo {
	background: #B3B3B3;
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.change_photo a {
	float: left;
	margin: 5px;
	color: #FFF;
}

/* Magazine -----------------------------------------------------------*/
.magazine_top img {
	width: 898px;
	height: 200px;
	border: 1px solid #000;
}

.magazine_top span {
	position: absolute;
	z-index: 999;
	width: 900px;
	float: left;
	background: #000;
	color: #FFF;
	font-size: 25px;
	font-family: Times;
	font-weight: normal;
	height: 40px;
	margin-top: 161px;
}

.magazine_top span a {
	text-decoration: none;
	float: left;
	margin: 7px 20px;
	color: #FFF;
}

#mag_vignette {
	width: 280px;
	float: left;
	margin-top: 20px;
	margin-right: 30px;	
}

#mag_vignette_latest {
	width: 280px;
	float: left;
	margin: 0px;
	margin-top: 20px;
}

#mag_vignette img, #mag_vignette_latest img {
	width: 278px;
	height: 200px;
	float: left;
	border: 1px solid #000;
}

#mag_vignette h2, #mag_vignette_latest h2 {
	width: 280px;
	float: left;
	font-family: Times;
	margin: 10px 0;
	font-size: 1.2em;
}

#mag_vignette span, #mag_vignette_latest span {
	width: 280px;
	float: left;
	line-height: 18px;
}

.magazine_article_title {
	float: left;
	width: 100%;
	font-size: 25px;
	font-family: Times;
	color: #000;
	background-color: #FFF;
	margin-bottom: 5px;
}

.magazine_article_infos {
	float: left;
	width: 100%;
	color: #000;
	background-color: #FFF;
	margin-bottom: 20px;
	font-size: 1em;
}


/* Look book ----------------------------------------------------------*/
#look_vignette {
	width: 278px;
	float: left;
	margin-top: 20px;
	margin-right: 30px;	
	border: 1px solid #F5F5F5;
}

#look_vignette:hover, #look_vignette_latest:hover {
	border: 1px solid #000;
}

#look_vignette h2, #look_vignette_latest h2 {
	float: left;
	width: 100%;
	background: #F5F5F5;
}

#look_vignette span, #look_vignette_latest span {
	float: left;
	margin: 10px;
}

#look_vignette_latest {
	width: 278px;
	float: left;
	margin: 0px;
	margin-top: 20px;
	border: 1px solid #F5F5F5;
}

/* Concours -----------------------------------------------------------*/
#vote_zone {
	width: 100%;
	float: left;
}

#vote_zone span {
	float: right;
	background-color: #000;
	color: #FFF;
	margin: 0;
}

#vote_zone a {
	margin: 10px 20px;
	float: left;
	color: #FFF;
	text-decoration: none;
}

#vote_zone .vote_count {
	background: #CCC;
}


/* Register -----------------------------------------------------------*/

#reg_left {
	float: left;
	width: 450px;
}

#reg_right {
	float: left;
	width: 450px;
}

#reg_register {
	width: 100%;
	float: left;
	border-right: 1px solid #000;
}

#reg_register h1 {
	width: 100%;
	text-align: center;
	font-size: 18px;
	font-family: Times;
}

#reg_register td {
	padding: 5px 0;
}

#reg_register td span {
	color: #AAA;
}

#reg_register h2 {
	float: left;
	background: #000;
	margin-top: 20px;
}

#reg_register h2 span {
	float: left;
	margin: 5px 10px;
	color: #FFF;
}

#reg_register input, #reg_register textarea, #reg_register select {
	width: 200px;
	border: 1px solid #000;
	padding: 2px;
}

#reg_connection {
	width: 100%;
	float: left;
	margin-bottom: 65px;
	margin-left: 20px;
	padding-left: 20px;
}

#reg_connection h1 {
	width: 100%;
	text-align: center;
	padding-bottom: 20px;
	font-size: 18px;
	font-family: Times;
}

#reg_connection td {
	padding: 5px 0;
}

#reg_connection input {
	width: 200px;
	padding: 2px;
	border: 1px solid #000;
}

#connecForm {
float: left;
}


/* Pagination ---------------------------------------------------------*/
.pagination {
	float: left;
	width: 100%;
	margin-top: 20px;
}

.pagination li {
	display: inline;
}

.pagination span {
	margin: 5px 8px;
	float: left;
}

.pagination a {
	text-decoration: none;
	color: #000;
	float: left;
}

.pagination a:hover {
	background: #000;
	color: #FFF;
}

.pagination_active a {
	background: #000;
	color: #FFF;
}

/* Vitrines */
.vitrine {
	float : left;
	margin-bottom: 20px;
}

.vitrine a {
	float: left;
	border: 1px solid #F5F5F5;
}

.vitrine a:hover {
	border: 1px solid #000;
}

/* Edit profile -------------------------------------------------------*/
.edit_infos {
	font-size: 20px;
	font-family: Times;
	width: 100%;
	float: left;
	margin-bottom: 20px;
}

#profile_edit_left, #profile_edit_right {
	width: 400px;
}

#profile_edit_right {
	border-left: 1px solid #000;
	padding-left: 20px;
}

#profile_edit_left h2, #profile_edit_right h2 {
	float: left;
	background: #000;
	color: #FFF;
	margin: 10px 0 5px;
}

#profile_edit_left h2 span, #profile_edit_right h2 span {
	float: left;
	margin: 5px 10px;
}

#profile_edit_left td, #profile_edit_right td {
	padding: 5px 0;
}

#profile_edit_left img, #profile_edit_right img {
	float: right;
}

/* Qui sommes-nous ----------------------------------------------------*/
#telecharger_pdf {
	float: left;
	margin-top: 20px;
	line-height: 18px;
}

#telecharger_pdf img {
	float: left;
}

#telecharger_pdf span {
	float: left;
	margin: 10px;
}

/* Look View ----------------------------------------------------------*/
.look_item_detail {
	float: left;
	width: 100%;
	line-height: 18px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #E2E2E2;
}

.look_item_detail img {
	float: left;
}

.look_item_detail ul {
	float: left;
	margin-left: 10px;
}

.look_item_share {
	float: left;
	width: 100%;
}

/* Marques ------------------------------------------------------------*/
.mod_marque {
	float: left;
	width: 680px;
	margin-bottom: 20px;
}

.mod_marque ul {
	float: left;
	width: 100%;
}

.mod_marque li {
	float: left;
	display: inline;
	width: 170px;
}

.mod_marque li span {
	float: left;
	width: 100%;
	padding-bottom: 20px;
}

/* Recherche ----------------------------------------------------------*/
#profil_vignette {
	float: left;
	width: 138px;
	border: 1px solid #F5F5F5;
	margin: 0 10px 10px 0;
	background: #F5F5F5;
}

#profil_vignette h2 {
	float: left;
	margin: 5px;
}

#profil_vignette_latest {
	float: left;
	width: 138px;
	border: 1px solid #F5F5F5;
	margin: 0 0 10px 0;
	background: #F5F5F5;
}

#profil_vignette_latest h2 {
	float: left;
	margin: 5px;
}

/* Footer -------------------------------------------------------------*/

#footer {
	float: left;
	width: 100%;
	border-top:  1px solid #E2E2E2;
}

#footer_left {
	float: left;
	margin: 15px 0;
}

#footer_left li {
	display: inline;
}

#footer_left a {
	text-decoration: none;
	color: #121212;
}

#footer_left a:hover {
	text-decoration: underline;
}

#footer_left span {
	float: left;
	margin: 0 20px 0 0;
}

#footer_right {
	float: right;
	margin: 15px 0;
}

#footer_right li {
	display: inline;
}

#footer_right span {
	float: right;
	margin: 0 0 0 10px;
}
